PointSCNet: Point Cloud Structure and Correlation Learning Based on Space Filling Curve-Guided Sampling
This addresses the challenge of effectively learning structural and correlation information in point clouds for computer vision applications, representing an incremental improvement over existing methods.
The paper tackled the problem of capturing geometrical structure and local region correlation in point clouds for 3D shape understanding, proposing PointSCNet, which outperformed or matched state-of-the-art methods on shape classification and part segmentation tasks.
Geometrical structures and the internal local region relationship, such as symmetry, regular array, junction, etc., are essential for understanding a 3D shape. This paper proposes a point cloud feature extraction network named PointSCNet, to capture the geometrical structure information and local region correlation information of a point cloud. The PointSCNet consists of three main modules: the space-filling curve-guided sampling module, the information fusion module, and the channel-spatial attention module. The space-filling curve-guided sampling module uses Z-order curve coding to sample points that contain geometrical correlation. The information fusion module uses a correlation tensor and a set of skip connections to fuse the structure and correlation information. The channel-spatial attention module enhances the representation of key points and crucial feature channels to refine the network. The proposed PointSCNet is evaluated on shape classification and part segmentation tasks. The experimental results demonstrate that the PointSCNet outperforms or is on par with state-of-the-art methods by learning the structure and correlation of point clouds effectively.