VBM-NET: Visual Base Pose Learning for Mobile Manipulation using Equivariant TransporterNet and GNNs
Lakshadeep Naik, Adam Fischer, Daniel Duberg, Danica Kragic
TL;DR
VBM-Net addresses base pose planning for mobile manipulation by learning from top-down orthographic scene representations instead of relying on precise object and environment state estimates. It combines a two-stage policy that first identifies candidate base poses with an equivariant TransporterNet and then selects the optimal pose with a graph-based policy, formalized as a combined policy that leverages navigation cost. By using orthographic projections and graph reasoning, it addresses sample efficiency and variable pose counts, and it demonstrates competitive performance with significantly reduced planning time and successful sim-to-real transfer. The work highlights a practical approach to navigation-aware grasping from visuals and points to future improvements in generalization and sequential planning.
Abstract
In Mobile Manipulation, selecting an optimal mobile base pose is essential for successful object grasping. Previous works have addressed this problem either through classical planning methods or by learning state-based policies. They assume access to reliable state information, such as the precise object poses and environment models. In this work, we study base pose planning directly from top-down orthographic projections of the scene, which provide a global overview of the scene while preserving spatial structure. We propose VBM-NET, a learning-based method for base pose selection using such top-down orthographic projections. We use equivariant TransporterNet to exploit spatial symmetries and efficiently learn candidate base poses for grasping. Further, we use graph neural networks to represent a varying number of candidate base poses and use Reinforcement Learning to determine the optimal base pose among them. We show that VBM-NET can produce comparable solutions to the classical methods in significantly less computation time. Furthermore, we validate sim-to-real transfer by successfully deploying a policy trained in simulation to real-world mobile manipulation.
