From 30522092c9bf662a4706957c3cf43519023c78ca Mon Sep 17 00:00:00 2001 From: ZeyueT Date: Thu, 13 Mar 2025 18:41:31 +0800 Subject: [PATCH] update --- README.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14fc138..afe0021 100644 --- a/README.md +++ b/README.md @@ -1 +1,33 @@ -# AudioX \ No newline at end of file +# AudioX: Diffusion Transformer for Anything-to-Audio Generation + + +[![githubio](https://img.shields.io/badge/GitHub.io-Project-blue?logo=Github&style=flat-square)](https://zeyuet.github.io/AudioX/) + +**This is the repository for "AudioX: Diffusion Transformer for Anything-to-Audio Generation".** + +## 📺 Demo Video + +[![Watch the video](https://github.com/user-attachments/assets/54107f99-2399-49ea-aa8e-131b7170d617)](https://www.youtube.com/watch?v=DbZbzcVI6qg) + + + +## ✨ Abstract + +Audio and music generation have emerged as crucial tasks in many applications, yet existing approaches face significant limitations: they operate in isolation without unified capabilities across modalities, suffer from scarce high-quality, multi-modal training data, and struggle to effectively integrate diverse inputs. In this work, we propose AudioX, a unified Diffusion Transformer model for Anything-to-Audio and Music Generation. Unlike previous domain-specific models, AudioX can generate both general audio and music with high quality, while offering flexible natural language control and seamless processing of various modalities including text, video, image, music, and audio. Its key innovation is a multi-modal masked training strategy that masks inputs across modalities and forces the model to learn from masked inputs, yielding robust and unified cross-modal representations. To address data scarcity, we curate two comprehensive datasets: vggsound-caps with 190K audio captions based on the VGGSound dataset, and V2M-caps with 6 million music captions derived from the V2M dataset. Extensive experiments demonstrate that AudioX not only matches or outperforms state-of-the-art specialized models, but also offers remarkable versatility in handling diverse input modalities and generation tasks within a unified architecture. + + +## ✨ Method + +

+ method +

+

Overview of the AudioX Framework.

+ + + +## Code +To be released. + + +
+