paper-with-me

Papers

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, Skill Transformer is trained end-to-end to predict both a high-level skill (e.g., navigation, picking, placing), and a whole-body low-level action (e.g., base and arm motion), using a transformer architecture and demonstration trajectories that solve the full task. It retains the composability and modularity of the overall task through a skill predictor module while reasoning about low-level actions and avoiding hand-off errors, common in modular approaches. We test Skill Transformer on an embodied rearrangement benchmark and find it performs robust task planning and low-level control in new scenarios, achieving a 2.5x higher success rate than baselines in hard rearrangement problems.

📄 PDF Abstract BibTeX arXiv:2308.09873

Code (0)

등록된 구현이 없습니다.

Tasks

Task Planning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar 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 stati…

ObjectObject Rearrangement

MobileWAM: Bridging World Action Models to Mobile Manipulation with Chain-of-Foresight

2026-08-05 · Zehua Fan, Junjie He, Wenxuan Song, Xi Wang 외 arxiv

World action models (WAMs) built on video generation backbones are a rising recipe for robot learning, yet remain confined to tabletop manipulation. Mobile manipulation demands simultaneous locomotion and whole-body mani…

Video Generation

Bootstrapping Skills

2015-06-11 · Daniel J. Mankowitz, Timothy A. Mann, Shie Mannor

The monolithic approach to policy representation in Markov Decision Processes (MDPs) looks for a single policy that can be represented as a function from states to actions. For the monolithic approach to succeed (and thi…

Reinforcement LearningReinforcement Learning (RL)

DockAnywhere: Data-Efficient Visuomotor Policy Learning for Mobile Manipulation via Novel Demonstration Generation

2026-04-16 · Ziyu Shan, Yuheng Zhou, Gaoyuan Wu, Ziheng Ji 외 arxiv

Mobile manipulation is a fundamental capability that enables robots to interact in expansive environments such as homes and factories. Most existing approaches follow a two-stage paradigm, where the robot first navigates…

Point Clouds

DSPv2: Improved Dense Policy for Effective and Generalizable Whole-body Mobile Manipulation

2025-09-19 · Yue Su, Chubin Zhang, Sijin Chen, Liufan Tan 외 arxiv

Learning whole-body mobile manipulation via imitation is essential for generalizing robotic skills to diverse environments and complex tasks. However, this goal is hindered by significant challenges, particularly in effe…