KP-RED: Exploiting Semantic Keypoints for Joint 3D Shape Retrieval and Deformation
Ruida Zhang, Chenyangguang Zhang, Yan Di, Fabian Manhardt, Xingyu Liu, Federico Tombari, Xiangyang Ji
TL;DR
KP-RED tackles joint 3D shape retrieval and deformation from noisy scans by leveraging category-consistent sparse keypoints to build a deformation-aware embedding space and guide a neural cage-based deformation of retrieved CAD models. A local-global keypoint embedding paired with self-attention enables robust retrieval, while influence vectors on a cage controlled by keypoints drive fine-grained deformations, interpolated via mean value coordinates. The approach achieves state-of-the-art results on PartNet and Scan2CAD with real-time inference and strong robustness to partial observations. Overall, KP-RED demonstrates that category-consistent keypoints can unify retrieval and deformation for high-fidelity CAD model reconstruction in real-world scenarios.
Abstract
In this paper, we present KP-RED, a unified KeyPoint-driven REtrieval and Deformation framework that takes object scans as input and jointly retrieves and deforms the most geometrically similar CAD models from a pre-processed database to tightly match the target. Unlike existing dense matching based methods that typically struggle with noisy partial scans, we propose to leverage category-consistent sparse keypoints to naturally handle both full and partial object scans. Specifically, we first employ a lightweight retrieval module to establish a keypoint-based embedding space, measuring the similarity among objects by dynamically aggregating deformation-aware local-global features around extracted keypoints. Objects that are close in the embedding space are considered similar in geometry. Then we introduce the neural cage-based deformation module that estimates the influence vector of each keypoint upon cage vertices inside its local support region to control the deformation of the retrieved shape. Extensive experiments on the synthetic dataset PartNet and the real-world dataset Scan2CAD demonstrate that KP-RED surpasses existing state-of-the-art approaches by a large margin. Codes and trained models are released on https://github.com/lolrudy/KP-RED.
