Datasets:
Add text-to-video task category and fix paper arXiv link
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- diffusion
|
| 5 |
- layered-diffusion
|
|
@@ -12,11 +14,11 @@ tags:
|
|
| 12 |
# Dataset for Vera: A Layered Diffusion Model for Content-Preserving Video Editing
|
| 13 |
|
| 14 |
<p align="left">
|
| 15 |
-
<a href="https://devzhk.github.io/">Hongkai Zheng</a>¹
|
| 16 |
<a href="https://ttchengab.github.io/">Ta-Ying Cheng</a>² ·
|
| 17 |
<a href="https://scholar.google.com/citations?user=xkX9W9QAAAAJ&hl=en">Benjamin Klein</a>² ·
|
| 18 |
<a href="https://yisongyue.com/">Yisong Yue</a>¹ ·
|
| 19 |
-
<a href="https://zhuoning.cc/">Zhuoning Yuan</a>²
|
| 20 |
</p>
|
| 21 |
|
| 22 |
<p align="left">
|
|
@@ -43,7 +45,7 @@ tags:
|
|
| 43 |
|
| 44 |
- **Curated by:** [Hongkai Zheng](https://devzhk.github.io/), [Ta-Ying Cheng](https://ttchengab.github.io/), [Benjamin Klein](https://scholar.google.com/citations?user=xkX9W9QAAAAJ&hl=en), [Yisong Yue](https://yisongyue.com/), [Zhuoning Yuan](https://zhuoning.cc/)
|
| 45 |
- **License:** [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
| 46 |
-
- **Paper:** [Vera: A Layered Diffusion Model for Content-Preserving Video Editing](https://arxiv.org/abs/
|
| 47 |
|
| 48 |
---
|
| 49 |
|
|
@@ -110,7 +112,7 @@ The test set is sourced from the training sources above, plus:
|
|
| 110 |
@article{zheng2026vera,
|
| 111 |
title = {Vera: A Layered Diffusion Model for Content-Preserving Video Editing},
|
| 112 |
author = {Zheng, Hongkai and Cheng, Ta-Ying and Klein, Benjamin and Yue, Yisong and Yuan, Zhuoning},
|
| 113 |
-
journal = {arXiv preprint},
|
| 114 |
year = {2026}
|
| 115 |
}
|
| 116 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-to-video
|
| 5 |
tags:
|
| 6 |
- diffusion
|
| 7 |
- layered-diffusion
|
|
|
|
| 14 |
# Dataset for Vera: A Layered Diffusion Model for Content-Preserving Video Editing
|
| 15 |
|
| 16 |
<p align="left">
|
| 17 |
+
<a href="https://devzhk.github.io/">Hongkai Zheng</a>¹¹* ·
|
| 18 |
<a href="https://ttchengab.github.io/">Ta-Ying Cheng</a>² ·
|
| 19 |
<a href="https://scholar.google.com/citations?user=xkX9W9QAAAAJ&hl=en">Benjamin Klein</a>² ·
|
| 20 |
<a href="https://yisongyue.com/">Yisong Yue</a>¹ ·
|
| 21 |
+
<a href="https://zhuoning.cc/">Zhuoning Yuan</a>²¹†
|
| 22 |
</p>
|
| 23 |
|
| 24 |
<p align="left">
|
|
|
|
| 45 |
|
| 46 |
- **Curated by:** [Hongkai Zheng](https://devzhk.github.io/), [Ta-Ying Cheng](https://ttchengab.github.io/), [Benjamin Klein](https://scholar.google.com/citations?user=xkX9W9QAAAAJ&hl=en), [Yisong Yue](https://yisongyue.com/), [Zhuoning Yuan](https://zhuoning.cc/)
|
| 47 |
- **License:** [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
| 48 |
+
- **Paper:** [Vera: A Layered Diffusion Model for Content-Preserving Video Editing](https://arxiv.org/abs/2606.23610)
|
| 49 |
|
| 50 |
---
|
| 51 |
|
|
|
|
| 112 |
@article{zheng2026vera,
|
| 113 |
title = {Vera: A Layered Diffusion Model for Content-Preserving Video Editing},
|
| 114 |
author = {Zheng, Hongkai and Cheng, Ta-Ying and Klein, Benjamin and Yue, Yisong and Yuan, Zhuoning},
|
| 115 |
+
journal = {arXiv preprint arXiv:2606.23610},
|
| 116 |
year = {2026}
|
| 117 |
}
|
| 118 |
+
```
|