paper-with-me

Papers

PointCFormer: a Relation-based Progressive Feature Extraction Network for Point Cloud Completion

2024-12-11 · Yi Zhong, Weize Quan, Dong-Ming Yan, Jie Jiang, YingMei Wei

Point cloud completion aims to reconstruct the complete 3D shape from incomplete point clouds, and it is crucial for tasks such as 3D object detection and segmentation. Despite the continuous advances in point cloud analysis techniques, feature extraction methods are still confronted with apparent limitations. The sparse sampling of point clouds, used as inputs in most methods, often results in a certain loss of global structure information. Meanwhile, traditional local feature extraction methods usually struggle to capture the intricate geometric details. To overcome these drawbacks, we introduce PointCFormer, a transformer framework optimized for robust global retention and precise local detail capture in point cloud completion. This framework embraces several key advantages. First, we propose a relation-based local feature extraction method to perceive local delicate geometry characteristics. This approach establishes a fine-grained relationship metric between the target point and its k-nearest neighbors, quantifying each neighboring point's contribution to the target point's local features. Secondly, we introduce a progressive feature extractor that integrates our local feature perception method with self-attention. Starting with a denser sampling of points as input, it iteratively queries long-distance global dependencies and local neighborhood relationships. This extractor maintains enhanced global structure and refined local details, without generating substantial computational overhead. Additionally, we develop a correction module after generating point proxies in the latent space to reintroduce denser information from the input points, enhancing the representation capability of the point proxies. PointCFormer demonstrates state-of-the-art performance on several widely used benchmarks. Our code is available at https://github.com/Zyyyyy0926/PointCFormer_Plus_Pytorch.

📄 PDF Abstract BibTeX arXiv:2412.08421

Code (1)

zyyyyy0926/pointcformer_plus_pytorch 공식 구현

Tasks

3D Object DetectionPoint Cloud CompletionRelation

Similar Papers 제목 키워드 기반

SPAC: Sampling-based Progressive Attribute Compression for Dense Point Clouds

2024-09-16 · Xiaolong Mao, Hui Yuan, Tian Guo, Shiqi Jiang 외

We propose an end-to-end attribute compression method for dense point clouds. The proposed method combines a frequency sampling module, an adaptive scale feature extraction module with geometry assistance, and a global h…

Attribute

Co-Win: Joint Object Detection and Instance Segmentation in LiDAR Point Clouds via Collaborative Window Processing

2025-07-25 · Haichuan Li, Tomi Westerlund arxiv

Accurate perception and scene understanding in complex urban environments is a critical challenge for ensuring safe and efficient autonomous navigation. In this paper, we present Co-Win, a novel bird's eye view (BEV) per…

Instance SegmentationScene UnderstandingAutonomous DrivingObject Detection

Appformer: A Novel Framework for Mobile App Usage Prediction Leveraging Progressive Multi-Modal Data Fusion and Feature Extraction

2024-07-28 · Chuike Sun, Junzhou Chen, Yue Zhao, Hao Han 외

This article presents Appformer, a novel mobile application prediction framework inspired by the efficiency of Transformer-like architectures in processing sequential data through self-attention mechanisms. Combining a M…

Time Series AnalysisWord Embeddings

DiffMOD: Progressive Diffusion Point Denoising for Moving Object Detection in Remote Sensing

2025-04-14 · Jinyue Zhang, Xiangrong Zhang, Zhongjian Huang, Tianyang Zhang 외

Moving object detection (MOD) in remote sensing is significantly challenged by low resolution, extremely small object sizes, and complex noise interference. Current deep learning-based MOD methods rely on probability den…

DenoisingDensity EstimationMoving Object DetectionObject+2

MCI-Net: A Robust Multi-Domain Context Integration Network for Point Cloud Registration

2025-12-29 · Shuyuan Lin, Wenwu Peng, Junjie Huang, Qiang Qi 외 arxiv

Robust and discriminative feature learning is critical for high-quality point cloud registration. However, existing deep learning-based methods typically rely on Euclidean neighborhood-based strategies for feature extrac…

Point Cloud RegistrationPose EstimationPoint Clouds