CVMar 15, 2024

KP-RED: Exploiting Semantic Keypoints for Joint 3D Shape Retrieval and Deformation

arXiv:2403.10099v35 citationsh-index: 25Has CodeCVPR
Originality Highly original
AI Analysis

This work addresses 3D shape alignment for computer vision applications, offering a novel approach that improves over existing methods.

KP-RED tackles the problem of retrieving and deforming CAD models to match object scans, including noisy partial scans, by using semantic keypoints, achieving state-of-the-art results on synthetic and real-world datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes