Improve dataset card: Add task category, abstract, links, and sample usage

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +70 -10
README.md CHANGED
@@ -2,19 +2,79 @@
2
  language:
3
  - en
4
  papers:
5
- - title: "Stable Video Infinity: Infinite-Length Video Generation with Error Recycling"
6
  authors:
7
- - Wuyang Li
8
- - Wentao Pan
9
- - Po-Chien Luan
10
- - Yang Gao
11
- - Alexandre Alahi
12
- url: "https://arxiv.org/abs/2510.09212"
13
- conference: "arXiv preprint, 2025"
14
  tags:
15
  - video generation
16
  - benchmark
 
 
17
  ---
18
- This Benchmark is introduced in the paper
19
- **[Stable Video Infinity: Infinite-Length Video Generation with Error Recycling](https://arxiv.org/abs/2510.09212)**
 
 
 
 
20
  by Wuyang Li, Wentao Pan, Po-Chien Luan, Yang Gao, Alexandre Alahi (2025).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  language:
3
  - en
4
  papers:
5
+ - title: 'Stable Video Infinity: Infinite-Length Video Generation with Error Recycling'
6
  authors:
7
+ - Wuyang Li
8
+ - Wentao Pan
9
+ - Po-Chien Luan
10
+ - Yang Gao
11
+ - Alexandre Alahi
12
+ url: https://huggingface.co/papers/2510.09212
13
+ conference: arXiv preprint, 2025
14
  tags:
15
  - video generation
16
  - benchmark
17
+ task_categories:
18
+ - image-to-video
19
  ---
20
+
21
+ # Stable Video Infinity Benchmark Dataset
22
+
23
+ This repository contains the benchmark datasets introduced in the paper:
24
+
25
+ **[Stable Video Infinity: Infinite-Length Video Generation with Error Recycling](https://huggingface.co/papers/2510.09212)**
26
  by Wuyang Li, Wentao Pan, Po-Chien Luan, Yang Gao, Alexandre Alahi (2025).
27
+
28
+ **Project Page:** [https://stable-video-infinity.github.io/homepage/](https://stable-video-infinity.github.io/homepage/)
29
+ **Code:** [https://github.com/vita-epfl/Stable-Video-Infinity](https://github.com/vita-epfl/Stable-Video-Infinity)
30
+
31
+ ## Abstract
32
+ We propose **Stable Video Infinity (SVI)** that is able to generate infinite-length videos with high temporal consistency, plausible scene transitions, and controllable streaming storylines. While existing long-video methods attempt to *mitigate accumulated errors* via handcrafted anti-drifting (e.g., modified noise scheduler, frame anchoring), they remain limited to single-prompt extrapolation, producing homogeneous scenes with repetitive motions. We identify that the fundamental challenge extends beyond error accumulation to a critical discrepancy between the training assumption (seeing clean data) and the test-time autoregressive reality (conditioning on self-generated, error-prone outputs). To bridge this hypothesis gap, SVI incorporates **Error-Recycling Fine-Tuning**, a new type of efficient training that recycles the Diffusion Transformer (DiT)'s self-generated errors into supervisory prompts, thereby encouraging DiT to *actively identify and correct its own errors*. This is achieved by injecting, collecting, and banking errors through closed-loop recycling, autoregressively learning from error-injected feedback. Specifically, we (i) inject historical errors made by DiT to intervene on clean inputs, simulating error-accumulated trajectories in flow matching; (ii) efficiently approximate predictions with one-step bidirectional integration and calculate errors with residuals; (iii) dynamically bank errors into replay memory across discretized timesteps, which are resampled for new input. SVI is able to scale videos from seconds to infinite durations with no additional inference cost, while remaining compatible with diverse conditions (e.g., audio, skeleton, and text streams). We evaluate SVI on three benchmarks, including consistent, creative, and conditional settings, thoroughly verifying its versatility and state-of-the-art role.
33
+
34
+ ## Description
35
+ This benchmark dataset is designed to evaluate models for infinite-length video generation, featuring high temporal consistency, plausible scene transitions, and controllable storylines. The datasets within this repository include various test and training components used for the Stable Video Infinity (SVI) family of models.
36
+
37
+ ## Sample Usage
38
+
39
+ You can download the SVI benchmark datasets locally using the Hugging Face CLI:
40
+
41
+ ```bash
42
+ huggingface-cli download --repo-type dataset vita-video-gen/svi-benchmark --local-dir ./data/svi-benchmark
43
+ ```
44
+
45
+ ## Datasets
46
+
47
+ This repository contains benchmark datasets created by our Automatic Prompt Stream Engine (see Appendix. A of the paper for more details). These datasets include images and associated prompt streams according to specific storylines, suitable for various evaluation settings.
48
+
49
+ ### Benchmark Datasets (Test)
50
+
51
+ | Data | Use | HuggingFace Link | Comment |
52
+ | :------------------------------------------------- | :--- | :---------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------ |
53
+ | **Consistent Video Generation** | Test | [🤗 Dataset](https://huggingface.co/datasets/vita-video-gen/svi-benchmark/tree/main/consisent_video_gen) | Generate 1 long video using 1 text prompt |
54
+ | **Creative Video Generation** | Test | [🤗 Dataset](https://huggingface.co/datasets/vita-video-gen/svi-benchmark/tree/main/creative_video_gen) | Generate 1 long video using 1 text prompt stream according to storyline (1 prompt for 5 sec clip) |
55
+ | **Creative Video Generation (More prompts)** | Test | [🤗 Dataset](https://huggingface.co/datasets/vita-video-gen/svi-benchmark/tree/main/creative_video_gen_longer) | Generate 1 long video using 1 text prompt stream according to storyline (1 prompt for 5 sec clip) |
56
+
57
+ ### Training Datasets
58
+
59
+ The following training datasets were also used for the SVI family of models and are linked here for convenience:
60
+
61
+ | Data | Use | HuggingFace Link | Comment |
62
+ | :--------------------------------------------- | :---- | :--------------------------------------------------------------------------------------------------- | :------------------------------------------------------ |
63
+ | **Customized Datasets** | Train | [🤗 Dataset](https://huggingface.co/datasets/vita-video-gen/svi-benchmark/tree/main/customized_dataset) | You can make your customized datasets using this format |
64
+ | **Consistent/Creative Video Generation** | Train | [🤗 Dataset](https://huggingface.co/datasets/LanguageBind/Open-Sora-Plan-v1.1.0/tree/main/all_mixkit) | MixKit Dataset |
65
+ | **Consistent/Creative Video Generation** | Train | [🤗 Dataset](https://huggingface.co/datasets/APRIL-AIGC/UltraVideo-Long) | UltraVideo Dataset |
66
+ | **Human Talking** | Train | [🤗 Dataset](https://huggingface.co/fudan-generative-ai/hallo3) | 5k subset from Hallo v |
67
+ | **Human Dancing** | Train | [🤗 Dataset](https://www.kaggle.com/datasets/yasaminjafarian/tiktokdataset) | TikTok |
68
+
69
+ ## Citation
70
+
71
+ If you find our work helpful for your research, please consider citing our paper:
72
+
73
+ ```bibtex
74
+ @article{li2025stable,
75
+ title={Stable Video Infinity: Infinite-Length Video Generation with Error Recycling},
76
+ author={Wuyang Li and Wentao Pan and Po-Chien Luan and Yang Gao and Alexandre Alahi},
77
+ journal={arXiv preprint arXiv: arXiv:2510.09212},
78
+ year={2025},
79
+ }
80
+ ```