Research
Map-Det3D: Metric Feed-Forward 3D Reconstruction Prior for Multi-view 3D Object Detection from Streaming Inputs
Overview Research area: Computer vision — multi-view 3D object detection, feed-forward 3D reconstruction, and online/streaming perception from monocular RGB. Technical level: Advanced. The paper assum
- arXiv
- 2608.12179
- Published
- 2026-08-12
- Authors
- Yung-Hsu Yang, Luigi Piccinelli, Samuel Rota Bulò, Sunghwan Hong, Denis Rozumny, Johannes Schönberger, Zuria Bauer, Hermann Blum, Peter Kontschieder, Marc Pollefeys
AI summary
Overview
- Research area: Computer vision — multi-view 3D object detection, feed-forward 3D reconstruction, and online/streaming perception from monocular RGB.
- Technical level: Advanced. The paper assumes familiarity with detection transformers (DETR-style architectures), deformable attention, multi-view geometry, and metric scale estimation.
- Scope (one sentence): The paper introduces Map-Det3D, an RGB-only online multi-view 3D object detector that repurposes a metric feed-forward 3D reconstruction model (MapAnything) as the encoder of a detection transformer and predicts metric-scale 3D boxes directly in reconstructed 3D space from a sliding window of video frames.
What This Paper Is About
Most reliable 3D object detection systems depend on active depth sensors such as LiDAR or RGB-D cameras, which bring hardware cost, power consumption, and form-factor constraints. Detecting from images alone is attractive but difficult because depth and, especially, absolute scale are underconstrained from a single view, so methods typically detect in 2D and then regress 3D attributes using learned priors — a pipeline that is brittle under shifts in camera intrinsics, motion, or scene statistics. Map-Det3D attacks this by performing detection directly inside a metric 3D space reconstructed from RGB, using a feed-forward reconstruction model as the geometric backbone, and predicting boxes in 3D rather than lifting from 2D.
Key Contributions
- Map-Det3D framework: An RGB-only online multi-view indoor 3D object detection framework that injects feed-forward metric reconstruction priors into a detection transformer to enable direct 3D reasoning from images.
- Up-to-scale direct 3D bounding-box head: A head that regresses boxes in an unscaled coordinate system and recovers metric outputs through the FF3R model's predicted scale factor, avoiding the error-amplifying 2D-to-3D lifting pathway.
- Detailed component analysis: Ablations showing that the gains come from geometry-and-scale design choices — direct 3D prediction, temporal multi-view aggregation, and explicit camera conditioning — together with strong generalization across indoor benchmarks.
- Online temporal formulation: A causal sliding-window design that treats time as additional views, reusing MapAnything's multi-view fusion for temporal reasoning without modifying the backbone architecture.
Main Findings
- In-domain CA-1M results: Map-Det3D reaches 16.9 AP₂₅ and 3.5 AP₅₀ (with 40.3 AR₂₅ and 14.8 AR₅₀) on the CA-1M validation set, outperforming monocular baselines CuTR (13.5 / 2.4) and Cube R-CNN (4.6 / 1.0), and also surpassing the offline multi-view baseline ImVoxelNet (10.1 / 2.3) while operating online.
- Gap to depth-based methods: Point-cloud methods remain stronger — FCAF reaches 29.3 AP₂₅ / 11.2 AP₅₀ and TR3D 22.0 / 4.4 — but Map-Det3D closes the gap with respect to TR3D without using depth.
- Zero-shot ScanNet200: Trained only on CA-1M, Map-Det3D achieves 15.2 AP₁₅ and 9.7 AP₂₅, better than OVMono3D (11.7 / 5.7), LabelAny3D (11.2 / 4.9), 3D-MOOD (11.2 / 8.0), and DetAny3D (11.7 / 8.0). CuTR, the only other detector trained on CA-1M, reaches only 4.3 AP₁₅, indicating the improvement comes from model design rather than the training data.
- Zero-shot per-scene ScanNetV2: With a simple 3D-IoU tracking-by-detection association, Map-Det3D reaches 27.6 AP₁₅ / 22.7 AP₂₅ / 6.2 AP₅₀ without ground-truth depth, versus BoxFusion (RGB Only) at 18.5 / 11.8 / 1.0 and BoxFusion with depth at 29.2 / 24.6 / 8.0. It exceeds EmbodiedSAM (8.2 / 5.2 / 1.4) and OnlineAnySeg (24.2 / 18.3 / 5.2) at AP₁₅, with comparable AP₂₅ and AP₅₀ against point-cloud-based methods.
- Ablation on the FF3R prior: Enabling multi-view processing without adapting the prior gives a negligible gain (11.7 → 11.8 AP₁₅); unfreezing the scale head alone also has limited impact (11.8 → 11.9). Unfreezing the multi-view transformer brings a clear improvement (11.9 → 14.5), and adding multi-view input on top gives further gains (14.5 → 17.2).
- Camera conditioning matters: Conditioning on intrinsics improves by 0.8 AP₁₅ (11.8 → 12.6), and adding camera poses gives a further substantial boost of 4.7 AP₁₅ (12.6 → 17.3). The full model reaches 21.2 AP₁₅, a gap of 9.5 AP₁₅ over the baseline.
- Direct 3D prediction is the key design choice: Removing the direct 3D head drops performance to 15.6 AP₁₅ on CA-1M and 10.8 AP₁₅ on ScanNet; adding it yields 17.3 and 12.6.
- Temporal context and efficiency: At T = 1 the model runs at 14.3 FPS with 5.8 G GPU memory and 14.0 AP₁₅ (CA-1M) / 11.1 (ScanNet); at T = 5 it runs at 8.3 FPS with 6.4 G and 21.2 / 13.3; at T = 7 it runs at 6.3 FPS with 6.7 G and 21.1 / 13.3, a minor −0.1 AP₁₅ degradation in-domain and identical out-of-domain. The offline few-view setting (strides = 5) gives 22.2 / 13.5 at 5.8 FPS.
Methodology in Plain English
The system takes a short sliding window of frames from a monocular video and treats those frames as multiple views of the same scene. Instead of using a separate depth sensor, it reuses a feed-forward 3D reconstruction model called MapAnything as the geometric encoder. That model processes the window along with available camera intrinsics and poses, fuses information across views with a 16-layer multi-view transformer, and produces multi-scale feature maps plus a disentangled per-window scale factor.
Those features become the encoder output of a detection transformer. The frames are split apart and processed independently, each feature level is projected to a common dimension, and dense 2D anchor proposals are scored so that the top-scoring positions seed a fixed number of object queries. A deformable decoder then iteratively refines those queries.
Rather than detecting in 2D and then regressing depth, the model attaches a 3D box head to every decoder layer. This head predicts each geometric attribute in an unscaled ("up-to-scale") form — for example, a log-depth and up-to-scale center coordinates and log-dimensions — and then multiplies by the model's predicted scale factor to recover metric values. Rotation is regressed as a continuous 6D representation in allocentric form and converted to egocentric using the predicted center direction, unlike CuTR, which assumes gravity-aligned boxes. Training uses Hungarian matching on the auxiliary 2D boxes, focal loss for classification, L1 plus GIoU for 2D boxes, and a disentangled 3D corner loss split into center, depth, dimension, and rotation terms, with rotation handled by a Chamfer distance over corner sets to deal with symmetry. The whole pipeline is supervised deeply at every layer. At inference, the model operates causally on the current frame plus the previous frames and outputs detections only for the current frame.
Why This Matters
Impact on research. The paper argues that training reconstruction priors for detection is a practical route to stable metric 3D detection from monocular video, and shows that a reconstruction backbone can serve as a detector encoder. It provides evidence that direct 3D prediction plus temporal aggregation and explicit camera conditioning — rather than 2D-to-3D lifting — drive the gains, which reframes where the bottleneck in image-only 3D detection lies.
Real-world applications (as framed by the paper):
- Embodied agents that must reason about objects in metric 3D to act safely and effectively.
- Autonomous navigation, where metric object reasoning matters for safe motion.
- Augmented reality, including head-mounted settings where the authors' industry affiliations (Meta Reality Labs Zürich) are relevant.
- Lightweight and consumer platforms where LiDAR or RGB-D sensors are too costly, too power-hungry, or too restrictive in form factor.
- Online per-scene mapping and 3D object tracking from RGB video, using simple 3D-IoU association.
Industry relevance. The work targets the trade-off that deployed systems currently make by default — accepting sensor cost, power, and integration burden in exchange for metric geometry. Demonstrating that an RGB-only online system can beat an offline multi-view baseline on a large indoor benchmark, and transfer zero-shot to ScanNet200 and ScanNetV2 without adaptation, speaks directly to deployment scenarios where hardware cannot be added.
Future Directions
- Extending beyond indoor scenes. The authors state that because they trained Map-Det3D only on CA-1M due to resource limits, the model works well only for indoor scenes.
- Open-vocabulary detection. The paper deliberately focuses on the geometric challenge and produces class-agnostic detections; putting detections in relation to closed or open-vocabulary queries is left as future work, suggested as a natural extension.
- Semantic matching with vision-language models. The authors suggest that class-agnostic detections could be semantically matched to queries using simple set-of-marks prompting in the input views with a VLM.
- Training on more diverse data. The gap to depth- and point-cloud-based methods on CA-1M, together with the single-source training data, points to broader multi-dataset training as an open direction.
Target Audience
Researchers and engineers working on 3D object detection, monocular and multi-view geometry, feed-forward 3D reconstruction, and online or streaming perception. It is also relevant to practitioners in robotics, AR/VR, and autonomous navigation who need metric 3D understanding without depth sensors, and to readers interested in how large reconstruction models can be repurposed as perception backbones.
Authors’ 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.