paper-with-me

Papers

AnchorFormer: Point Cloud Completion From Discriminative Nodes

2023-01-01 · CVPR 2023 1 · Zhikai Chen, Fuchen Long, Zhaofan Qiu, Ting Yao, Wengang Zhou, Jiebo Luo, Tao Mei

Point cloud completion aims to recover the completed 3D shape of an object from its partial observation. A common strategy is to encode the observed points to a global feature vector and then predict the complete points through a generative process on this vector. Nevertheless, the results may suffer from the high-quality shape generation problem due to the fact that a global feature vector cannot sufficiently characterize diverse patterns in one object. In this paper, we present a new shape completion architecture, namely AnchorFormer, that innovatively leverages pattern-aware discriminative nodes, i.e., anchors, to dynamically capture regional information of objects. Technically, AnchorFormer models the regional discrimination by learning a set of anchors based on the point features of the input partial observation. Such anchors are scattered to both observed and unobserved locations through estimating particular offsets, and form sparse points together with the down-sampled points of the input observation. To reconstruct the fine-grained object patterns, AnchorFormer further employs a modulation scheme to morph a canonical 2D grid at individual locations of the sparse points into a detailed 3D structure. Extensive experiments on the PCN, ShapeNet-55/34 and KITTI datasets quantitatively and qualitatively demonstrate the efficacy of AnchorFormer over the state-of-the-art point cloud completion approaches. Source code is available at https://github.com/chenzhik/AnchorFormer.

📄 PDF Abstract BibTeX

Code (1)

chenzhik/anchorformer 공식 구현 pytorch

Tasks

MORPHObjectPoint Cloud Completion

Similar Papers 제목 키워드 기반

A Multi-View High-Resolution Foot-Ankle Complex Point Cloud Dataset During Gait for Occlusion-Robust 3D Completion

2025-07-15 · Jie-Wen Li, Zi-Han Ye, Qingyuan Zhou, Jiayi Song 외

The kinematics analysis of foot-ankle complex during gait is essential for advancing biomechanical research and clinical assessment. Collecting accurate surface geometry data from the foot and ankle during dynamic gait c…

BenchmarkingPoint Cloud Completion

Diffusion-Occ: 3D Point Cloud Completion via Occupancy Diffusion

2024-08-27 · Guoqing Zhang, Jian Liu

Point clouds are crucial for capturing three-dimensional data but often suffer from incompleteness due to limitations such as resolution and occlusion. Traditional methods typically rely on point-based approaches within …

Point Cloud Completion

VAPCNet: Viewpoint-Aware 3D Point Cloud Completion

2023-01-01 · ICCV 2023 1 · Zhiheng Fu, Longguang Wang, Lian Xu, Zhiyong Wang 외

Most existing learning-based 3D point cloud completion methods ignore the fact that the completion process is highly coupled with the viewpoint of a partial scan. However, the various viewpoints of incompletely scann…

Point Cloud CompletionRepresentation LearningViewpoint Estimation

CP3: Unifying Point Cloud Completion by Pretrain-Prompt-Predict Paradigm

2022-07-12 · Mingye Xu, Yali Wang, Yihao Liu, Tong He 외

Point cloud completion aims to predict complete shape from its partial observation. Current approaches mainly consist of generation and refinement stages in a coarse-to-fine style. However, the generation stage often lac…

Point Cloud CompletionPoint Cloud Generation

Attention Models for Point Clouds in Deep Learning: A Survey

2021-02-22 · Xu Wang, Yi Jin, Yigang Cen, Tao Wang 외

Recently, the advancement of 3D point clouds in deep learning has attracted intensive research in different application domains such as computer vision and robotic tasks. However, creating feature representation of robus…

3D Pose Estimation3D Semantic SegmentationDeep LearningPose Estimation+2