CT-block: a novel local and global features extractor for point cloud
Shangwei Guo, Jun Li, Zhengchao Lai, Xiantong Meng, Shaokun Han

TL;DR
This paper introduces CT-block, a module that effectively combines local and global feature extraction for point cloud analysis, leading to state-of-the-art results in classification and segmentation tasks.
Contribution
The novel CT-block module simultaneously extracts and fuses local and global features, improving point cloud processing performance.
Findings
Achieves state-of-the-art results on classification tasks.
Enhances segmentation accuracy with combined features.
Demonstrates effective feature fusion in point cloud networks.
Abstract
Deep learning on the point cloud is increasingly developing. Grouping the point with its neighbors and conducting convolution-like operation on them can learn the local feature of the point cloud, but this method is weak to extract the long-distance global feature. Performing the attention-based transformer on the whole point cloud can effectively learn the global feature of it, but this method is hardly to extract the local detailed feature. In this paper, we propose a novel module that can simultaneously extract and fuse local and global features, which is named as CT-block. The CT-block is composed of two branches, where the letter C represents the convolution-branch and the letter T represents the transformer-branch. The convolution-branch performs convolution on the grouped neighbor points to extract the local feature. Meanwhile, the transformer-branch performs offset-attention…
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
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Remote Sensing and LiDAR Applications
MethodsConvolution
