Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Diff-V2M: A Hierarchical Conditional Diffusion Model with Explicit Rhythmic Modeling for Video-to-Music Generation
|
| 6 |
+
|
| 7 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 8 |
+
|
| 9 |
+
Here is the training checkpoints of **[Diff-V2M (AAAI'26)](https://arxiv.org/abs/2312.10307)**
|
| 10 |
+
|
| 11 |
+
## Overview
|
| 12 |
+
|
| 13 |
+
Diff-V2M is a hierarchical diffusion model with explicit rhythmic modeling and multi-view feature conditioning, achieving state-of-the-art results in video-to-music generation..
|
| 14 |
+
<img src="model.png" width="770" height="500" alt="model"/>
|
| 15 |
+
|
| 16 |
+
## Model Sources
|
| 17 |
+
|
| 18 |
+
<!-- Provide the basic links for the model. -->
|
| 19 |
+
|
| 20 |
+
- **Repository:** https://github.com/Tayjsl97/Diff-V2M
|
| 21 |
+
- **Demo:** [demo page](https://tayjsl97.github.io/Diff-V2M-Demo)
|
| 22 |
+
|
| 23 |
+
## Citation
|
| 24 |
+
If you use our models in your research, please cite it as follows:
|
| 25 |
+
```bib
|
| 26 |
+
@inproceedings{ji2026diff,
|
| 27 |
+
title={Diff-V2M: A Hierarchical Conditional Diffusion Model with Explicit Rhythmic Modeling for Video-to-Music Generation},
|
| 28 |
+
author={Ji, Shulei and Wang, Zihao and Yu, Jiaxing and Yang, Xiangyuan and Li, Shuyu and Wu, Songruoyao and Zhang, Kejun},
|
| 29 |
+
booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
|
| 30 |
+
year={2026}
|
| 31 |
+
}
|