CVMay 10, 2024

GraphRelate3D: Context-Dependent 3D Object Detection with Inter-Object Relationship Graphs

arXiv:2405.06782v19 citationsh-index: 152024 IEEE 27th International Conference on Intelligent Transportation Systems (ITSC)
Originality Incremental advance
AI Analysis

This work addresses the problem of accurate 3D object detection for autonomous driving safety, representing an incremental improvement over existing methods.

The paper tackled 3D object detection for autonomous vehicles by incorporating contextual information through inter-object relationship graphs, resulting in improvements of 0.82%, 0.74%, and 0.58% over the baseline on the KITTI validation set for car detection across easy, moderate, and hard difficulty levels.

Accurate and effective 3D object detection is critical for ensuring the driving safety of autonomous vehicles. Recently, state-of-the-art two-stage 3D object detectors have exhibited promising performance. However, these methods refine proposals individually, ignoring the rich contextual information in the object relationships between the neighbor proposals. In this study, we introduce an object relation module, consisting of a graph generator and a graph neural network (GNN), to learn the spatial information from certain patterns to improve 3D object detection. Specifically, we create an inter-object relationship graph based on proposals in a frame via the graph generator to connect each proposal with its neighbor proposals. Afterward, the GNN module extracts edge features from the generated graph and iteratively refines proposal features with the captured edge features. Ultimately, we leverage the refined features as input to the detection head to obtain detection results. Our approach improves upon the baseline PV-RCNN on the KITTI validation set for the car class across easy, moderate, and hard difficulty levels by 0.82%, 0.74%, and 0.58%, respectively. Additionally, our method outperforms the baseline by more than 1% under the moderate and hard levels BEV AP on the test server.

Foundations

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

Your Notes