paper-with-me

Papers

Multi-skill Mobile Manipulation for Object Rearrangement

2022-09-06 · Jiayuan Gu, Devendra Singh Chaplot, Hao Su, Jitendra Malik

We study a modular approach to tackle long-horizon mobile manipulation tasks for object rearrangement, which decomposes a full task into a sequence of subtasks. To tackle the entire task, prior work chains multiple stationary manipulation skills with a point-goal navigation skill, which are learned individually on subtasks. Although more effective than monolithic end-to-end RL policies, this framework suffers from compounding errors in skill chaining, e.g., navigating to a bad location where a stationary manipulation skill can not reach its target to manipulate. To this end, we propose that the manipulation skills should include mobility to have flexibility in interacting with the target object from multiple locations and at the same time the navigation skill could have multiple end points which lead to successful manipulation. We operationalize these ideas by implementing mobile manipulation skills rather than stationary ones and training a navigation skill trained with region goal instead of point goal. We evaluate our multi-skill mobile manipulation method M3 on 3 challenging long-horizon mobile manipulation tasks in the Home Assistant Benchmark (HAB), and show superior performance as compared to the baselines.

📄 PDF Abstract BibTeX arXiv:2209.02778

Code (1)

Jiayuan-Gu/hab-mobile-manipulation 공식 구현 pytorch

Tasks

ObjectObject Rearrangement

Similar Papers 제목 키워드 기반

ORLA*: Mobile Manipulator-Based Object Rearrangement with Lazy A Star

2023-09-24 · Kai Gao, Zhaxizhuoma, Yan Ding, Shiqi Zhang 외

Effectively performing object rearrangement is an essential skill for mobile manipulators, e.g., setting up a dinner table or organizing a desk. A key challenge in such problems is deciding an appropriate manipulation or…

ObjectObject Rearrangement

Skill Transformer: A Monolithic Policy for Mobile Manipulation

2023-08-19 · ICCV 2023 1 · Xiaoyu Huang, Dhruv Batra, Akshara Rai, Andrew Szot

We present Skill Transformer, an approach for solving long-horizon robotic tasks by combining conditional sequence modeling and skill modularity. Conditioned on egocentric and proprioceptive observations of a robot, Skil…

Task Planning

Galactic: Scaling End-to-End Reinforcement Learning for Rearrangement at 100k Steps-Per-Second

2023-06-13 · CVPR 2023 1 · Vincent-Pierre Berges, Andrew Szot, Devendra Singh Chaplot, Aaron Gokaslan 외

We present Galactic, a large-scale simulation and reinforcement-learning (RL) framework for robotic mobile manipulation in indoor environments. Specifically, a Fetch robot (equipped with a mobile base, 7DoF arm, RGBD cam…

GPUReinforcement Learning (RL)

VER: Scaling On-Policy RL Leads to the Emergence of Navigation in Embodied Rearrangement

2022-10-11 · Erik Wijmans, Irfan Essa, Dhruv Batra

We present Variable Experience Rollout (VER), a technique for efficiently scaling batched on-policy reinforcement learning in heterogenous environments (where different environments take vastly different times to generat…

GPUNavigateObjectGoal NavigationOut-of-Distribution Generalization+1

Mobile Manipulation with Active Inference for Long-Horizon Rearrangement Tasks

2025-07-23 · Corrado Pezzato, Ozan Çatal, Toon Van de Maele, Riddhi J. Pitliya 외 arxiv

Despite growing interest in active inference for robotic control, its application to complex, long-horizon tasks remains untested. We address this gap by introducing a fully hierarchical active inference architecture for…