CVLGAug 2, 2021

Angle Based Feature Learning in GNN for 3D Object Detection using Point Cloud

arXiv:2108.00780v13 citations
AI Analysis

This work addresses rotation invariance for 3D object detection in autonomous driving, but it is incremental as it builds on existing feature encoding methods.

The paper tackled the problem of rotation variance in 3D object detection from point clouds by introducing angular-based feature encoding in graph neural networks, achieving better performance than baseline methods on a subset of the KITTI dataset.

In this paper, we present new feature encoding methods for Detection of 3D objects in point clouds. We used a graph neural network (GNN) for Detection of 3D objects namely cars, pedestrians, and cyclists. Feature encoding is one of the important steps in Detection of 3D objects. The dataset used is point cloud data which is irregular and unstructured and it needs to be encoded in such a way that ensures better feature encapsulation. Earlier works have used relative distance as one of the methods to encode the features. These methods are not resistant to rotation variance problems in Graph Neural Networks. We have included angular-based measures while performing feature encoding in graph neural networks. Along with that, we have performed a comparison between other methods like Absolute, Relative, Euclidean distances, and a combination of the Angle and Relative methods. The model is trained and evaluated on the subset of the KITTI object detection benchmark dataset under resource constraints. Our results demonstrate that a combination of angle measures and relative distance has performed better than other methods. In comparison to the baseline method(relative), it achieved better performance. We also performed time analysis of various feature encoding methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes