paper-with-me

홈 › Papers

ARM: Advantage Reward Modeling for Long-Horizon Manipulation

2026-04-03 · Yiming Mao, Zixi Yu, Weixin Mao, Yinhao Li, Qirui Hu, Zihan Lan, Minzhao Zhu, Hua Chen arxiv

Long-horizon robotic manipulation remains challenging for reinforcement learning (RL) because sparse rewards provide limited guidance for credit assignment. Practical policy improvement thus relies on richer intermediate supervision, such as dense progress rewards, which are costly to obtain and ill-suited to non-monotonic behaviors such as backtracking and recovery. To address this, we propose Advantage Reward Modeling (ARM), a framework that shifts from hard-to-quantify absolute progress to estimating relative advantage. We introduce a cost-effective tri-state labeling strategy -- Progressive, Regressive, and Stagnant -- that reduces human cognitive overhead while ensuring high cross-annotator consistency. By training on these intuitive signals, ARM enables automated progress annotation for both complete demonstrations and fragmented DAgger-style data. Integrating ARM into an offline RL pipeline allows for adaptive action-reward reweighting, effectively filtering suboptimal samples. Our approach achieves a 99.4% success rate on a challenging long-horizon towel-folding task, demonstrating improved stability and data efficiency over current VLA baselines with near-zero human intervention during policy training.

📄 PDF Abstract BibTeX arXiv:2604.03037

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

SARM: Stage-Aware Reward Modeling for Long Horizon Robot Manipulation

2025-09-29 · Qianzhong Chen, Justin Yu, Mac Schwager, Pieter Abbeel 외 arxiv

Large-scale robot learning has made progress on complex manipulation tasks, yet long horizon, contact rich problems, especially those involving deformable objects, remain challenging due to inconsistent demonstration qua…

Robot Manipulation

RARM: Confidence-Gated Progress Reward Modeling for RL in Manipulation

2026-06-20 · Pengzhi Yang, Xinyu Wang, Pengyu Jing, Kehan Wen 외 arxiv

Reinforcement learning for robot manipulation is often bottlenecked by reward design, especially in long-horizon tasks: sparse success rewards provide weak supervision, while hand-crafted dense rewards are tedious to des…

Reinforcement LearningRobot Manipulation

SARM2: Multi-Task Stage Aware Reward Modeling for Self Improving Robotic Manipulation

2026-06-09 · Qianzhong Chen, Hau Zheng, Justin Yu, Suning Huang 외 arxiv

Fine-tuning vision-language-action (VLA) policies for long-horizon manipulation still relies heavily on behavior cloning, which requires costly high-quality demonstrations and keeps policies near the demonstration distri…

Reinforcement Learning

Intrinsic Language-Guided Exploration for Complex Long-Horizon Robotic Manipulation Tasks

2023-09-28 · Eleftherios Triantafyllidis, Filippos Christianos, Zhibin Li

Current reinforcement learning algorithms struggle in sparse and complex environments, most notably in long-horizon manipulation tasks entailing a plethora of different sequences. In this work, we propose the Intrinsical…

Decision Makingreinforcement-learningReinforcement Learning

GORDON: Graph-based Object-centric Rewards for Decomposition of Long-Horizon Manipulation

2026-08-04 · Andrea Protopapa, Davide Buoso, Francesca Pistilli, Georgia Chalvatzaki 외 arxiv

Learning long-horizon manipulation skills with reinforcement learning remains challenging due to the complexity of reward design, the limited guidance of sparse rewards, and the high cost of manual subtask annotation. Vi…

Reinforcement LearningGraph Neural Network