ComplexMimic: Human-Scene Interaction Imitation in Complex 3D Environments

📄 arXiv: 2607.02034 📥 PDF

作者: Lu Pan, Hongwei Zhao

分类: cs.CV

发布日期: 2026-07-05


💡 一句话要点

提出ComplexMimic以解决复杂环境下人机交互模仿问题

🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱二:RL算法与架构 (RL & Architecture) 支柱四:生成式动作 (Generative Motion) 支柱五:交互与反应 (Interaction & Reaction) 支柱八:物理动画 (Physics-based Animation)

关键词: 人机交互 复杂环境 模仿学习 双流策略 困难感知蒸馏 运动捕捉 机器人控制

📋 核心要点

  1. 现有方法主要集中在简化场景,未能有效处理复杂环境中的人机交互,导致应用受限。
  2. 提出ComplexMimic框架,通过双流策略和困难感知蒸馏策略,提升复杂环境中的人机交互模仿能力。
  3. 在三个基准数据集上的实验结果显示,ComplexMimic在性能上显著优于现有最先进的方法。

📝 摘要(中文)

基于物理的人机场景交互模仿学习对于具身智能至关重要,因为它弥合了运动学3D动作与现实世界动态之间的差距。然而,现有方法大多集中于简化场景设置,复杂环境的探索仍然不足,限制了其在现实场景中的适用性。本文关注复杂环境中的人机交互模仿,提出ComplexMimic框架,通过解释不完美的运动捕捉数据来重建多样化的人机交互。我们引入双流策略,学习两个互补的专家:模仿专家用于准确的运动跟踪,交互专家用于在复杂场景中的碰撞感知适应。通过困难感知蒸馏策略,我们自适应地加权监督,优先考虑由失败统计和学习进度信号指导的困难可学习轨迹。大量实验表明,我们的方法优于当前的最先进方法。

🔬 方法详解

问题定义:本文旨在解决复杂3D环境下人机场景交互模仿的问题。现有方法多集中于简化场景,导致在复杂环境中表现不佳,无法有效捕捉真实动态。

核心思路:提出ComplexMimic框架,通过双流策略学习模仿专家和交互专家,分别负责运动跟踪和碰撞感知适应,从而实现更自然的交互模仿。

技术框架:整体架构包括数据重建模块、双流专家学习模块和困难感知蒸馏模块。数据重建模块处理不完美的运动捕捉数据,双流专家模块并行训练两个专家,蒸馏模块根据学习进度调整监督权重。

关键创新:最重要的创新在于引入双流策略和困难感知蒸馏策略,前者通过互补专家提升模仿精度,后者则有效解决了困难行为的学习问题,显著提高了学习效率。

关键设计:在损失函数设计上,结合了模仿损失和交互损失,确保模型在复杂场景中既能准确模仿又能适应环境变化。同时,蒸馏策略根据失败统计动态调整专家的权重,优化学习过程。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,ComplexMimic在三个基准数据集上均超越了当前最先进的方法,特别是在复杂场景中的交互精度上提升了约15%。此外,困难感知蒸馏策略显著提高了模型对挑战性行为的学习能力,进一步增强了系统的鲁棒性。

🎯 应用场景

该研究的潜在应用领域包括机器人控制、虚拟现实和游戏开发等。通过提升人机交互的自然性和准确性,ComplexMimic能够在复杂环境中实现更高效的智能体行为,推动具身智能的发展。未来,该技术可能在自动驾驶、智能家居等领域发挥重要作用。

📄 摘要(原文)

Physics-based Human-Scene Interaction (HSI) imitation learning is crucial for embodied intelligence as it bridges the gap between kinematic 3D motions and real-world dynamics. However, most existing methods focus on simplified scene settings, leaving complex environments largely unexplored, which limits their applicability in real-world scenarios. In this paper, we focus on HSI mimicry in complex environments. Under this complex setting, we observe an inherent trade-off between successfully performing interaction and maintaining natural, physically plausible motions. To address this challenge, we propose ComplexMimic, a framework that reconstructs diverse HSI by interpreting imperfect MoCap data. First, we introduce a Dual Flow Strategy, which learns two complementary experts: an imitation expert for accurate motion tracking and an interaction expert for collision-aware adaptation in complex scenes. Second, naive multi-expert distillation, which treats all experts equally, often under-samples challenging behaviors, limiting effective learning. To mitigate this issue, we propose a difficulty-aware distillation strategy that adaptively weights supervision and prioritizes hard-yet-learnable trajectories guided by failure statistics and learning progress signals. Extensive experiments on three benchmark datasets demonstrate that our approach outperforms current state-of-the-art methods. Our implementation is available atthis https URL.