Progressive Coordinate Transforms for Monocular 3D Object Detection
About
Recognizing and localizing objects in the 3D space is a crucial ability for an AI agent to perceive its surrounding environment. While significant progress has been achieved with expensive LiDAR point clouds, it poses a great challenge for 3D object detection given only a monocular image. While there exist different alternatives for tackling this problem, it is found that they are either equipped with heavy networks to fuse RGB and depth information or empirically ineffective to process millions of pseudo-LiDAR points. With in-depth examination, we realize that these limitations are rooted in inaccurate object localization. In this paper, we propose a novel and lightweight approach, dubbed {\em Progressive Coordinate Transforms} (PCT) to facilitate learning coordinate representations. Specifically, a localization boosting mechanism with confidence-aware loss is introduced to progressively refine the localization prediction. In addition, semantic image representation is also exploited to compensate for the usage of patch proposals. Despite being lightweight and simple, our strategy leads to superior improvements on the KITTI and Waymo Open Dataset monocular 3D detection benchmarks. At the same time, our proposed PCT shows great generalization to most coordinate-based 3D detection frameworks. The code is available at: https://github.com/amazon-research/progressive-coordinate-transforms .
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Object Detection | Waymo Open Dataset LEVEL_2 (val) | 3D AP (Overall)4.03 | 60 | |
| 3D Object Detection | Waymo Open Dataset LEVEL_1 (val) | 3D AP4.2 | 60 | |
| Monocular 3D Detection | Waymo (val) | AP3D (All)4.2 | 48 | |
| 3D Object Detection | KITTI official (test) | 3D AP (Easy)21 | 43 | |
| 3D Object Detection (Vehicle) | Waymo Open Dataset LEVEL_2 (val) | 3D AP (Overall)0.66 | 43 | |
| 3D Object Detection | Waymo (val) | -- | 38 | |
| 3D Object Detection | Waymo LEVEL 2 | AP H3D Overall4.15 | 32 | |
| 3D Object Detection | Waymo Open Dataset 1.2 (val) | -- | 32 | |
| 3D Object Detection | KITTI official (val) | AP40 Easy38.39 | 31 | |
| 3D Object Detection | KITTI (test) | AP3D (Easy)21 | 26 |