paper-with-me

Papers

Pre-training Point Cloud Compact Model with Partial-aware Reconstruction

2024-07-12 · Yaohua Zha, Yanzi Wang, Tao Dai, Shu-Tao Xia

The pre-trained point cloud model based on Masked Point Modeling (MPM) has exhibited substantial improvements across various tasks. However, two drawbacks hinder their practical application. Firstly, the positional embedding of masked patches in the decoder results in the leakage of their central coordinates, leading to limited 3D representations. Secondly, the excessive model size of existing MPM methods results in higher demands for devices. To address these, we propose to pre-train Point cloud Compact Model with Partial-aware \textbf{R}econstruction, named Point-CPR. Specifically, in the decoder, we couple the vanilla masked tokens with their positional embeddings as randomly masked queries and introduce a partial-aware prediction module before each decoder layer to predict them from the unmasked partial. It prevents the decoder from creating a shortcut between the central coordinates of masked patches and their reconstructed coordinates, enhancing the robustness of models. We also devise a compact encoder composed of local aggregation and MLPs, reducing the parameters and computational requirements compared to existing Transformer-based encoders. Extensive experiments demonstrate that our model exhibits strong performance across various tasks, especially surpassing the leading MPM-based model PointGPT-B with only 2% of its parameters.

📄 PDF Abstract BibTeX arXiv:2407.09344

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

RefComp: A Reference-guided Unified Framework for Unpaired Point Cloud Completion

2025-04-18 · Yixuan Yang, Jinyu Yang, Zixiang Zhao, Victor Sanchez 외

The unpaired point cloud completion task aims to complete a partial point cloud by using models trained with no ground truth. Existing unpaired point cloud completion methods are class-aware, i.e., a separate model is ne…

Point Cloud CompletionTranslation

P2C: Self-Supervised Point Cloud Completion from Single Partial Clouds

2023-07-27 · ICCV 2023 1 · Ruikai Cui, Shi Qiu, Saeed Anwar, Jiawei Liu 외

Point cloud completion aims to recover the complete shape based on a partial observation. Existing methods require either complete point clouds or multiple partial observations of the same object for learning. In contras…

Point Cloud Completion

CarveNet: Carving Point-Block for Complex 3D Shape Completion

2021-07-28 · Qing Guo, Zhijie Wang, Felix Juefei-Xu, Di Lin 외

3D point cloud completion is very challenging because it heavily relies on the accurate understanding of the complex 3D shapes (e.g., high-curvature, concave/convex, and hollowed-out 3D shapes) and the unknown & diverse …

Data AugmentationPoint Cloud Completion

DynaTok: Token-Based 4D Reconstruction from Partial Point Clouds

2026-06-10 · Weirong Chen, Keisuke Tateno, Hidenobu Matsuki, Michael Niemeyer 외 arxiv

We address 4D reconstruction from partial point cloud sequences, where depth-sensor observations are incomplete, unordered, and lack explicit temporal correspondences. This geometry-only setting is challenging due to mis…

Point Clouds

SuperFlex: Deformable Superquadrics for Point Cloud Decomposition

2026-07-01 · Gabriel Tavernini, Elisabetta Fedele, Tiago Novello, Leonidas Guibas 외 arxiv

Superquadrics have proven to provide a compact, geometrically meaningful representation for 3D objects. However, existing methods suffer from limited reconstruction accuracy, are restricted to rigid primitives, and lack …

Point Clouds