Coherent4D
收藏资源简介:
Coherent4D是一个大规模自我中心视频数据集,专为连续4D交互预测任务设计,由哈尔滨工业大学(深圳)、鹏城实验室和山东大学联合构建。数据集包含约23.3万条样本,覆盖烹饪、健康维护和自行车维修三个领域,每条样本同步提供未来3D交互位置序列与全身姿态序列,并在共享坐标系中建立时空对应关系。其创建过程基于Ego-Exo4D原始数据,通过统一采样、坐标对齐和姿态参数化生成,确保位置与运动的连续性与几何一致性。该数据集旨在突破现有方法将交互定位与人体运动分离预测的局限,为辅助机器人和人机交互等应用提供联合建模基础。
Coherent4D is a large-scale egocentric video dataset designed for continuous 4D interaction prediction tasks, jointly constructed by Harbin Institute of Technology (Shenzhen), Peng Cheng Laboratory, and Shandong University. The dataset contains approximately 233,000 samples spanning three domains: cooking, health maintenance, and bicycle maintenance. Each sample synchronously provides future 3D interaction position sequences and full-body pose sequences, and establishes spatiotemporal correspondences in a shared coordinate system. Its creation process is based on the raw data of Ego-Exo4D, and is generated through unified sampling, coordinate alignment, and pose parameterization, ensuring the continuity and geometric consistency of positions and motions. This dataset aims to break through the limitations of existing methods that separately predict interaction localization and human motion, providing a foundation for joint modeling in applications such as assistive robotics and human-computer interaction.
From Where to How: 连续4D交互预测
数据集概述
本文提出了 Coherent4D 数据集,用于从第一人称视频中进行连续4D交互预测,同时预测未来交互在连续3D空间中的发生位置(where)以及全身动作实现方式(how)。
数据集规模与统计
- 预测样本数:233,828个
- 程序化任务数:21个
- 独立拍摄数:787组
- 物体类别数:535类
领域覆盖
| 领域 | 占比 |
|---|---|
| Cooking(烹饪) | 71.0% |
| Bike Repair(自行车维修) | 17.2% |
| Health(健康/医疗) | 11.8% |
数据划分
| 领域 | 水平线(帧) | Takes | Train | Val | Test | Total | 目标数 |
|---|---|---|---|---|---|---|---|
| Cooking | 10 | 331 | 136,079 | 15,435 | 14,527 | 166,041 | 1,337,589 |
| Health | 5 | 205 | 21,532 | 1,899 | 4,167 | 27,598 | 114,964 |
| Bike Repair | 4 | 251 | 35,987 | 3,150 | 1,052 | 40,189 | 141,633 |
| 总计 | — | 787 | 193,598 | 20,484 | 19,746 | 233,828 | 1,594,186 |
注:Obj.列显示各领域物体类别数(Cooking: 428,Health: 170,Bike Repair: 197,总计535)。
动作动词多样性
常见操作原语包括:pick(拾取)、place(放置)、hold(握持)、drop(放下)、move(移动)、pour(倾倒)、turn(转动),且各领域呈现出互补的操作模式。
数据示例
每个样本将场景几何、语义物体范围、有序手部交互目标与时间对齐的SMPL全身姿态配对,在共享坐标系中呈现。时间线同时保留了目标物体和未来交互的度量演化信息。
方法框架(HIGFlow)
Hand-Interaction-Guided Residual Flow(手部交互引导残差流,HIGFlow) 以两阶段级联方式实现预测:
- 阶段1(Where):融合语义上下文(Qwen3-VL)与短时视觉动态(V-JEPA),预测连续的未来交互位置序列。
- 阶段2(How):利用预测的有序位置序列作为几何条件,引导确定性姿态锚点和有界残差Flow Matching,生成多样化且结构一致的全身运动预测。
实验结果
交互位置预测(毫米,越低越好)
在三个域上,HIGFlow在多数指标(ADE、ADE90、FDE)上均取得最优(加粗)或次优(下划线)结果,显著优于FIction、Qwen3-VL、V-JEPA、Diff-IP3D和MMTwin等基线方法。
全身姿态预测
在MPJPE和Root Trans.指标上,HIGFlow在Health、Bike Repair和Cooking三个域的单次(Single)与Best-5评估中均大幅优于其他基线;PA-MPJPE和Body Geo.指标在不同域上也取得最优或次优表现。
结论
Coherent4D提供了共享坐标系下时间对齐的交互位置与全身姿态序列,用于连续预测监督与评估;HIGFlow通过将未来交互位置作为姿态预测的几何条件,有效耦合了位置与姿态预测,在两类任务上均取得了显著改进。未来工作将探索人类意图建模和接触感知条件用于更长预测周期和更物理一致的预测。




