PCVE-RigidBench
收藏资源简介:
pcve_benchmark_v1 是一个面向物理一致性视频编辑的基准测试数据集。该数据集旨在评估视频编辑方法在保持物理规律(如质量、摩擦力、恢复系数、初始速度、物体存在性等)方面的表现。数据集包含20个不同的物理场景,20个源视频,共计126个编辑任务。每个编辑任务由一个源视频和一个提示词定义,提示词指定了对视频中物体物理属性的修改(如“增大质量”、“从第22帧开始减小摩擦力”等)。提示词有四种变体:模糊中文、模糊英文、定量中文和定量英文,其中定量版本包含具体的数值变化范围。数据集的目录结构包括:一个主清单文件(benchmark_manifest.json)记录所有编辑任务及其元数据;每个场景和编辑案例下包含源视频、编辑后的视频、提示词文件以及地面真值变换数据(每帧世界矩阵、线速度和角速度等);缩略图文件夹;以及按编辑类型、时序和属性划分的拆分文件。编辑任务按类型统计:ADD(添加物体)7个、DELETE(删除物体)27个、SET(修改属性)92个;按时序:全片编辑117个、部分帧编辑15个;按属性:摩擦力21个、初始速度26个、质量32个、物体存在性40个、恢复系数13个。该数据集适用于评估视频编辑模型在物理一致性方面的表现,可基于地面真值轨迹进行物理指标评估,或基于像素/感知指标进行视觉质量评估。
pcve_benchmark_v1 is a benchmark dataset for physically consistent video editing. This dataset aims to evaluate the performance of video editing methods in maintaining physical laws (such as mass, friction, coefficient of restitution, initial velocity, object existence, etc.). The dataset contains 20 different physical scenes, 20 source videos, and a total of 126 editing tasks. Each editing task is defined by a source video and a prompt that specifies modifications to physical properties of objects in the video (e.g., increase mass, decrease friction from frame 22). The prompts come in four variants: fuzzy Chinese, fuzzy English, quantitative Chinese, and quantitative English, where quantitative versions include specific numerical change ranges. The dataset directory structure includes: a main manifest file (benchmark_manifest.json) recording all editing tasks and their metadata; each scene and editing case contains source videos, edited videos, prompt files, and ground truth transformation data (per-frame world matrix, linear and angular velocities, etc.); a thumbnail folder; and split files by editing type, temporal scope, and attribute. Editing tasks are categorized by type: 7 ADD (add objects), 27 DELETE (delete objects), 92 SET (modify attributes); by temporal scope: 117 full-frame edits, 15 partial-frame edits; by attribute: 21 friction, 26 initial velocity, 32 mass, 40 object existence, 13 coefficient of restitution. This dataset is suitable for evaluating the physical consistency performance of video editing models, either through physical metrics based on ground truth trajectories or through pixel/perceptual metrics for visual quality assessment.
数据集概述
PCVE-RigidBench(Physics-Consistent Video Editing benchmark)是一个面向物理一致性视频编辑任务的基准数据集。
规模与构成
- 包含 20 个场景、20 个源视频和 126 个编辑任务。
- 编辑任务类型分布:
ADD(添加物体)7 个、DELETE(删除物体)27 个、SET(修改属性)92 个。 - 按编辑生效时间:
whole_clip(全程生效)117 个,partway(中途生效)15 个。 - 按编辑属性:
mass(质量)32 个、presence(存在性)40 个、friction(摩擦)21 个、restitution(恢复系数)13 个、initial_velocity(初速度)26 个。
数据结构
benchmark_manifest.json:权威索引文件,扁平化列出所有源视频与编辑任务,内联评估所需的全部字段(提示词、物理差异、编辑摘要、视频/真值路径)。scenes/{scene}/cases/{case_id}/:video.mp4:源视频(基线场景)或编辑后的渲染结果。prompts.json:与顶层 manifest 冗余,但便于按目录迭代的评估器直接使用。ground_truth_transforms.json:逐帧世界矩阵、线/角速度及物理仿真产生的物体质量指标,用于物理一致性评估。
thumbnails/{scene}/{case_id}.jpg:每用例的中帧预览图。splits/:all.txt:所有编辑任务的全局 ID 列表。by_property/:按编辑属性(mass/friction/restitution/initial_velocity/presence)分桶的列表。by_timing/:按生效时间分桶的列表,whole_clip.txt对应从首帧起全程生效的编辑,partway.txt对应从applies_from_frame起生效的编辑(此前帧应与源视频完全一致)。
提示词格式
每个编辑任务包含 4 种提示词:
vague.zh/vague.en:仅给出方向性描述(如“调大一点”/“Decrease X”)。quantitative.zh/quantitative.en:包含from和to的具体数值。
所有提示词均在开头说明编辑生效时间(如“From frame 1 onwards”),与 manifest 中的 applies_from_frame 字段对应。
任务定义
给定(源视频、提示词),生成与 edited_video 匹配的编辑后视频。评估时可使用 ground_truth_transforms.json 进行逐帧物体轨迹的物理一致性检查,或与 edited_video 对比进行像素/感知层评估。





