Unleashing the Power of Chain-of-Prediction for Monocular 3D Object Detection
Zhihao Zhang, Abhinav Kumar, Girish Chandar Ganesan, Xiaoming Liu
TL;DR
This work tackles monocular 3D object detection by addressing depth ambiguity through explicit modelling of inter-attribute correlations among depth, size, and orientation. It introduces Chain-of-Prediction (CoP) to learn feature-level cross-attribute dependencies in a progressive, residual-aggregated sequence, paired with an Uncertainty-Guided Selector (GS) that dynamically routes each object to either CoP or parallel prediction based on depth uncertainty. The combination yields state-of-the-art results on KITTI, nuScenes, and Waymo, with notable improvements in depth accuracy for distant objects and a favorable efficiency profile. The approach advances robust monocular 3D perception by adaptively balancing correlation exploitation and independence, guided by uncertainty estimates.
Abstract
Monocular 3D detection (Mono3D) aims to infer 3D bounding boxes from a single RGB image. Without auxiliary sensors such as LiDAR, this task is inherently ill-posed since the 3D-to-2D projection introduces depth ambiguity. Previous works often predict 3D attributes (e.g., depth, size, and orientation) in parallel, overlooking that these attributes are inherently correlated through the 3D-to-2D projection. However, simply enforcing such correlations through sequential prediction can propagate errors across attributes, especially when objects are occluded or truncated, where inaccurate size or orientation predictions can further amplify depth errors. Therefore, neither parallel nor sequential prediction is optimal. In this paper, we propose MonoCoP, an adaptive framework that learns when and how to leverage inter-attribute correlations with two complementary designs. A Chain-of-Prediction (CoP) explores inter-attribute correlations through feature-level learning, propagation, and aggregation, while an Uncertainty-Guided Selector (GS) dynamically switches between CoP and parallel paradigms for each object based on the predicted uncertainty. By combining their strengths, MonoCoP achieves state-of-the-art (SOTA) performance on KITTI, nuScenes, and Waymo, significantly improving depth accuracy, particularly for distant objects.
