CVApr 6, 2021

Objects are Different: Flexible Monocular 3D Object Detection

arXiv:2104.02323v1330 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the challenge of accurately localizing 3D objects from single images, particularly for truncated objects, which is crucial for applications like autonomous driving.

The paper tackles the problem of monocular 3D object detection by proposing a flexible framework that decouples truncated objects and adaptively combines depth estimation approaches, resulting in a 27-30% relative improvement over state-of-the-art methods on the KITTI benchmark while maintaining real-time efficiency.

The precise localization of 3D objects from a single image without depth information is a highly challenging problem. Most existing methods adopt the same approach for all objects regardless of their diverse distributions, leading to limited performance for truncated objects. In this paper, we propose a flexible framework for monocular 3D object detection which explicitly decouples the truncated objects and adaptively combines multiple approaches for object depth estimation. Specifically, we decouple the edge of the feature map for predicting long-tail truncated objects so that the optimization of normal objects is not influenced. Furthermore, we formulate the object depth estimation as an uncertainty-guided ensemble of directly regressed object depth and solved depths from different groups of keypoints. Experiments demonstrate that our method outperforms the state-of-the-art method by relatively 27\% for the moderate level and 30\% for the hard level in the test set of KITTI benchmark while maintaining real-time efficiency. Code will be available at \url{https://github.com/zhangyp15/MonoFlex}.

Code Implementations3 repos
Foundations

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

Your Notes