Add paper code model links and citation
Browse files
README.md
CHANGED
|
@@ -15,6 +15,13 @@ tags:
|
|
| 15 |
|
| 16 |
# Talker-T2AV-Data
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
Clean training data package for Talker-T2AV. Paths in `metadata/train.csv` are relative to the dataset root after extracting the shard archives.
|
| 19 |
|
| 20 |
## Contents
|
|
@@ -51,3 +58,17 @@ export DATA_ROOT=$(pwd)
|
|
| 51 |
```
|
| 52 |
|
| 53 |
`Talker-T2AV/training/dataset.py` resolves `wav_path`, `motion_pt_path`, and `video_path` relative to `DATA_ROOT`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Talker-T2AV-Data
|
| 17 |
|
| 18 |
+
**Joint Talking Audio-Video Generation with Autoregressive Diffusion Modeling**
|
| 19 |
+
|
| 20 |
+
[Paper (arXiv 2604.23586)](https://arxiv.org/abs/2604.23586) ·
|
| 21 |
+
[Code (GitHub)](https://github.com/zhenye234/Talker-T2AV) ·
|
| 22 |
+
[Model](https://huggingface.co/HKUSTAudio/Talker-T2AV) ·
|
| 23 |
+
[Samples](https://talker-t2av.github.io/)
|
| 24 |
+
|
| 25 |
Clean training data package for Talker-T2AV. Paths in `metadata/train.csv` are relative to the dataset root after extracting the shard archives.
|
| 26 |
|
| 27 |
## Contents
|
|
|
|
| 58 |
```
|
| 59 |
|
| 60 |
`Talker-T2AV/training/dataset.py` resolves `wav_path`, `motion_pt_path`, and `video_path` relative to `DATA_ROOT`.
|
| 61 |
+
|
| 62 |
+
## Citation
|
| 63 |
+
|
| 64 |
+
```bibtex
|
| 65 |
+
@misc{ye2026talkert2avjointtalkingaudiovideo,
|
| 66 |
+
title={Talker-T2AV: Joint Talking Audio-Video Generation with Autoregressive Diffusion Modeling},
|
| 67 |
+
author={Zhen Ye and Xu Tan and Aoxiong Yin and Hongzhan Lin and Guangyan Zhang and Peiwen Sun and Yiming Li and Chi-Min Chan and Wei Ye and Shikun Zhang and Wei Xue},
|
| 68 |
+
year={2026},
|
| 69 |
+
eprint={2604.23586},
|
| 70 |
+
archivePrefix={arXiv},
|
| 71 |
+
primaryClass={cs.CV},
|
| 72 |
+
url={https://arxiv.org/abs/2604.23586},
|
| 73 |
+
}
|
| 74 |
+
```
|