paper-with-me

Papers

GeoFormer: Learning Point Cloud Completion with Tri-Plane Integrated Transformer

2024-08-13 · Jinpeng Yu, Binbin Huang, Yuxuan Zhang, Huaxia Li, Xu Tang, Shenghua Gao

Point cloud completion aims to recover accurate global geometry and preserve fine-grained local details from partial point clouds. Conventional methods typically predict unseen points directly from 3D point cloud coordinates or use self-projected multi-view depth maps to ease this task. However, these gray-scale depth maps cannot reach multi-view consistency, consequently restricting the performance. In this paper, we introduce a GeoFormer that simultaneously enhances the global geometric structure of the points and improves the local details. Specifically, we design a CCM Feature Enhanced Point Generator to integrate image features from multi-view consistent canonical coordinate maps (CCMs) and align them with pure point features, thereby enhancing the global geometry feature. Additionally, we employ the Multi-scale Geometry-aware Upsampler module to progressively enhance local details. This is achieved through cross attention between the multi-scale features extracted from the partial input and the features derived from previously estimated points. Extensive experiments on the PCN, ShapeNet-55/34, and KITTI benchmarks demonstrate that our GeoFormer outperforms recent methods, achieving the state-of-the-art performance. Our code is available at \href{https://github.com/Jinpeng-Yu/GeoFormer}{https://github.com/Jinpeng-Yu/GeoFormer}.

📄 PDF Abstract BibTeX arXiv:2408.06596

Code (1)

jinpeng-yu/geoformer 공식 구현 pytorch

Tasks

Point Cloud Completion

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Parametric Point Cloud Completion for Polygonal Surface Reconstruction

2025-03-11 · CVPR 2025 1 · Zhaiyu Chen, Yuqing Wang, Liangliang Nan, Xiao Xiang Zhu

Existing polygonal surface reconstruction methods heavily depend on input completeness and struggle with incomplete point clouds. We argue that while current point cloud completion techniques may recover missing points, …

Point Cloud CompletionSurface Reconstruction

KAPLAN: A 3D Point Descriptor for Shape Completion

2020-07-31 · Audrey Richard, Ian Cherabier, Martin R. Oswald, Marc Pollefeys 외

We present a novel 3D shape completion method that operates directly on unstructured point clouds, thus avoiding resource-intensive data structures like voxel grids. To this end, we introduce KAPLAN, a 3D point descripto…

3D Shape Reconstruction

Leveraging Single-View Images for Unsupervised 3D Point Cloud Completion

2022-12-01 · Lintai Wu, Qijian Zhang, Junhui Hou, Yong Xu

Point clouds captured by scanning devices are often incomplete due to occlusion. To overcome this limitation, point cloud completion methods have been developed to predict the complete shape of an object based on its par…

Point Cloud Completion

Temporal Point Cloud Completion with Pose Disturbance

2022-02-07 · Jieqi Shi, Lingyun Xu, Peiliang Li, Xiaozhi Chen 외

Point clouds collected by real-world sensors are always unaligned and sparse, which makes it hard to reconstruct the complete shape of object from a single frame of data. In this work, we manage to provide complete point…

Point Cloud Completion

SplAttN: Bridging 2D and 3D with Gaussian Soft Splatting and Attention for Point Cloud Completion

2026-05-02 · Zhaoyang Li, Zhichao You, Tianrui Li arxiv

Although multi-modal learning has advanced point cloud completion, the theoretical mechanisms remain unclear. Recent works attribute success to the connection between modalities, yet we identify that standard hard projec…

Point Cloud CompletionDensity Estimation