The 3D Mirage: Probing and Taming 3D Hallucinations

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems, Data Science & Analytics · Depth: Expert, extended

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

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

Topics

Best for: Research Scientist, Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Robotics Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.