🤖 AI Summary
This work addresses the challenge of enabling robots to efficiently perform sequential manipulation of target objects in cluttered environments. The authors propose Unveiler, a modular and data-efficient framework that decouples high-level spatial reasoning from low-level action execution. Unveiler employs a lightweight Transformer-based spatial relation encoder to identify critical obstacles and a rotation-invariant action decoder to generate removal actions. The system is trained via a two-stage paradigm combining imitation learning and Proximal Policy Optimization (PPO) reinforcement learning. Notably, the approach supports zero-shot transfer to real-world scenarios without retraining. In simulation, it achieves success rates of 97.6% and 90.0% under partial and complete occlusion, respectively, and demonstrates effective performance on a physical robot.
📝 Abstract
Robotic manipulation in cluttered environments presents a critical challenge for automation. Recent large-scale, end-to-end models demonstrate impressive capabilities but often lack the data efficiency and modularity required for retrieving objects in dense clutter. In this work, we argue for a paradigm of specialized, decoupled systems and present Unveiler, a framework that explicitly separates high-level spatial reasoning from low-level action execution. Unveiler's core is a lightweight, transformer-based Spatial Relationship Encoder (SRE) that sequentially identifies the most critical obstacle for removal. This discrete decision is then passed to a rotation-invariant Action Decoder for execution. We demonstrate that this decoupled architecture is not only more computationally efficient in terms of parameter count and inference time, but also significantly outperforms both classic end-to-end policies and modern, large-model-based baselines in retrieving targets from dense clutter. The SRE is trained in two stages: imitation learning from heuristic demonstrations provides sample-efficient initialization, after which PPO fine-tuning enables the policy to discover removal strategies that surpass the heuristic in dense clutter. Our results, achieving up to 97.6\% success in partially occluded and 90.0\% in fully occluded scenarios in simulation, make a case for the power of specialized, object-centric reasoning in complex manipulation tasks. Additionally, we demonstrate that the SRE's spatial reasoning transfers zero-shot to real scenes, and validate the full system on a physical robot requiring only geometric workspace calibration; no learned components are retrained.