Point Tree Transformer for Point Cloud Registration
Meiling Wang, Guangyan Chen, Yi Yang, Li Yuan, Yufeng Yue

TL;DR
The paper introduces Point Tree Transformer (PTT), a novel transformer-based method for point cloud registration that efficiently models local and global features with linear complexity, outperforming existing methods.
Contribution
It proposes a hierarchical feature tree and a new Point Tree Attention mechanism to focus on salient points, improving local structure modeling and computational efficiency.
Findings
Achieves superior registration accuracy on 3DMatch, ModelNet40, and KITTI datasets.
Maintains linear computational complexity while enhancing feature extraction.
Outperforms state-of-the-art methods in point cloud registration tasks.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · 3D Surveying and Cultural Heritage · 3D Shape Modeling and Analysis
MethodsSoftmax · Layer Normalization · Focus · Byte Pair Encoding · Label Smoothing · Position-Wise Feed-Forward Layer · Dropout · Adam · Attention Is All You Need · Linear Layer
