paper-with-me

Papers

Point Tree Transformer for Point Cloud Registration

2024-06-25 · Meiling Wang, Guangyan Chen, Yi Yang, Li Yuan, Yufeng Yue

Point cloud registration is a fundamental task in the fields of computer vision and robotics. Recent developments in transformer-based methods have demonstrated enhanced performance in this domain. However, the standard attention mechanism utilized in these methods often integrates many low-relevance points, thereby struggling to prioritize its attention weights on sparse yet meaningful points. This inefficiency leads to limited local structure modeling capabilities and quadratic computational complexity. To overcome these limitations, we propose the Point Tree Transformer (PTT), a novel transformer-based approach for point cloud registration that efficiently extracts comprehensive local and global features while maintaining linear computational complexity. The PTT constructs hierarchical feature trees from point clouds in a coarse-to-dense manner, and introduces a novel Point Tree Attention (PTA) mechanism, which follows the tree structure to facilitate the progressive convergence of attended regions towards salient points. Specifically, each tree layer selectively identifies a subset of key points with the highest attention scores. Subsequent layers focus attention on areas of significant relevance, derived from the child points of the selected point set. The feature extraction process additionally incorporates coarse point features that capture high-level semantic information, thus facilitating local structure modeling and the progressive integration of multiscale information. Consequently, PTA empowers the model to concentrate on crucial local structures and derive detailed local information while maintaining linear computational complexity. Extensive experiments conducted on the 3DMatch, ModelNet40, and KITTI datasets demonstrate that our method achieves superior performance over the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2406.17530

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Registration

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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Focus 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Automatic marker-free registration of tree point-cloud data based on rotating projection

2020-01-30 · Xiuxian Xu, Pei Wang, Xiaozheng Gan, Ya-Xin Li 외

Point-cloud data acquired using a terrestrial laser scanner (TLS) play an important role in digital forestry research. Multiple scans are generally used to overcome occlusion effects and obtain complete tree structural i…

Automatic marker-free registration based on similar tetrahedras for single-tree point clouds

2024-11-20 · Jing Ren, Pei Wang, Hanlong Li, Yuhan Wu 외

In recent years, terrestrial laser scanning technology has been widely used to collect tree point cloud data, aiding in measurements of diameter at breast height, biomass, and other forestry survey data. Since a single s…

Point Cloud Registration

GlobalMatch: Registration of Forest Terrestrial Point Clouds by Global Matching of Relative Stem Positions

2021-12-21 · Xufei Wang, Zexin Yang, Xiaojun Cheng, Jantien Stoter 외

Registering point clouds of forest environments is an essential prerequisite for LiDAR applications in precision forestry. State-of-the-art methods for forest point cloud registration require the extraction of individual…

Point Cloud Registration

Tigris: Architecture and Algorithms for 3D Perception in Point Clouds

2019-11-16 · Tiancheng Xu, Boyuan Tian, Yuhao Zhu

Machine perception applications are increasingly moving toward manipulating and processing 3D point cloud. This paper focuses on point cloud registration, a key primitive of 3D data processing widely used in high-level t…

3D ReconstructionGPUPoint Cloud RegistrationSimultaneous Localization and Mapping

A Graph-Matching Approach for Cross-view Registration of Over-view 2 and Street-view based Point Clouds

2022-02-14 · Xiao Ling, Rongjun Qin

In this paper, based on the assumption that the object boundaries (e.g., buildings) from the over-view data should coincide with footprints of fa\c{c}ade 3D points generated from street-view photogrammetric images, we ai…

global-optimizationGraph Matching