LeAD-M3D: Leveraging Asymmetric Distillation for Real-time Monocular 3D Detection
Johannes Meier, Jonathan Michel, Oussema Dhaouadi, Yung-Hsu Yang, Christoph Reich, Zuria Bauer, Stefan Roth, Marc Pollefeys, Jacques Kaiser, Daniel Cremers
TL;DR
LeAD-M3D tackles real-time monocular 3D detection without LiDAR by integrating three innovations: asymmetric augmentation denoising distillation (A2D2) that transfers depth cues from a clean-image teacher to mixup-augmented student, 3D-aware consistent matching (CM3D) that fuses 2D and 3D overlaps for robust assignment, and confidence-gated 3D inference (CGI3D) that reduces expensive 3D regression to high-confidence regions. Built on a YOLOv10-M3D backbone, LeAD-M3D delivers state-of-the-art accuracy on KITTI, Waymo, and Rope3D while achieving real-time inference, outperforming methods that rely on LiDAR, stereo, or geometric priors. Ablation studies show A2D2 as the primary accuracy driver, with CM3D and CGI3D contributing substantial efficiency and stability benefits. The approach establishes a new Pareto frontier for monocular 3D detection, demonstrating that high fidelity and fast inference can be achieved together in a LiDAR-free setting. Potential future directions include leveraging unlabeled data for further distillation, domain-agnostic transfer, and temporal or multi-view extensions.
Abstract
Real-time monocular 3D object detection remains challenging due to severe depth ambiguity, viewpoint shifts, and the high computational cost of 3D reasoning. Existing approaches either rely on LiDAR or geometric priors to compensate for missing depth, or sacrifice efficiency to achieve competitive accuracy. We introduce LeAD-M3D, a monocular 3D detector that achieves state-of-the-art accuracy and real-time inference without extra modalities. Our method is powered by three key components. Asymmetric Augmentation Denoising Distillation (A2D2) transfers geometric knowledge from a clean-image teacher to a mixup-noised student via a quality- and importance-weighted depth-feature loss, enabling stronger depth reasoning without LiDAR supervision. 3D-aware Consistent Matching (CM3D) improves prediction-to-ground truth assignment by integrating 3D MGIoU into the matching score, yielding more stable and precise supervision. Finally, Confidence-Gated 3D Inference (CGI3D) accelerates detection by restricting expensive 3D regression to top-confidence regions. Together, these components set a new Pareto frontier for monocular 3D detection: LeAD-M3D achieves state-of-the-art accuracy on KITTI and Waymo, and the best reported car AP on Rope3D, while running up to 3.6x faster than prior high-accuracy methods. Our results demonstrate that high fidelity and real-time efficiency in monocular 3D detection are simultaneously attainable - without LiDAR, stereo, or geometric assumptions.
