CVJan 19, 2024

3D Shape Completion on Unseen Categories:A Weakly-supervised Approach

arXiv:2401.10578v210 citationsIEEE Trans Vis Comput Graph
Originality Incremental advance
AI Analysis

This work addresses a key limitation in 3D shape completion for applications like robotics and AR/VR, though it is incremental as it builds on prior methods with novel components.

The paper tackles the problem of 3D shape completion for unseen categories, which often suffer from poor generalization, and introduces a weakly-supervised framework that achieves superior performance over state-of-the-art methods by a large margin.

3D shapes captured by scanning devices are often incomplete due to occlusion. 3D shape completion methods have been explored to tackle this limitation. However, most of these methods are only trained and tested on a subset of categories, resulting in poor generalization to unseen categories. In this paper, we introduce a novel weakly-supervised framework to reconstruct the complete shapes from unseen categories. We first propose an end-to-end prior-assisted shape learning network that leverages data from the seen categories to infer a coarse shape. Specifically, we construct a prior bank consisting of representative shapes from the seen categories. Then, we design a multi-scale pattern correlation module for learning the complete shape of the input by analyzing the correlation between local patterns within the input and the priors at various scales. In addition, we propose a self-supervised shape refinement model to further refine the coarse shape. Considering the shape variability of 3D objects across categories, we construct a category-specific prior bank to facilitate shape refinement. Then, we devise a voxel-based partial matching loss and leverage the partial scans to drive the refinement process. Extensive experimental results show that our approach is superior to state-of-the-art methods by a large margin.

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