ChazzyGordon/LRMovieNet
收藏资源简介:
LRMovieNet数据集是为ECCV 2024论文《通过强化学习进行多模态标签相关性排序》而提出的。该数据集从MovieNet数据集中选取了3,206个剪辑,每个剪辑通过RAM模型和LLaMa2模型生成图像和文本标签,并经过手动筛选和修改以确保准确性。数据集最终包含101,627个标签,涉及15,234个不同的标签类别。为了评估标签相关性排序算法,测试集被标注为高、中、低相关性类别。数据集分为三个阶段:第一阶段、第二阶段和测试集,分别包含2551、2206和1000个视频剪辑。
The LRMovieNet dataset is proposed for the ECCV 2024 paper Multimodal Label Relevance Ranking via Reinforcement Learning. It selects 3,206 clips from the MovieNet dataset, where each clip generates image and text labels through the RAM model and LLaMa2 model, respectively. These labels are manually filtered and modified to ensure accuracy. The dataset ultimately contains 101,627 labels across 15,234 distinct label classes. To evaluate the label relevance ranking algorithm, the test set is annotated with high, medium, and low relevance categories. The dataset is divided into three stages: the first stage, the second stage, and the test set, containing 2551, 2206, and 1000 video clips, respectively.
LRMovieNet 数据集概述
数据集来源
- 数据集由 ECCV 2024 论文 "Multimodal Label Relevance Ranking via Reinforcement Learning" 提出。
- 代码库地址:https://github.com/ChazzyGordon/LR2PPO。
数据集下载
- 数据集文件和版本信息可在
Files and versions页面下载。
数据集构成
- 数据集包含从 MovieNet 数据集中选取的 3,206 个视频片段,来自 219 个视频。
- 每个视频片段提取帧并输入到 RAM 模型中,生成图像标签。
- 同时,将每个视频片段的描述输入到 LLaMa2 模型中,提取相应的类别标签。
- 生成的图像和文本标签经过手动筛选和修改,确保标注的准确性和全面性。
- 每个片段标准化为 20 个标签,通过截断或增强实现。
- 数据集包含 101,627 个标签,覆盖 2,551 个片段,共有 15,234 个不同的标签类别。
数据集划分
- 数据集分为三个阶段:第一阶段、第二阶段和测试集。
- 第一阶段包含 2,551 个视频片段,第二阶段包含 2,206 个视频片段,测试集包含 1,000 个视频片段。
- 第一阶段数据包含 10,393 个不同的标签,第二阶段和验证集包含 4,841 个不同的标签。




