paper-with-me

Papers

Motus2: A Self-Evolving General World Model for Dexterous Manipulation

2026-08-31 · Hongzhe Bi, Zihao Zhou, Yihang Tang, Jingrui Pang, Shuhe Huang, Haitian Liu, Runqing Wang, Shuai Huang, Yichen Wang, Yiming Cheng, Ruowen Zhao, Zhenghua Li, Hengkai Tan, Xiaolong Liu, Jinhui Wan, Jiabao Liu, Min Zhao, Fan Bao, Jun Zhu arxiv

General embodied agents should perceive, predict, act, evaluate, and improve within a unified system. World models have shown great promise in building such agents, yet existing models typically append an action output head to a world simulator, without coupling them into a closed decision-and-learning loop for policy improvement. We present Motus2, a self-evolving general world model for dexterous manipulation. Motus2 advances world modeling through model scaling and data scaling. For model scaling, a single model with shared weights exposes three control interfaces: a policy (world-action model), a simulator (action-conditioned world model), and an evaluator (value model). The policy proposes candidate action chunks, the simulator predicts their visual consequences, and the evaluator assesses the predicted outcomes. Their coupling forms a closed decision-and-learning loop for policy improvement. This formulation uses curated expert demonstrations for action learning, while failed and suboptimal interactions provide valuable evidence for dynamics modeling and value learning. For data scaling, Motus2 progresses from large-scale monocular egocentric data to synchronized stereo egocentric data, followed by robot-domain adaptation with robot trajectories and supplementary human-robot alignment data. Motus2 further studies global-autoregressive and hybrid-memory extensions of its sliding-window context, adds tactile feedback for contact-aware control, and is instantiated on a fully biomimetic platform with stereo vision, dual arms, dual dexterous hands, and tactile sensing. Together, egocentric data scaling and closed-loop general world model scaling provide a general path toward self-evolving dexterous manipulation.

📄 PDF Abstract BibTeX arXiv:2608.30237

Code (2)

20bytes/Aerial-VLN-Arxiv-Daily ★ 18
BaiShuanghao/my_arXiv_daily ★ 213

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

Motus: A Unified Latent Action World Model

2025-12-15 · Hongzhe Bi, Hengkai Tan, Shenghao Xie, Zeyuan Wang 외 arxiv

While a general embodied agent must function as a unified system, current methods are built on isolated models for understanding, world modeling, and control. This fragmentation prevents unifying multimodal generative ca…

Video Generation

DexPoint: Generalizable Point Cloud Reinforcement Learning for Sim-to-Real Dexterous Manipulation

2022-11-17 · Yuzhe Qin, Binghao Huang, Zhao-Heng Yin, Hao Su 외

We propose a sim-to-real framework for dexterous manipulation which can generalize to new objects of the same category in the real world. The key of our framework is to train the manipulation policy with point cloud inpu…

reinforcement-learningReinforcement Learning (RL)

Dexterous Manipulation through Imitation Learning: A Survey

2025-04-04 · Shan An, Ziyu Meng, Chao Tang, Yuning Zhou 외

Dexterous manipulation, which refers to the ability of a robotic hand or multi-fingered end-effector to skillfully control, reorient, and manipulate objects through precise, coordinated finger movements and adaptive forc…

Imitation LearningReinforcement Learning (RL)Survey

Numerical Approximation Methods for Antenna Radiation Patterns for Motus Wildlife Tracking Systems

2022-06-28 · Erik Carlson, Douglas Gobeille, Robert Deluca, Pam Loring

As plans for offshore wind energy development increase in the US, the developing methods to monitor migratory birds and bats offshore is an important area of research. To contribute to this research, current guidance rec…

Agent-World: Scaling Real-World Environment Synthesis for Evolving General Agent Intelligence

2026-04-20 · Guanting Dong, Junting Lu, Junjie Huang, Wanjun Zhong 외 arxiv

Large language models are increasingly expected to serve as general-purpose agents that interact with external, stateful tool environments. The Model Context Protocol (MCP) and broader agent skills offer a unified interf…

Reinforcement Learning