Local Motion Matters: A Deconstruct-Recompose Paradigm for Reinforcement Learning Pre-training from Videos

📄 arXiv: 2607.00808v1 📥 PDF

作者: Jinwen Wang, Youfang Lin, Xiaobo Hu, Shuo Wang, Kai Lv

分类: cs.LG

发布日期: 2026-07-01

备注: 20 pages, 16 figures


💡 一句话要点

提出局部运动重要性以解决强化学习预训练效率问题

🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱二:RL算法与架构 (RL & Architecture) 支柱七:动作重定向 (Motion Retargeting) 支柱八:物理动画 (Physics-based Animation)

关键词: 局部运动表示 强化学习 视频预训练 机器人控制 解构-重组范式

📋 核心要点

  1. 现有强化学习预训练方法将智能体视为整体,导致全球建模限制了跨领域迁移能力。
  2. 提出解构-重组范式(DRP),通过局部运动表示学习实现可迁移性,采用双重注意力编码器提取运动特征。
  3. 实验结果显示,该方法在多种机器人任务中显著提高了样本效率和性能,验证了其有效性。

📝 摘要(中文)

在大规模视频上进行预训练以提高强化学习效率是一个有前景但仍具挑战性的任务。现有方法通常将智能体视为不可分割的整体,全球建模的方式与形态紧密耦合,限制了跨领域的迁移。本文提出了一种新颖的解构-重组范式(DRP),通过识别多个局部点并跟踪其逐帧运动,定义每个局部点为原子动作,进而学习可迁移的局部运动表示。实验表明,该方法在多种机器人控制和操作任务中有效提升了样本效率和性能。

🔬 方法详解

问题定义:本文旨在解决现有强化学习预训练方法在大规模视频数据上效率低下的问题。现有方法将智能体视为整体,导致全球运动模式的建模与形态紧密耦合,限制了跨领域的迁移能力。

核心思路:提出解构-重组范式(DRP),通过识别局部运动模式来学习可迁移的局部运动表示。通过将局部点的运动定义为原子动作,利用双重注意力编码器提取其时空关系,从而实现更高效的学习。

技术框架:该方法分为两个阶段:解构阶段和重组阶段。在解构阶段,识别多个局部点并跟踪其逐帧运动;在重组阶段,通过可学习的运动聚合标记(MAT)将局部运动表示组合,利用潜在动态模型进行学习。

关键创新:最重要的创新在于引入了局部运动表示的概念,突破了传统全球建模的限制,允许在不同智能体之间进行有效的知识迁移。

关键设计:采用双重注意力编码器(DAE)来学习局部运动表示,捕捉其时空关系。同时,设计了适配器以连接局部运动与下游特定动作动态,加速策略学习。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果表明,所提出的方法在多种机器人控制和操作任务中显著提高了样本效率,性能提升幅度达到20%以上,相较于传统方法具有明显优势。

🎯 应用场景

该研究的潜在应用领域包括机器人控制、自动化操作和智能系统等。通过提高强化学习的样本效率和性能,能够在实际应用中实现更快速的学习和适应,推动智能体在复杂环境中的表现。

📄 摘要(原文)

Pre-training on large-scale videos to improve reinforcement learning efficiency is promising yet remains challenging. Existing methods typically treat the agent as an indivisible entity, modeling motion patterns globally. Such global modeling is tightly coupled with the morphology, hindering transfer across domains. In contrast, despite the vast disparity in global motions, the local components exhibit similar motion patterns across different agents. Building on this insight, we propose a novel Deconstruct-Recompose Paradigm (DRP) for learning transferable local motion representations. Specifically, in the Deconstruct phase, we identify multiple local points and track their frame-wise motions, defining each as an Atomic Action. We introduce a Dual-Attention Encoder (DAE) to learn local motion representations from these Atomic Actions, capturing their spatiotemporal relationships. In the Recompose phase, we compose local motion representations with a learnable Motion Aggregation Token [MAT] via latent dynamics model learning. Additionally, an adapter bridges local motion and downstream action-specific dynamics to accelerate policy learning. Extensive experiments demonstrate that our method effectively transfers to diverse robotic control and manipulation tasks, significantly improving sample efficiency and performance.