CVJan 13, 2023

OA-DET3D: Embedding Object Awareness as a General Plug-in for Multi-Camera 3D Object Detection

arXiv:2301.05711v310 citationsh-index: 28
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in multi-camera 3D object detection for autonomous driving by providing an incremental enhancement to existing methods.

The paper tackles the problem of feature clutter and distortion in multi-camera 3D object detection by introducing OA-DET3D, a plug-in module that incorporates object awareness using object-centric depth and foreground pseudo points, resulting in consistent improvements in average precision and detection scores on nuScenes and Argoverse 2 datasets.

The recent advance in multi-camera 3D object detection is featured by bird's-eye view (BEV) representation or object queries. However, the ill-posed transformation from image-plane view to 3D space inevitably causes feature clutter and distortion, making the objects blur into the background. To this end, we explore how to incorporate supplementary cues for differentiating objects in the transformed feature representation. Formally, we introduce OA-DET3D, a general plug-in module that improves 3D object detection by bringing object awareness into a variety of existing 3D object detection pipelines. Specifically, OA-DET3D boosts the representation of objects by leveraging object-centric depth information and foreground pseudo points. First, we use object-level supervision from the properties of each 3D bounding box to guide the network in learning the depth distribution. Next, we select foreground pixels using a 2D object detector and project them into 3D space for pseudo-voxel feature encoding. Finally, the object-aware depth features and pseudo-voxel features are incorporated into the BEV representation or query feature from the baseline model with a deformable attention mechanism. We conduct extensive experiments on the nuScenes dataset and Argoverse 2 dataset to validate the merits of OA-DET3D. Our method achieves consistent improvements over the BEV-based baselines in terms of both average precision and comprehensive detection score.

Foundations

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

Your Notes