3D Reasoning Collapse
Model Cannot Reason About 3D Structure from Single 2D Image
43 patterns in this category
AI agents that see or generate images fail in five distinct ways: they hallucinate content that isn’t there, they misjudge spatial relationships like depth, scale, and occlusion, they lose consistency when reasoning across multiple images or video frames, they degrade in quality across iterative image generation, and they break down under adversarial, compressed, or out-of-distribution input. Unlike document-processing failures — which are largely about misreading known text — vision-and-images failures are about a vision model’s confident prior overriding weak or ambiguous visual evidence, whether that model is interpreting a photo, tracking objects across frames, or generating new pixels.
| Goal | Covers | Patterns |
|---|---|---|
| Visual Hallucination | False objects, attributes, or scenes detected that aren’t in the image; confidence miscalibration; patch-tokenization blind spots | 10 |
| Spatial Reasoning | Depth, 3D structure, occlusion, scale, viewpoint, bounding-box localization, and relational position errors | 14 |
| Multi-Image Understanding | Contradiction detection, identity/tracking across frames, and evidence fusion across multiple images | 6 |
| Generation Artifacts | Quality drift, semantic drift, identity/consistency loss, model collapse, and safety-filter bypass in generated images | 7 |
| Adversarial Robustness | Adversarial perturbations, compression, lighting shift, low resolution, rotation, and out-of-distribution blindness | 6 |
Total: 43 patterns
The five vision-and-images goals address different points in a vision pipeline rather than a strict sequential pipeline. Adversarial Robustness governs whether the input image itself is trustworthy before any interpretation happens — compressed, poorly lit, adversarially perturbed, or genuinely novel inputs corrupt every downstream goal if unaddressed. Visual Hallucination and Spatial Reasoning both operate on a single image (or single frame) and are frequently intertwined — several Spatial Reasoning patterns (occlusion, depth hallucination) explicitly cross-link to the confident-fabrication mechanism documented in Visual Hallucination. Multi-Image Understanding sits one layer up, assuming single-image interpretation is basically sound and asking whether that interpretation stays consistent across several images or frames. Generation Artifacts is the mirror-image concern for models that produce pixels rather than interpret images, but shares failure shape with the other four (Consistency Failure is generation’s version of Multi-Image Understanding’s identity-tracking problem; Safety Filter Bypass shares its adversarial-prompt mechanism with Adversarial Robustness).
To localize an incident by symptom: a detected object/attribute/scene that isn’t real → Visual Hallucination; a real object at the wrong depth, size, position, or behind an occluder → Spatial Reasoning; the same object described inconsistently across photos or video frames → Multi-Image Understanding; a generated image that degrades, drifts from its prompt, or loses subject identity across iterations → Generation Artifacts; accuracy that collapses under compression, unusual lighting, low resolution, rotation, or unfamiliar objects — with confidence that doesn’t drop to match → Adversarial Robustness.
Visual Hallucination is about content that doesn’t exist at all — a fabricated object, attribute, or scene. Spatial Reasoning is about real content whose position, depth, scale, or occlusion state is misjudged. The two overlap where a model hallucinates hidden structure behind an occluder (a Spatial Reasoning pattern that explicitly borrows the confident-fabrication mechanism from Visual Hallucination) — see Spatial Reasoning and Visual Hallucination.
Because 2D-to-3D inference is underdetermined at every stage — precise localization, depth, 3D shape, occlusion, viewpoint correction, absolute/relative scale, and multi-view consistency are each separately failure-prone, and each requires a distinct mitigation (stereo confirmation, occlusion-aware confidence, perspective correction, reference-object scale cues). See Spatial Reasoning for the full 14-pattern breakdown into four mechanism clusters.
No. The patterns split between input-robustness problems (Adversarial Robustness) that require augmentation and detection layers around the model, and reasoning-accuracy problems (the other four goals) that require architectural changes — multi-view fusion, confidence-per-claim tracking, and explicit consistency constraints — none of which are solved simply by scaling up or fine-tuning a single vision-language model.
Match the symptom to the goal using the routing list above. If the failure only appears on certain input conditions (low light, low resolution, compressed video, an unfamiliar object class), start with Adversarial Robustness before assuming the model’s reasoning itself is broken — many Spatial Reasoning and Visual Hallucination symptoms are actually downstream consequences of degraded input the model was never trained to handle.
Model Cannot Reason About 3D Structure from Single 2D Image
Model Misclassifies Images Modified by Small Adversarial Perturbations (Imperceptible to Human)
Repeated Generation/Regeneration of Same Content Introduces Synthetic Artifacts
Vision Model Detects Incorrect Attributes of Existing Objects
Inaccurate Object Localization; Bounding Boxes Don't Match Actual Object Boundaries
Model Fails When Images Compressed (JPEG Artifacts); Accuracy Sensitive to Compression Quality
Model Confidence Doesn't Match Hallucination Probability
Generated Images Lack Consistency Across Multiple Generations (Same Subject, Different Outputs)
Model Fails to Properly Aggregate Context from Multiple Images; Makes Decisions Based on Incomplete Context
Model Fails to Match or Reference Objects Across Different Images
Monocular Depth Estimation Wrong; 3D Positioning Fails
Vision models fail to accurately estimate depth from single images; hallucinate depth cues when monographic features (shadows, perspective, texture) are ambiguous or misleading
Model Fails to Detect Logical Contradictions Across Multiple Images
Model Highly Sensitive to Lighting Conditions and Color Changes; Fails Under Different Illumination
Model Performance Collapses on Low-Resolution Images; Cannot Recognize Objects When Downsampled
Generator Produces Repetitive, Low-Diversity Outputs (Mode Collapse)
Information from Multiple Frames/Views Not Properly Combined; Fusion Produces Worse Results Than Single Frame
When given multiple images of same scene/object from different angles, vision models produce inconsistent spatial reasoning; 3D reconstruction conflicts across views; same object described differently depending on which image model processes first
Vision-language model hallucinates detail in image description; downstream reasoning steps amplify and compound hallucination, reaching absurd conclusions despite initial hallucination being small
Vision Model Detects Objects Not Present in Image
Model Cannot Maintain Consistent Object Track Across Multiple Frames; Loses or Confuses Identities
Model Fails to Reason About Occluded (Partially Hidden) Objects
Vision models fail to correctly reason about occluded objects; assume objects have properties they can't see (like internal structure, color, or continuation behind occluding object)
Model Cannot Detect When Input Is Out-of-Distribution; Makes Confident Predictions on Unknown Objects/Scenes
Model Fails to Recognize Objects Viewed from Unusual Angles or Perspectives
Vision models misinterpret perspective distortion; assume objects are deformed when they're actually normally-shaped but viewed from non-frontal angles; or fail to account for perspective when estimating actual object dimensions
Generated Image Quality Degrades Over Multiple Generation Iterations or Long Sequences
Model Detects Rare/Uncommon Objects Not Present in Image
Model Misunderstands Spatial Relationships Between Objects
Model Fails When Images Are Rotated or Viewed from Different Perspectives; Not Rotationally Invariant
Model Generates Unsafe Content Despite Safety Filters (Bypasses Moderation)
Model Overemphasizes Visually Salient Features, Ignoring Context
Model Fails to Distinguish Objects of Different Scales; Confuses Small/Large Versions
Vision Model Detects Entire Scenes or Complex Contexts Not Present in Image
Generated Images Slowly Diverge from Original Prompt Intent Over Iterations
Vision models correctly identify objects but estimate their absolute size (mm, cm, meters) incorrectly; errors range 2x-10x when no reference object is visible; relative sizing also fails when all objects are unfamiliar
Model Fixates on Image Center or Edges; Misses Objects in Peripheral Regions
Vision models fail to correctly reason about 3D spatial relationships (above/below, left/right, inside/outside, containment) from single or multiple images; errors increase with scene complexity and ambiguous viewing angles
Model Fails to Track Object Identity or State Changes Across Frames
Truncated Prompts/Conditions Lead to Artifacts When Input Exceeds Token Limit
Model Hallucinates Training Data Artifacts, Overfitting to Dataset Biases
Vision-language models fail to accurately count grid cells in low-resolution or small-cell images; state-of-the-art models hallucinate counts at specific cell sizes
Vision-language models misinterpret visual boundaries because patch tokenization (dividing images into 14×14 or 16×16 pixel blocks) misaligns with semantic boundaries; objects split across patches create corrupted representations