Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

CAP-Net: A Unified Network for 6D Pose and Size Estimation of Categorical Articulated Parts from a Single RGB-D Image

About

This paper tackles category-level pose estimation of articulated objects in robotic manipulation tasks and introduces a new benchmark dataset. While recent methods estimate part poses and sizes at the category level, they often rely on geometric cues and complex multi-stage pipelines that first segment parts from the point cloud, followed by Normalized Part Coordinate Space (NPCS) estimation for 6D poses. These approaches overlook dense semantic cues from RGB images, leading to suboptimal accuracy, particularly for objects with small parts. To address these limitations, we propose a single-stage Network, CAP-Net, for estimating the 6D poses and sizes of Categorical Articulated Parts. This method combines RGB-D features to generate instance segmentation and NPCS representations for each part in an end-to-end manner. CAP-Net uses a unified network to simultaneously predict point-wise class labels, centroid offsets, and NPCS maps. A clustering algorithm then groups points of the same predicted class based on their estimated centroid distances to isolate each part. Finally, the NPCS region of each part is aligned with the point cloud to recover its final pose and size. To bridge the sim-to-real domain gap, we introduce the RGBD-Art dataset, the largest RGB-D articulated dataset to date, featuring photorealistic RGB images and depth noise simulated from real sensors. Experimental evaluations on the RGBD-Art dataset demonstrate that our method significantly outperforms the state-of-the-art approach. Real-world deployments of our model in robotic tasks underscore its robustness and exceptional sim-to-real transfer capabilities, confirming its substantial practical utility. Our dataset, code and pre-trained models are available on the project page.

Jingshun Huang, Haitao Lin, Tianyu Wang, Yanwei Fu, Xiangyang Xue, Yi Zhu• 2025

Related benchmarks

TaskDatasetResultRank
Part Pose EstimationGAPartNet Seen Object Categories
Rotation Error (Re)10.39
13
Motion Axis EstimationOPD real 12
Motion Axis Error5.47
6
Part Pose EstimationRGBD-Art (unseen object categories)
Re12.79
4
Part SegmentationRGBD-Art (seen categories)
Ln.F.Hl.55.3
4
Part SegmentationRGBD-Art unseen categories
Ln.F.Hl.28.88
4
Robot ManipulationReal-world Robot Manipulation Hinge Handle
Success Rate9
2
Robot ManipulationReal-world Robot Manipulation Drawer (test)
Success Rate100
2
Robot ManipulationReal-world Robot Manipulation Hinge Lid (test)
Success Rate90
2
Robot ManipulationReal-world Robot Manipulation Total (test)
Success Rate2.80e+3
2
Showing 9 of 9 rows

Other info

Code

Follow for update