Enterprise visual AI has reached a peculiar plateau. Generation quality, measured by perceptual realism, has improved dramatically over the past two years. Yet the systems being deployed in media production, retail visualisation, and spatial computing are failing in ways that photorealism scores do not capture: generated views drift between frames, camera paths ignore the geometry they were given, and synthetic scenes that look convincing in isolation collapse under any downstream spatial reasoning task. The problem is not rendering fidelity. It is that most production visual AI systems have no coherent model of the 3D world they are depicting, and that gap is now showing up in integration costs, manual correction workflows, and failed pilots.
Companion piece to our broader work on geometry-aware visual AI for enterprise. See Video Diffusion Models in Production: What the Geometry Problem Means for Enterprise Deployment for a technical guide to architectural limitations, multi-view supervision mechanisms, and what these constraints mean for teams evaluating video AI for commercial pipelines.
The Appearance-Centric Latent Space Problem
The root cause of 3D inconsistency in current visual generators is not a training data problem or a compute problem. It is a representational one. Standard video and image generators are built around pixel-space autoencoders that compress visual content into latent states optimised for appearance reconstruction. Those latent states do not encode depth, camera pose, or cross-view geometric relationships in any structured way.
This matters because a generator can only directly evolve what is represented in its latent space. If geometry is absent from that space, the generator must infer spatial structure implicitly from appearance patterns during sampling. That inference is unreliable, particularly across frames or views where the appearance cues are ambiguous or contradictory.
The practical consequence is that generated video sequences can be photorealistic frame-by-frame while containing geometry that is physically impossible. Recovered depth maps drift between frames. Camera trajectories deviate from specified paths. Point clouds reconstructed from generated views are incoherent. For use cases that require downstream spatial reasoning, such as simulation, robotic training, or retail product placement, these failures are not cosmetic.
What Geometry-Native Representations Change
The architectural response to this problem is to reparameterise the latent space itself rather than add geometry as a secondary output head. This distinction matters. Appending a depth prediction branch to an appearance-centric generator does not change what the generator's internal state represents. The geometry output is then a post-hoc interpretation of appearance features, not a first-class signal that shapes generation.
A geometry-native latent space encodes depth, camera parameters, and point maps as jointly decodable components of a shared compact state. The generator then evolves a latent that is simultaneously constrained by appearance and geometry, rather than optimising appearance alone and hoping geometry follows. Lu et al. (arXiv 2026) demonstrate this concretely with the geometry-native autoencoder (GAE), which reparameterises features from a geometry foundation model into a latent space that is jointly decodable to RGB, depth, camera trajectories, and point maps.
The measured improvements are significant. Holding the generator architecture and training protocol fixed and replacing only the latent space with GAE, FVD scores fall by 12.7% on RealEstate10K and 23.1% on DL3DV, while camera-trajectory error is halved on RealEstate10K (Lu et al., arXiv 2026). The latent representation is doing structural work that no amount of fine-tuning on an appearance-centric foundation can replicate.
Why This Creates an Architectural Divide in Production Systems
Downstream Task Brittleness
For teams building on top of visual AI APIs, the latent space of the underlying model is invisible. What is visible is the output behaviour under distribution shift. Appearance-centric generators tend to degrade gracefully on perceptual metrics but catastrophically on geometric ones. A model that scores well on FID in benchmark conditions can produce physically incoherent geometry the moment a camera trajectory or scene layout departs from training distribution.
This brittleness is particularly acute in simulation and spatial computing pipelines, where generated frames are consumed by downstream systems that assume geometric consistency. A synthetic training dataset for a robotics perception model, or a virtual showroom that must respect real-world product dimensions, cannot absorb geometric drift as an acceptable noise floor.
Integration and Correction Overhead
Teams that have shipped appearance-centric visual AI into production frequently discover that geometric inconsistency translates directly into manual correction overhead. Geometry that cannot be trusted requires human review at the frame or asset level. That review cost accumulates in ways that are not visible during vendor evaluation but become significant at production scale.
The architectural divide between appearance-centric and geometry-native systems will widen as downstream tasks become more spatially demanding. Systems built on geometry-native foundations will require less post-processing to meet spatial coherence requirements, and that difference will show up in total pipeline cost rather than benchmark scores.
How to Evaluate Visual AI Vendors on This Dimension
Most vendor evaluations for visual AI focus on generation quality benchmarks, latency, and API surface. These are necessary but insufficient criteria for applications where geometric coherence is load-bearing. Engineering leaders should add a structured set of geometric stress tests to any evaluation.
Concretely, the evaluation should include:
- Multi-view consistency tests: generate the same scene from two specified camera positions and measure whether recovered depth maps agree in a shared coordinate frame.
- Camera trajectory adherence: specify a non-trivial camera path and measure deviation between the requested and recovered trajectory.
- Temporal geometric stability: measure depth map drift across frames of a generated video sequence.
- Downstream task integration: pass generated frames through a reconstruction or segmentation pipeline that assumes geometric consistency and measure degradation relative to real-world inputs.
Vendors who cannot provide quantitative results on these dimensions, or who frame 3D inconsistency as an inherent limitation of generative models rather than a solvable architectural problem, are signalling that their systems are not designed for spatially demanding production use. That is a meaningful signal, and it should be weighted accordingly in procurement decisions.
What Engineering Leaders Should Be Asking Now
The shift from appearance-centric to geometry-native latent spaces is not yet reflected in most enterprise vendor landscapes. The research demonstrating its impact is recent, and commercial products built on geometry-native foundations are still emerging. This creates a window in which the right questions can meaningfully differentiate vendor capability before it becomes apparent from product behaviour alone.
The most important question is not whether a vendor supports 3D output, but whether geometry is encoded in the latent space or recovered as a post-hoc output. The former constrains generation. The latter interprets it. For applications in simulation, spatial computing, or any pipeline where generated content feeds downstream spatial reasoning, that distinction determines whether the system will hold up at production scale or require architectural replacement after deployment.
Teams evaluating visual AI vendors in the next twelve months should treat this as a first-order technical criterion, not a future consideration.
Where Vector Labs Fits
We build production visual AI systems where geometric coherence is a hard requirement, not a benchmark footnote. In our video diffusion analysis, we map the specific architectural failure modes that cause 3D inconsistency in enterprise pipelines and the evaluation criteria that surface them before deployment. If you are assessing visual AI vendors for simulation, spatial computing, or product visualisation, contact us at vector-labs.ai/contacts.
FAQs
A standard pixel VAE compresses visual content into a latent state optimised for appearance reconstruction. The generator evolves that state without any direct representation of depth, camera pose, or cross-view geometric structure. A geometry-native latent space encodes those geometric properties as first-class components of the shared latent state, meaning the generator is directly constrained by geometry during sampling rather than inferring it implicitly from appearance. The practical result is that geometric properties such as camera trajectory and depth consistency are more reliably preserved across frames and views.
Perceptual realism and geometric consistency are measured independently, and a system can score well on one while failing on the other. If your downstream tasks involve spatial reasoning, such as simulation, reconstruction, robotic training data, or product placement in physical-scale environments, geometric inconsistency in generated frames will degrade those tasks in ways that perceptual quality metrics do not predict. The failure typically surfaces during integration rather than during generation evaluation, which is why it tends to be discovered late and at significant remediation cost.
Fine-tuning can improve specific geometric behaviours at the output level, but it does not change what is represented in the latent space. The generator's internal state remains optimised for appearance, so geometric improvements from fine-tuning tend to be narrow and brittle under distribution shift. The research evidence suggests that the latent representation itself is the controlling factor: holding the generator and training protocol fixed and changing only the latent space produces measurable improvements in both visual quality and geometric coherence (Lu et al., arXiv 2026). That result is difficult to replicate through fine-tuning alone.
The evaluation should include tests that directly stress geometric properties rather than relying on perceptual benchmarks. This means specifying camera trajectories and measuring adherence, generating multi-view sequences and checking whether recovered depth maps agree in a shared coordinate frame, and measuring depth drift across video frames. Passing generated outputs through a downstream spatial task, such as reconstruction or segmentation, and comparing performance against real-world inputs provides the most commercially relevant signal. Vendors should be expected to provide quantitative results on these dimensions, not qualitative assurances.
The foundational research demonstrating that geometry-native latent spaces improve both visual quality and 3D coherence is recent and well-evidenced. Commercial products built explicitly on geometry-native architectures are still emerging rather than widely available. This means the evaluation criteria described in this article will currently differentiate vendors at the architectural and roadmap level more than at the shipping product level. For teams making procurement decisions with multi-year horizons, understanding which vendors are building on geometry-native foundations is a meaningful criterion even where production-ready products are not yet universally available.

