Search papers, labs, and topics across Lattice.
This paper introduces the Geometric Primary Structure (GPS) representation for articulated parts perception in robotic manipulation, addressing the limitations of existing pose-based and affordance-based methods. By integrating GPS with a portable Virtual Reality device, the authors enable rapid and high-quality human annotation of object sequences, resulting in a dataset of 41K frames for 234 objects. The proposed system achieves a 73% success rate in object manipulation tasks without requiring in-domain fine-tuning, demonstrating its effectiveness and generalizability.
A novel representation for articulated parts perception achieves 73% manipulation success without the need for extensive fine-tuning.
We are surrounded by various objects with movable, articulated parts, e.g., box, handle, door. An accurate and generalizable perception of articulated parts is essential to enhance robotic manipulation capabilities. Building on this need, recent efforts in articulated parts perception have followed two main directions: One line of work uses pose-based representation, which requires high manual cost; in parallel, affordance-based methods extract future object motion from point tracking without additional manual efforts, but suffer from low-quality data. In this paper, we propose a new representation of articulated parts, Geometric Primary Structure (GPS), an abstraction of the part geometry structure to balance scalability and quality. For efficient and scalable data collection, GPS is integrated with a portable Virtual Reality (VR) device and requires only one minute to annotate one object sequence. This direct human annotation provides higher quality than the estimated affordance. With this efficient VR-GPS system, we collect 41K frames for 234 objects across six part classes, and train a generalizable GPS model with a single RGB-D object image as input. For object manipulation, we deploy a heuristic policy based on GPS prediction. Without any in-domain fine-tuning, our method achieves an 73% success rate, covering 270 initial states for 9 objects. Our code, data and reusable tool are available at https://enlighten0707.github.io/gps.