CVApr 28, 2022

Rotationally Equivariant 3D Object Detection

Stanford
arXiv:2204.13630v236 citationsh-index: 77
AI Analysis

This work addresses the need for rotation equivariance in 3D object detection, which is crucial for applications like autonomous driving and robotics, though it is incremental as it builds upon existing detectors.

The paper tackled the problem of achieving object-level rotation equivariance in 3D object detection, proposing the Equivariant Object detection Network (EON) which, when integrated into existing detectors like VoteNet and PointRCNN, led to significant improvements in performance on indoor scene and autonomous driving datasets.

Rotation equivariance has recently become a strongly desired property in the 3D deep learning community. Yet most existing methods focus on equivariance regarding a global input rotation while ignoring the fact that rotation symmetry has its own spatial support. Specifically, we consider the object detection problem in 3D scenes, where an object bounding box should be equivariant regarding the object pose, independent of the scene motion. This suggests a new desired property we call object-level rotation equivariance. To incorporate object-level rotation equivariance into 3D object detectors, we need a mechanism to extract equivariant features with local object-level spatial support while being able to model cross-object context information. To this end, we propose Equivariant Object detection Network (EON) with a rotation equivariance suspension design to achieve object-level equivariance. EON can be applied to modern point cloud object detectors, such as VoteNet and PointRCNN, enabling them to exploit object rotation symmetry in scene-scale inputs. Our experiments on both indoor scene and autonomous driving datasets show that significant improvements are obtained by plugging our EON design into existing state-of-the-art 3D object detectors.

Foundations

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

Your Notes