paper-with-me

홈 › Papers

Physical Autoregressive Model for Robotic Manipulation without Action Pretraining

2025-08-13 · Zijian Song, Sihan Qin, Tianshui Chen, Liang Lin, Guangrun Wang arxiv

The scarcity of manipulation data has motivated the use of pretrained large models from other modalities in robotics. In this work, we build upon autoregressive video generation models to propose a Physical Autoregressive Model (PAR), where physical tokens combine frames and actions to represent the joint evolution of the robot and its environment. PAR leverages the world knowledge embedded in video pretraining to understand physical dynamics without requiring action pretraining, enabling accurate video prediction and consistent action trajectories. It also adopts a DiT-based de-tokenizer to model frames and actions as continuous tokens, mitigating quantization errors and facilitating mutual enhancement. Furthermore, we incorporate a causal mask with inverse kinematics, parallel training, and the KV-cache mechanism to further improve performance and efficiency. Experiments on the ManiSkill benchmark show that PAR achieves a 100\% success rate on the PushCube task, matches the performance of action-pretrained baselines on other tasks, and accurately predicts future videos with tightly aligned action trajectories. These findings underscore a promising direction for robotic manipulation by transferring world knowledge from autoregressive video pretraining. The project page is here: https://hcplab-sysu.github.io/PhysicalAutoregressiveModel/

📄 PDF Abstract BibTeX arXiv:2508.09822

Code (0)

등록된 구현이 없습니다.

Tasks

Video GenerationVideo Prediction

Similar Papers 제목 키워드 기반

Learning Physics from Pretrained Video Models: A Multimodal Continuous and Sequential World Interaction Models for Robotic Manipulation

2026-02-18 · Zijian Song, Qichang Li, Sihan Qin, Yuhao Chen 외 arxiv

The scarcity of large-scale robotic data has motivated the repurposing of foundation models from other modalities for policy learning. In this work, we introduce PhysGen (Learning Physics from Pretrained Video Generation…

Physical IntuitionVideo Generation

RoMAN-Flow: Taming Autoregressive Normalizing Flows for Offline Reinforcement Learning in Robotic Manipulation

2026-08-20 · Shaoxuan Wang, Guangting Zheng, Rui Huang, Zhipeng Tang 외 arxiv

Offline reinforcement learning improves robotic policies using previously collected data without further environment interaction. Yet prevalent diffusion- and flow-matching robot policies lack tractable likelihoods, limi…

Reinforcement LearningOffline RL

Agent as Policy for Robotic Manipulation

2026-09-11 · Mengzhao Jia, Yang Lin, Xixin Zhang, Zhihan Zhang 외 hf

We demonstrate that a general-purpose agent can directly drive a physical robot throughout task execution without any task-specific or environment-specific training. We introduce Agent as Policy (AGP), which places task …

FreqPolicy: Frequency Autoregressive Visuomotor Policy with Continuous Tokens

2025-06-02 · Yiming Zhong, Yumeng Liu, Chuyang Xiao, Zemin Yang 외

Learning effective visuomotor policies for robotic manipulation is challenging, as it requires generating precise actions while maintaining computational efficiency. Existing methods remain unsatisfactory due to inherent…

Computational Efficiency

RoboWM-Bench: A Benchmark for Evaluating World Models in Robotic Manipulation

2026-04-21 · Feng Jiang, Yang Chen, Kyle Xu, Yuchen Liu 외 arxiv

Recent advances in large-scale video world models have enabled increasingly realistic future prediction, raising the prospect of using generated videos as scalable supervision for robot learning. However, for embodied ma…

Spatial Reasoning