Map-Det3D: Metric Feed-Forward 3D Reconstruction Prior for Multi-view 3D Object Detection from Streaming Inputs

📅 2026-08-12
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the instability of monocular 3D object detection under domain shift, which stems from the inherent ambiguity in depth and absolute scale. To this end, we propose Map-Det3D, the first method to employ feedforward metric 3D reconstruction as a geometric backbone, fusing short-term multi-view RGB images online and directly regressing 3D bounding boxes in metric space—bypassing conventional 2D detection and subsequent 2D-to-3D lifting stages. This enables end-to-end online 3D detection, enhanced by object-aware fine-tuning and multi-view fusion. Our approach achieves state-of-the-art performance across multiple benchmarks and demonstrates strong cross-domain generalization without any domain adaptation.
📝 Abstract
Metric 3D object detection is a core capability for embodied agents, yet most reliable systems lean on depth sensors, trading away cost, power, and integration simplicity. This motivates monocular 3D detection, which avoids additional constraints, yet it faces a major obstacle: from a single image, depth, and especially absolute scale, are underconstrained. As a result, the prevailing pattern of detecting in 2D and then predicting 3D attributes is often brittle, since modest range errors can dominate 3D localization, and the learned scale prior can fail when cameras, motion, or environments undergo domain shifts. To address this, we propose Map-Det3D, an online multi-view 3D object detection model that brings detection directly into a 3D space reconstructed from RGB. We map a short temporal window into multiple views and repurpose a feed-forward metric 3D reconstruction model as our geometric backbone while tuning its object-aware capabilities. Building on this representation, Map-Det3D directly predicts boxes in metric 3D space, without the widely used 2D-to-3D lifting. Experiments across different benchmarks show that this design supports strong online performance and robust transfer without adaptation, suggesting that training reconstruction priors for detection is a practical route to stable metric 3D detection from monocular video. Code and models are available at https://royyang0714.github.io/Map-Det3D.
Problem

Research questions and friction points this paper is trying to address.

monocular 3D detection
metric 3D object detection
depth ambiguity
scale estimation
domain shift
Innovation

Methods, ideas, or system contributions that make the work stand out.

metric 3D reconstruction
monocular 3D object detection
feed-forward network
multi-view fusion
online 3D detection