On-the-fly Point Feature Representation for Point Clouds Analysis
Jiangyi Wang, Zhongyao Cheng, Na Zhao, Jun Cheng, and Xulei Yang

TL;DR
This paper introduces OPFR, a fast and explicit geometric feature extraction method for point cloud analysis, significantly improving accuracy and efficiency over previous approaches.
Contribution
The paper presents a novel on-the-fly point feature representation module that explicitly captures local geometry, with a new hierarchical sampling method and high compatibility with various backbones.
Findings
Achieves 94.5% accuracy on ModelNet40 classification
Attains 90.0% accuracy on S3DIS semantic segmentation
Operates with only 1.56ms additional inference time
Abstract
Point cloud analysis is challenging due to its unique characteristics of unorderness, sparsity and irregularity. Prior works attempt to capture local relationships by convolution operations or attention mechanisms, exploiting geometric information from coordinates implicitly. These methods, however, are insufficient to describe the explicit local geometry, e.g., curvature and orientation. In this paper, we propose On-the-fly Point Feature Representation (OPFR), which captures abundant geometric information explicitly through Curve Feature Generator module. This is inspired by Point Feature Histogram (PFH) from computer vision community. However, the utilization of vanilla PFH encounters great difficulties when applied to large datasets and dense point clouds, as it demands considerable time for feature generation. In contrast, we introduce the Local Reference Constructor module, which…
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
MethodsAttention Is All You Need · Linear Layer · Residual Connection · Multi-Head Attention · Position-Wise Feed-Forward Layer · Adam · Byte Pair Encoding · Convolution · Softmax · Absolute Position Encodings
