paper-with-me

홈 › Papers

Towards Disturbance-Free Visual Mobile Manipulation

2021-12-17 · Tianwei Ni, Kiana Ehsani, Luca Weihs, Jordi Salvador

Deep reinforcement learning has shown promising results on an abundance of robotic tasks in simulation, including visual navigation and manipulation. Prior work generally aims to build embodied agents that solve their assigned tasks as quickly as possible, while largely ignoring the problems caused by collision with objects during interaction. This lack of prioritization is understandable: there is no inherent cost in breaking virtual objects. As a result, "well-trained" agents frequently collide with objects before achieving their primary goals, a behavior that would be catastrophic in the real world. In this paper, we study the problem of training agents to complete the task of visual mobile manipulation in the ManipulaTHOR environment while avoiding unnecessary collision (disturbance) with objects. We formulate disturbance avoidance as a penalty term in the reward function, but find that directly training with such penalized rewards often results in agents being unable to escape poor local optima. Instead, we propose a two-stage training curriculum where an agent is first allowed to freely explore and build basic competencies without penalization, after which a disturbance penalty is introduced to refine the agent's behavior. Results on testing scenes show that our curriculum not only avoids these poor local optima, but also leads to 10% absolute gains in success rate without disturbance, compared to our state-of-the-art baselines. Moreover, our curriculum is significantly more performant than a safe RL algorithm that casts collision avoidance as a constraint. Finally, we propose a novel disturbance-prediction auxiliary task that accelerates learning.

📄 PDF Abstract BibTeX arXiv:2112.12612

Code (1)

allenai/disturb-free 공식 구현 pytorch

Tasks

Collision AvoidanceDeep Reinforcement LearningKnowledge DistillationVisual Navigation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Stereo Multistage Spatial Attention for Real-Time Mobile Manipulation Under Visual Scale Variation and Disturbances

2026-05-01 · Xianbo Cai, Hideyuki Ichiwara, Hyogo Hiruma, Masaki Yoshikawa 외 arxiv

Robots operating in open, unstructured real-world environments must rely on onboard visual perception while autonomously moving across different locations. Continuous changes in onboard camera viewpoints cause significan…

A Transferable Legged Mobile Manipulation Framework Based on Disturbance Predictive Control

2022-03-02 · Qingfeng Yao, Jilong Wan, Shuyu Yang, Cong Wang 외

Due to their ability to adapt to different terrains, quadruped robots have drawn much attention in the research field of robot learning. Legged mobile manipulation, where a quadruped robot is equipped with a robotic arm,…

Affordance RAG: Hierarchical Multimodal Retrieval with Affordance-Aware Embodied Memory for Mobile Manipulation

2025-12-22 · Ryosuke Korekata, Quanting Xie, Yonatan Bisk, Komei Sugiura arxiv

In this study, we address the problem of open-vocabulary mobile manipulation, where a robot is required to carry a wide range of objects to receptacles based on free-form natural language instructions. This task is chall…

HoMMI: Learning Whole-Body Mobile Manipulation from Human Demonstrations

2026-03-03 · Xiaomeng Xu, Jisang Park, Han Zhang, Eric Cousineau 외 arxiv

We present Whole-Body Mobile Manipulation Interface (HoMMI), a data collection and policy learning framework that learns whole-body mobile manipulation directly from robot-free human demonstrations. We augment UMI interf…

AC-DiT: Adaptive Coordination Diffusion Transformer for Mobile Manipulation

2025-07-02 · Sixiang Chen, Jiaming Liu, Siyuan Qian, Han Jiang 외

Recently, mobile manipulation has attracted increasing attention for enabling language-conditioned robotic control in household tasks. However, existing methods still face challenges in coordinating mobile base and manip…