Search papers, labs, and topics across Lattice.
This paper introduces FLAT, a novel approach that decodes triangle splats directly from compressed video diffusion latents, addressing the limitations of existing feedforward latent scene decoders that produce poorly defined volumetric 3D Gaussians. By implementing a ray-centered rotation parameterization and a unique product window function, FLAT enhances gradient flow during the rendering process, leading to improved geometric accuracy. The results demonstrate that FLAT not only surpasses traditional methods in geometric fidelity but also maintains competitive visual quality, paving the way for more effective scene generation in graphics applications.
Triangle splats from video diffusion latents yield superior geometric accuracy and visual quality, challenging the dominance of volumetric 3D Gaussians in scene generation.
Generating explorable 3D scenes from a single image requires strong generative priors and accurate geometric representations suitable for downstream use. Current video diffusion models offer high-quality generation and implicitly encode multi-view geometric structure in latent space. However, existing feedforward latent scene decoders typically output volumetric 3D Gaussians that lack a well-defined surface, limiting their use in simulation or standard graphics pipelines. This motivates decoding surface-aligned primitives that are not only renderable but also closer to explicit geometric assets. We ask whether compressed video diffusion latents can be mapped directly to explicit surface primitives in a single pass. To this end, we introduce FLAT and, for the first time, show that triangle splats can be decoded directly from video diffusion latents. Compared with decoding 3D Gaussians, predicting flat primitives is notoriously more challenging due to high sensitivity to primitive orientations, oftentimes leading to poor gradient flow. FLAT solves with two key ingredients: a ray-centered rotation parameterization for triangle regression and a novel product window function that improves gradient flow during differentiable triangle rendering. On standard benchmarks, FLAT achieves significantly better geometric accuracy while maintaining competitive visual quality compared to state-of-the-art feedforward baselines. We further show that a lightweight test-time refinement step converts the predicted triangle soup into a fully opaque, game-engine-ready representation that supports real-time rendering. By evaluating 3DGS, 2DGS, and triangle splatting variants under an identical training setup, we provide the first systematic analysis of representation tradeoffs in feedforward scene generation. The project page is available at https://flat-splat.github.io