paper-with-me

Papers

Orthogonal Dictionary Guided Shape Completion Network for Point Cloud

2023-03-24 · AAAI 2023 3 · Pingping Cai, Deja Scott, Xiaoguang Li, Song Wang

Point cloud shape completion, which aims to reconstruct the missing regions of the incomplete point clouds with plausible shapes, is an ill-posed and challenging task that benefits many downstream 3D applications. Prior approaches achieve this goal by employing a two-stage completion framework, generating a coarse yet complete seed point cloud through an encoder-decoder network, followed by refinement and upsampling. However, the encoded features suffer from information loss of the missing portion, leading to an inability of the decoder to reconstruct seed points with detailed geometric clues. To tackle this issue, we propose a novel Orthogonal Dictionary Guided Shape Completion Network (ODGNet). The proposed ODGNet consists of a Seed Generation U-Net, which leverages multi-level feature extraction and concatenation to significantly enhance the representation capability of seed points, and Orthogonal Dictionaries that can learn shape priors from training samples and thus compensate for the information loss of the missing portions during inference. Our design is simple but to the point, extensive experiment results indicate that the proposed method can reconstruct point clouds with more details and outperform previous state-of-the-art counterparts. The implementation code is available at https://github.com/corecai163/ODGNet.

📄 PDF Abstract BibTeX

Code (1)

corecai163/ODGNet pytorch

Tasks

DecoderPoint Cloud Completion

Similar Papers 제목 키워드 기반

DMF-Net: Image-Guided Point Cloud Completion with Dual-Channel Modality Fusion and Shape-Aware Upsampling Transformer

2024-06-25 · Aihua Mao, Yuxuan Tang, Jiangtao Huang, Ying He

In this paper we study the task of a single-view image-guided point cloud completion. Existing methods have got promising results by fusing the information of image into point cloud explicitly or implicitly. However, giv…

Point Cloud Completion

Graph-Guided Deformation for Point Cloud Completion

2021-11-11 · Jieqi Shi, Lingyun Xu, Liang Heng, Shaojie Shen

For a long time, the point cloud completion task has been regarded as a pure generation task. After obtaining the global shape code through the encoder, a complete point cloud is generated using the shape priorly learnt …

Autonomous DrivingPoint Cloud Completion

View-Guided Point Cloud Completion

2021-04-12 · CVPR 2021 1 · Xuancheng Zhang, Yutong Feng, Siqi Li, Changqing Zou 외

This paper presents a view-guided solution for the task of point cloud completion. Unlike most existing methods directly inferring the missing points using shape priors, we address this task by introducing ViPC (view-gui…

Point Cloud Completion

P2M2-Net: Part-Aware Prompt-Guided Multimodal Point Cloud Completion

2023-12-29 · Linlian Jiang, Pan Chen, Ye Wang, Tieru Wu 외

Inferring missing regions from severely occluded point clouds is highly challenging. Especially for 3D shapes with rich geometry and structure details, inherent ambiguities of the unknown parts are existing. Existing app…

Point Cloud Completion

Learning quadrangulated patches for 3D shape parameterization and completion

2017-09-20 · Kripasindhu Sarkar, Kiran varanasi, Didier Stricker

We propose a novel 3D shape parameterization by surface patches, that are oriented by 3D mesh quadrangulation of the shape. By encoding 3D surface detail on local patches, we learn a patch dictionary that identifies prin…

DenoisingDictionary Learning