RefVIE-Bench
收藏资源简介:
RefVIE-Bench 是一个全面的评估基准,旨在评估视频编辑模型在遵循指令和参考图像方面的能力。该数据集包含源视频、参考图像(用于主题和背景编辑)以及自然语言指令。具体来说,数据集包含86个媒体文件,其中54个为参考图像(包括8个背景图像和46个主题图像)和32个源视频。数据集的结构包括配置文件(refvie_bench.yaml)、参考图像目录(ref_images/background/ 和 ref_images/subjects/)以及源视频目录(source_videos/)。该数据集主要用于视频编辑模型的评估和测试,特别适用于基于指令和参考图像的视频编辑任务。
RefVIE-Bench is a comprehensive evaluation benchmark designed to assess the capabilities of video editing models in following instructions and leveraging reference images. This dataset contains source videos, reference images (for subject and background editing), and natural language instructions. Specifically, the dataset consists of 86 media files in total, among which 54 are reference images (including 8 background images and 46 subject images) and 32 are source videos. The structure of the dataset includes a configuration file (refvie_bench.yaml), reference image directories (ref_images/background/ and ref_images/subjects/), and a source video directory (source_videos/). This dataset is primarily used for the evaluation and testing of video editing models, and is particularly suitable for video editing tasks based on instructions and reference images.
RefVIE-Bench 数据集概述
数据集简介
RefVIE-Bench 是一个综合性评估基准,源自论文《Kiwi-Edit: Versatile Video Editing via Instruction and Reference Guidance》。该基准专门设计用于评估视频编辑模型遵循指令和参考信息的能力,其数据构成包括源视频、参考图像(针对主体和背景)以及自然语言指令。
数据集构成
媒体文件统计
- 总参考媒体文件数:86
- 参考图像总数:54
- 背景图像:8
- 主体图像:46
- 源视频总数:32
目录结构
refvie_bench.yaml:配置文件,包含指令、参考图像和源视频的映射关系。ref_images/background/:用于背景引导编辑的参考图像。ref_images/subjects/:用于主体引导编辑的参考图像。source_videos/:原始视频序列。
使用说明
样本使用
要使用官方 Kiwi-Edit 框架在此基准上运行推理,可使用以下命令: bash python infer.py --ckpt_path path_to_ckpt --bench refvie --max_frame 81 --max_pixels 921600 --save_dir ./infer_results/exp_name/
注意事项
- 配置文件
refvie_bench.yaml中的文件路径相对于此发布目录保持不变。
相关资源
- 项目主页:https://showlab.github.io/Kiwi-Edit/
- 论文地址:https://arxiv.org/abs/2603.02175
- GitHub 仓库:https://github.com/showlab/Kiwi-Edit
引用信息
若在您的工作中使用本代码,请引用以下论文: bibtex @misc{kiwiedit, title={Kiwi-Edit: Versatile Video Editing via Instruction and Reference Guidance}, author={Yiqi Lin and Guoqiang Liang and Ziyun Zeng and Zechen Bai and Yanzhe Chen and Mike Zheng Shou}, year={2026}, eprint={2603.02175}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2603.02175}, }



