--- license: apache-2.0 task_categories: - text-to-video tags: - diffusion - layered-diffusion - video - layered-video-dataset - video-editing - video-generation --- # Dataset for Vera: A Layered Diffusion Model for Content-Preserving Video Editing

Hongkai Zheng¹²*  ·  Ta-Ying Cheng²  ·  Benjamin Klein²  ·  Yisong Yue²  ·  Zhuoning Yuan²†

¹California Institute of Technology    ²Netflix, Inc.
*Work done during an internship at Netflix   †Project Lead

Project Page Paper Dataset License

> **TL;DR**: A layered diffusion framework for video editing. Vera jointly generates an edit layer, an alpha matte, and a composite video, separating what to generate from what to preserve. > > **Disclaimer:** This is a research prototype, not an official product.

## 📋 Dataset Description - **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/) - **License:** [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) - **Paper:** [Vera: A Layered Diffusion Model for Content-Preserving Video Editing](https://arxiv.org/abs/2606.23610) --- ## 📦 Dataset Structure ### 🎞️ Splits — 49 Frames (3 sec) **Note:** The current Vera models are trained on 49-frame sequences. | Split | Edit Type | # Samples | | ---------------------------------------------- | ------------------ | ---------- | | train / 49-frames / realistic-set1-bg-change | background_replace | 914 | | train / 49-frames / realistic-set1-obj-add | obj_add | 470 | | train / 49-frames / realistic-set2-obj-add | obj_add | 770 | | train / 49-frames / synthetic-bg-change | background_replace | 4,994 | | train / 49-frames / synthetic-obj-add | obj_add | 4,848 | | **49-Frame Train Total** | | **11,996** | ### 🎞️ Splits — 81 Frames (5 sec) | Split | Edit Type | # Samples | | ---------------------------------------------- | ------------------ | ---------- | | train / 81-frames / realistic-set1-bg-change | background_replace | 457 | | train / 81-frames / realistic-set1-obj-add | obj_add | 235 | | train / 81-frames / realistic-set2-obj-add | obj_add | 385 | | train / 81-frames / synthetic-bg-change | background_replace | 2,497 | | train / 81-frames / synthetic-obj-add | obj_add | 2,431 | | **81-Frame Train Total** | | **6,005** | ### 🧪 Test Splits | Split | Edit Type | # Samples | | ----------------- | ------------------ | --------- | | test / bg-change | background_replace | 69 | | test / obj-add | obj_add | 72 | | **Test Total** | | **141** | --- ## 🗂️ Data Sources ### 🏋️ Training Set | Source | License | | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------- | | [Pexels](https://www.pexels.com/) | [Pexels License](https://www.pexels.com/license/) | | [Mixkit](https://mixkit.co/) | [Mixkit License](https://mixkit.co/license/) | | [VideoMatte240K](https://grail.cs.washington.edu/projects/background-matting-v2/) | [MIT License](https://github.com/PeterL1n/BackgroundMattingV2/issues/208) | ### 🧪 Test Set The test set is sourced from the training sources above, plus: | Source | License | | --------------------------------------------------- | ----------------------------------------------------------------- | | [DAVIS](https://davischallenge.org/) | [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) | | [VACEBench](https://ali-vilab.github.io/VACE-page/) | [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) | --- ## 📝 Citation ```bibtex @article{zheng2026vera, title = {Vera: A Layered Diffusion Model for Content-Preserving Video Editing}, author = {Zheng, Hongkai and Cheng, Ta-Ying and Klein, Benjamin and Yue, Yisong and Yuan, Zhuoning}, journal = {arXiv preprint arXiv:2606.23610}, year = {2026} } ```