Point-GR: Graph Residual Point Cloud Network for 3D Object Classification and Segmentation
Md Meraz, Md Afzal Ansari, Mohammed Javed, Pavan Chakraborty
TL;DR
This work tackles 3D shape analysis on unordered point clouds by addressing permutation invariance and efficient feature extraction. It introduces Point-GR, a graph residual network that first transforms points into higher-dimensional representations via a Point-GR Transformation and then learns multi-scale features with a Point-GR Feature Learning Network. Key contributions include a k-NN graph construction with edge-aware features, residual learning to improve gradient flow, and a lightweight multi-scale architecture that achieves strong indoor-scene segmentation results on S3DIS (mean IoU 73.47%), while remaining competitive on ModelNet-40 and ShapeNet-Part. The proposed approach supports robust 3D perception for robotics and autonomous systems with reduced parameter counts and practical scalability.
Abstract
In recent years, the challenge of 3D shape analysis within point cloud data has gathered significant attention in computer vision. Addressing the complexities of effective 3D information representation and meaningful feature extraction for classification tasks remains crucial. This paper presents Point-GR, a novel deep learning architecture designed explicitly to transform unordered raw point clouds into higher dimensions while preserving local geometric features. It introduces residual-based learning within the network to mitigate the point permutation issues in point cloud data. The proposed Point-GR network significantly reduced the number of network parameters in Classification and Part-Segmentation compared to baseline graph-based networks. Notably, the Point-GR model achieves a state-of-the-art scene segmentation mean IoU of 73.47% on the S3DIS benchmark dataset, showcasing its effectiveness. Furthermore, the model shows competitive results in Classification and Part-Segmentation tasks.
