Update README.md
Browse files
README.md
CHANGED
|
@@ -1,63 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<h1 align="center">PrismAudio</h1>
|
| 2 |
|
| 3 |
---
|
| 4 |
|
| 5 |
-
**PrismAudio**
|
| 6 |
|
| 7 |
---
|
| 8 |
|
| 9 |
-
## 📰
|
| 10 |
-
|
| 11 |
-
- **2026.03.22** 🔥 **PrismAudio**
|
| 12 |
-
- **2026.01.26** 🎉 PrismAudio
|
| 13 |
-
- **2025.11.25** 🔥 [PrismAudio
|
| 14 |
-
- **2025.11.25** 🔥 [PrismAudio
|
| 15 |
-
- **2025.09.19** 🎉 ThinkSound
|
| 16 |
-
- **2025.09.01** AudioCoT
|
| 17 |
-
- **2025.07.17** 🧠
|
| 18 |
-
- **2025.07.15** 📦
|
| 19 |
-
- **2025.07.08** 🔧
|
| 20 |
-
- **2025.07.01**
|
| 21 |
-
- **2025.07.01**
|
| 22 |
-
- **2025.06** [ThinkSound
|
| 23 |
-
- **2025.06** [
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
-
##
|
| 28 |
|
| 29 |
-
|
| 30 |
-
- **分解式 CoT 推理**:四个专门的 CoT 模块(语义、时序、美学、空间),各自提供聚焦、可解释的推理。
|
| 31 |
-
- **多维强化学习**:Fast-GRPO 实现高效的多维奖励优化,同时不牺牲生成质量。
|
| 32 |
-
- **新基准 AudioCanvas**:包含 300 个单事件类别和 501 个多事件样本的严格 V2A 基准测试。
|
| 33 |
-
- **高效轻量**:仅 5.18 亿参数,推理速度快于此前的最优方法。
|
| 34 |
|
| 35 |
---
|
| 36 |
|
| 37 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
| 44 |
|
| 45 |
---
|
| 46 |
|
| 47 |
-
## 📄
|
|
|
|
|
|
|
| 48 |
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
|
| 56 |
---
|
| 57 |
|
| 58 |
-
##
|
|
|
|
|
|
|
| 59 |
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
```bibtex
|
| 63 |
@misc{liu2025prismaudiodecomposedchainofthoughtsmultidimensional,
|
|
@@ -69,10 +101,5 @@ PrismAudio 由三个主要组件构成:
|
|
| 69 |
primaryClass={cs.SD},
|
| 70 |
url={https://arxiv.org/abs/2511.18833},
|
| 71 |
}
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
---
|
| 75 |
-
|
| 76 |
-
## 📬 联系我们
|
| 77 |
-
|
| 78 |
-
✨ 如有任何问题或建议,欢迎 [提交 Issue](https://github.com/liuhuadai/ThinkSound/issues) 或通过邮件联系我们:[huadai.liu@connect.ust.hk](mailto:huadai.liu@connect.ust.hk)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- google/videoprism-large-f8r288
|
| 5 |
+
- google/t5gemma-l-l-ul2-it
|
| 6 |
+
tags:
|
| 7 |
+
- audio
|
| 8 |
+
- music
|
| 9 |
+
- generation
|
| 10 |
+
- video2audio
|
| 11 |
+
---
|
| 12 |
<h1 align="center">PrismAudio</h1>
|
| 13 |
|
| 14 |
---
|
| 15 |
|
| 16 |
+
**PrismAudio** is the first framework to integrate Reinforcement Learning into Video-to-Audio (V2A) generation with specialized Chain-of-Thought (CoT) planning. Building upon [ThinkSound](https://arxiv.org/pdf/2506.21448)'s pioneering CoT-based V2A framework, PrismAudio further decomposes monolithic reasoning into four specialized CoT modules (Semantic, Temporal, Aesthetic, and Spatial), each paired with targeted reward functions, enabling multi-dimensional RL optimization that jointly improves reasoning across all perceptual dimensions.
|
| 17 |
|
| 18 |
---
|
| 19 |
|
| 20 |
+
## 📰 News
|
| 21 |
+
|
| 22 |
+
- **2026.03.22** 🔥 **PrismAudio** is officially released — our next-generation video-to-audio generation model!
|
| 23 |
+
- **2026.01.26** 🎉 PrismAudio has been accepted to the **ICLR 2026 Main Conference**!
|
| 24 |
+
- **2025.11.25** 🔥 [PrismAudio Online Demo](http://prismaudio-project.github.io/) is live!
|
| 25 |
+
- **2025.11.25** 🔥 [PrismAudio paper](https://arxiv.org/pdf/2511.18833) released on arXiv!
|
| 26 |
+
- **2025.09.19** 🎉 ThinkSound has been accepted to the **NeurIPS 2025 Main Conference**!
|
| 27 |
+
- **2025.09.01** AudioCoT dataset is now open-sourced on [Hugging Face](https://huggingface.co/datasets/liuhuadai/AudioCoT)!
|
| 28 |
+
- **2025.07.17** 🧠 Finetuning enabled: training and finetuning code is now publicly available!
|
| 29 |
+
- **2025.07.15** 📦 Simplified installation with Windows `.bat` scripts for one-click setup!
|
| 30 |
+
- **2025.07.08** 🔧 Major update: model lightweighted, optimized memory and GPU usage, supports large-scale high-throughput audio generation!
|
| 31 |
+
- **2025.07.01** Online demo on [Hugging Face Spaces](https://huggingface.co/spaces/FunAudioLLM/ThinkSound) and [ModelScope](https://modelscope.cn/studios/iic/ThinkSound)!
|
| 32 |
+
- **2025.07.01** Released inference scripts and web interface!
|
| 33 |
+
- **2025.06** [ThinkSound paper](https://arxiv.org/pdf/2506.21448) released on arXiv!
|
| 34 |
+
- **2025.06** [Online Demo](http://thinksound-project.github.io/) is live!
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
+
## ⚡ Quick Start
|
| 39 |
|
| 40 |
+
For detailed training and inference code, please refer to [ThinkSound (prismaudio branch)](https://github.com/FunAudioLLM/ThinkSound/tree/prismaudio).
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
---
|
| 43 |
|
| 44 |
+
## 🚀 Features
|
| 45 |
+
|
| 46 |
+
- **V2A SOTA**: Achieves state-of-the-art results across all four perceptual dimensions on both VGGSound and AudioCanvas benchmarks.
|
| 47 |
+
- **Decomposed CoT Reasoning**: Four specialized CoT modules (Semantic, Temporal, Aesthetic, Spatial) each providing focused, interpretable reasoning for its corresponding perceptual dimension.
|
| 48 |
+
- **Multi-dimensional RL**: Fast-GRPO enables efficient multi-dimensional reward optimization without compromising generation quality.
|
| 49 |
+
- **New Benchmark AudioCanvas**: A rigorous V2A benchmark with 300 single-event classes and 501 multi-event samples covering diverse and challenging scenarios.
|
| 50 |
+
- **Efficient**: 518M parameters with faster inference than prior SOTAs.
|
| 51 |
+
|
| 52 |
+
---
|
| 53 |
|
| 54 |
+
## ✨ Method Overview
|
| 55 |
|
| 56 |
+
PrismAudio consists of three main components:
|
| 57 |
+
|
| 58 |
+
1. **CoT-Aware Audio Foundation Model**: Built on a Multimodal Diffusion Transformer with flow matching, enhanced with VideoPrism for video understanding and T5-Gemma for structured CoT text encoding.
|
| 59 |
+
2. **Decomposed Multi-Dimensional CoT Reasoning**: Four specialized CoT modules — Semantic, Temporal, Aesthetic, and Spatial — each providing targeted reasoning for its corresponding perceptual dimension.
|
| 60 |
+
3. **Fast-GRPO Multi-Dimensional RL Framework**: A hybrid ODE-SDE sampling strategy that dramatically reduces training overhead while enabling multi-dimensional reward optimization across all perceptual dimensions.
|
| 61 |
|
| 62 |
---
|
| 63 |
|
| 64 |
+
## 📄 License
|
| 65 |
+
|
| 66 |
+
This project is released under the Apache 2.0 License.
|
| 67 |
|
| 68 |
+
> **Note:**
|
| 69 |
+
> The code, models, and dataset are **for research and educational purposes only**.
|
| 70 |
+
> **Commercial use is NOT permitted.**
|
| 71 |
+
> For commercial licensing, please contact the authors.
|
| 72 |
|
| 73 |
+
**📦 Third-Party Components**
|
| 74 |
+
|
| 75 |
+
- **Stable Audio Open VAE** (by Stability AI): Licensed under the [Stability AI Community License](./third_party/LICENSE_StabilityAI.md). **Commercial use and redistribution require prior permission from Stability AI.**
|
| 76 |
+
- 📘 **All other code and models** are released under the Apache License 2.0.
|
| 77 |
|
| 78 |
---
|
| 79 |
|
| 80 |
+
## Acknowledgements
|
| 81 |
+
|
| 82 |
+
Many thanks to:
|
| 83 |
|
| 84 |
+
- **stable-audio-tools** (by Stability AI): For providing an easy-to-use framework for audio generation, as well as the VAE module and weights.
|
| 85 |
+
- **MMAudio**: For the implementation of the MM-DiT backbone in the audio domain.
|
| 86 |
+
- **ThinkSound**: For the foundational CoT-based V2A generation framework that PrismAudio builds upon.
|
| 87 |
+
|
| 88 |
+
---
|
| 89 |
+
|
| 90 |
+
## 📖 Citation
|
| 91 |
+
|
| 92 |
+
If you find PrismAudio useful in your research or work, please cite our paper:
|
| 93 |
|
| 94 |
```bibtex
|
| 95 |
@misc{liu2025prismaudiodecomposedchainofthoughtsmultidimensional,
|
|
|
|
| 101 |
primaryClass={cs.SD},
|
| 102 |
url={https://arxiv.org/abs/2511.18833},
|
| 103 |
}
|
| 104 |
+
📬 Contact
|
| 105 |
+
✨ Feel free to open an issue or contact us via email (huadai.liu@connect.ust.hk) if you have any questions or suggestions!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|