CVNov 22, 2022

Transformation-Equivariant 3D Object Detection for Autonomous Driving

arXiv:2211.11962v3158 citationsh-index: 30
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem for autonomous driving by improving detection efficiency while maintaining high performance.

The paper tackled the problem of high computation cost and slow speed in transformation-equivariant networks for 3D object detection in autonomous driving, resulting in TED, which achieved first place on the KITTI 3D car detection leaderboard with competitive efficiency.

3D object detection received increasing attention in autonomous driving recently. Objects in 3D scenes are distributed with diverse orientations. Ordinary detectors do not explicitly model the variations of rotation and reflection transformations. Consequently, large networks and extensive data augmentation are required for robust detection. Recent equivariant networks explicitly model the transformation variations by applying shared networks on multiple transformed point clouds, showing great potential in object geometry modeling. However, it is difficult to apply such networks to 3D object detection in autonomous driving due to its large computation cost and slow reasoning speed. In this work, we present TED, an efficient Transformation-Equivariant 3D Detector to overcome the computation cost and speed issues. TED first applies a sparse convolution backbone to extract multi-channel transformation-equivariant voxel features; and then aligns and aggregates these equivariant features into lightweight and compact representations for high-performance 3D object detection. On the highly competitive KITTI 3D car detection leaderboard, TED ranked 1st among all submissions with competitive efficiency.

Foundations

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

Your Notes