Geometric Collapse: When Vision Models Fail to Verify Physical Causality
Summary
A study introduces "Scrambled Edges," a controlled counterfactual designed to test whether large-scale self-supervised vision models can perform inference-time physical plausibility checks. Scrambled Edges inject salient edge-like cues that violate surface continuity, illumination coherence, and occlusion ordering. Across CNN, ViT, and SSL depth predictors on NYU Depth v2 and KITTI datasets, this method induced up to 3.2x larger deviation from clean predictions compared to energy-matched noise. Diffusion and flow-matching depth estimators also showed significant "Geometric Collapse." This collapse propagates globally, with output-level repair recovering only 47% even with oracle knowledge. The findings indicate current dense predictors lack reliable mechanisms to quarantine physically unsupported edge cues.
Key takeaway
For computer vision engineers developing or deploying dense geometric prediction models, you should recognize that current architectures may exhibit "Geometric Collapse" when encountering physically implausible edge cues. Your models lack inherent mechanisms to quarantine such unsupported evidence, leading to significant global errors. Consider integrating explicit plausibility scoring and selective cue integration into your model designs to enhance robustness and ensure more reliable physical interpretations of visual data.
Key insights
Current dense vision models struggle to verify physical plausibility, leading to "Geometric Collapse" from unsupported cues.
Principles
- Vision models lack mechanisms to quarantine unsupported edge cues.
- Physical plausibility checks are not inherent in current scaling approaches.
Method
"Scrambled Edges" is a controlled counterfactual that injects edge cues violating surface continuity, illumination, and occlusion to test physical plausibility.
In practice
- Implement explicit plausibility scoring in depth predictors.
- Integrate cues selectively to avoid unsupported evidence.
Topics
- Geometric Collapse
- Vision Models
- Depth Prediction
- Physical Causality
- Self-supervised Learning
- Counterfactual Analysis
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.