The 3D Mirage: Probing and Taming 3D Hallucinations
Summary
Monocular depth foundation models exhibit a critical vulnerability called the 3D Mirage, where they hallucinate illusory 3D structures from geometrically planar but perceptually ambiguous inputs like street art, especially under restricted fields-of-view. Researchers introduce the first end-to-end framework to probe, quantify, and tame this safety risk. Key components include the 3D-Mirage benchmark of real-world illusions with precise planar-region annotations and context-restricted crops. They propose Laplacian-based metrics: Deviation Composite Score (DCS) for spurious non-planarity and Confusion Composite Score (CCS) for contextual instability. To mitigate, Grounded Self-Distillation, a parameter-efficient LoRA-based strategy, surgically enforces planarity on illusion regions while preserving background knowledge. This method achieved a 93.5% reduction in DCS and an 86.1% reduction in CCS on the DAv2-L model.
Key takeaway
For Machine Learning Engineers developing autonomous driving systems, you must account for 3D hallucination risks in monocular depth estimation. Your models, even foundation models like DAv2-L, can misinterpret 2D illusions as dangerous 3D obstacles, especially with limited context. Implement parameter-efficient fine-tuning using techniques like Grounded Self-Distillation to surgically correct these failures without compromising general depth perception. Prioritize structural and contextual robustness in your MDE evaluation.
Key insights
Monocular depth models hallucinate 3D structures from 2D illusions, requiring targeted benchmarks and mitigation.
Principles
- MDE models over-rely on large-scale semantic priors.
- Structural and contextual robustness are critical for MDE evaluation.
- Parameter-Efficient Fine-Tuning prevents catastrophic forgetting.
Method
Grounded Self-Distillation uses LoRA adapters in a dual-view setup with a frozen teacher, optimizing Hallucination Knowledge Re-editing (HKR) and Non-Hallucination Knowledge Preservation (NKP) losses.
In practice
- Use the 3D-Mirage benchmark to test model robustness.
- Apply LoRA for targeted depth model adaptation.
- Evaluate MDE with DCS and CCS metrics.
Topics
- Monocular Depth Estimation
- 3D Hallucination
- Autonomous Driving
- Parameter-Efficient Fine-Tuning
- 3D-Mirage Benchmark
- Laplacian Metrics
Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.