VidLayer
收藏资源简介:
VidLayer是一个专门为层感知视频生成设计的大规模数据集。该数据集提供了对齐的前景视频、前景掩码、背景视频和原始视频,从而能够在语义和结构两个层面进行监督。构建VidLayer被视为实现分层文本到视频建模的基础性步骤。数据集来源于多个公开视频资源,包括VIDGEN、GOT-10K、Youtube-VOS、MOSEv1和MOSEv2。每个数据点包含以下内容:1) 原始视频片段(包含背景和前景);2) 背景视频片段(纯背景);3) 前景对象掩码;4) (可选的)前景视频片段(纯前景);5) 多层提示。对于未包含前景视频片段的数据点,可以通过公式FG = Video * Mask来获取前景。该数据集适用于多模态生成、文本到视频生成以及多层视频生成等任务,规模在10万到100万样本之间,语言为英语。
VidLayer is a large-scale dataset specifically designed for layer-aware video generation. It provides aligned foreground videos, foreground masks, background videos, and original videos, enabling supervision at both semantic and structural levels. The construction of VidLayer is considered a foundational step towards achieving hierarchical text-to-video modeling. The dataset is sourced from multiple public video resources, including VIDGEN, GOT-10K, Youtube-VOS, MOSEv1, and MOSEv2. Each data point contains the following: 1) Original video clip (including background and foreground); 2) Background video clip (pure background); 3) Foreground object mask; 4) (Optional) Foreground video clip (pure foreground); 5) Multi-layer prompts. For data points that do not include a foreground video clip, the foreground can be obtained using the formula FG = Video * Mask. The dataset is suitable for tasks such as multimodal generation, text-to-video generation, and multi-layer video generation, with a scale ranging from 100,000 to 1,000,000 samples, and the language is English.
VidLayer 数据集概述
VidLayer 是一个专为分层感知视频生成设计的大规模数据集,旨在为文本到视频(Text-to-Video)建模提供语义和结构层面的监督。
核心特性
- 多模态生成:支持文本到视频生成任务。
- 多层结构:提供对齐的前景视频、前景掩码、背景视频和原始视频。
- 规模:样本数量在
100K至1M之间。
数据构成
数据集按来源组织,每个数据点包含以下组成部分:
- 原始视频片段(前景+背景)。
- 背景视频片段(纯背景)。
- 前景对象掩码。
- 前景视频片段(纯前景,可选)。若无,可通过公式
FG = Video * Mask获得。 - 多层提示(Multi-Layer Prompt)。
数据来源
- VIDGEN
- GOT-10K
- Youtube-VOS
- MOSEv1
- MOSEv2
关联项目
- 论文:
LayerT2V: A Unified Multi-Layer Video Generation Framework(arXiv) - 代码仓库:LayerT2V
- 项目页面:Project Page




