Predictive Inverse Dynamics Models are Scalable Learners for Robotic Manipulation

Yang Tian, Sizhe Yang, Jia Zeng, Ping Wang, Dahua Lin, Hao Dong, Jiangmiao Pang

arXiv:2412.15109 · 2026-07-27 공개 · arXiv · PDF

transformer generalization robotic-manipulation end-to-end-training libero-long calvin-abc-d inverse-dynamics-models vision-action-loop

Abstract

Current efforts to learn scalable policies in robotic manipulation primarily fall into two categories: one focuses on"action,"which involves behavior cloning from extensive collections of robotic data, while the other emphasizes"vision,"enhancing model generalization by pre-training representations or generative models, also referred to as world models, using large-scale visual datasets. This paper presents an end-to-end paradigm that predicts actions using inverse dynamics models conditioned on the robot's forecasted visual states, named Predictive Inverse Dynamics Models (PIDM). By closing the loop between vision and action, the end-to-end PIDM can be a better scalable action learner. In practice, we use Transformers to process both visual states and actions, naming the model Seer. It is initially pre-trained on large-scale robotic datasets, such as DROID, and can be adapted to realworld scenarios with a little fine-tuning data. Thanks to large-scale, end-to-end training and the synergy between vision and action, Seer significantly outperforms previous methods across both simulation and real-world experiments. It achieves improvements of 13% on the LIBERO-LONG benchmark, 21% on CALVIN ABC-D, and 43% in real-world tasks. Notably, Seer sets a new state-of-the-art on CALVIN ABC-D benchmark, achieving an average length of 4.28, and exhibits superior generalization for novel objects, lighting conditions, and environments under high-intensity disturbances on real-world scenarios. Code and models are publicly available at https://github.com/OpenRobotLab/Seer/.

한국어 요약

한 줄 요약

Seer는 시각-작업 루프를 통합한 예측적 역 역학 모델(PIDM)로, 대규모 데이터 학습을 통해 시뮬레이션 및 실제 환경에서 기존 방법 대비 13~43% 성능 향상.

핵심 기여도

핵심 아이디어

기존 로봇 정책 학습은 "작업" 또는 "시각" 중심으로 분리되어 있었으나, Seer는 이 둘을 **end-to-end 방식으로 통합**하여 학습 효율성을 높인다. PIDM은 미래 시각 상태를 예측한 뒤, 이를 기반으로 작업을 예측하는 역 역학 모델을 사용한다. 이는 인간이 시각과 작업을 동시에 조정하는 방식을 모방한 것.

구체적으로, **[FRS] 토큰**은 미래 시각 정보를 예측하고, **[INV] 토큰**은 이 시각 정보를 조건으로 작업을 예측한다. 이 두 토큰은 **unidirectional attention mask**를 통해 시각과 작업 정보가 유기적으로 결합되도록 설계되어, **end-to-end 학습**이 가능하다. 이는 기존의 분리된 시각-작업 학습 방식과는 차별화된다.

기술적 접근법

주요 결과

의의 및 한계

Seer는 시각과 작업을 통합한 end-to-end 학습을 통해 기존의 분리된 접근 방식을 극복하고, 대규모 데이터에서 학습한 정책을 실제 환경으로 이전하는 데 성공했다. 특히, **Transformer 기반의 multi-modal 학습**은 시각-작업 통합의 새로운 가능성을 제시한다.

그러나 한계도 존재한다. 첫째, **6개의 downstream task**만 평가되어, **고정밀도, 접촉이 많은 작업**에 대한 평가가 부족하다. 둘째, **다양한 로봇 플랫폼 간의 cross-embodiment 성능**도 검증되지 않았다. 이는 Seer의 보편성과 확장성을 평가하기 위한 추가 연구가 필요함을 시사한다.

실용적 활용

Seer는 **로봇 조작** 분야에서 **대규모 데이터 학습 후 실제 환경으로의 이전**이 필요한 상황에 적합하다. 특히, **미래 시각 예측을 기반으로 작업을 결정**하는 방식은 **실시간 조작**, **복잡한 환경에서의 일반화**, **최소한의 fine-tuning 데이터**로도 성능을 유지하는 데 유리하다. **공장 자동화**, **서비스 로봇**, **의료 로봇** 등 다양한 산업 분야에서 활용 가능.