Triangle Splats from Video Diffusion Latents (5 minute read)
Summary
FLAT is a method that directly decodes explicit triangle splats from compressed video diffusion latents in a single forward pass, improving geometric accuracy while enabling fast rasterization and physics-based interaction.
View Cached Full Text
Cached at: 06/25/26, 05:08 PM
Similar Articles
FLAT: Feedforward Latent Triangle Splatting for Geometrically Accurate Scene Generation
FLAT proposes a method to decode explicit triangle splats directly from video diffusion latents for geometrically accurate 3D scene generation. It introduces a ray-centered rotation parameterization and a product window function to improve gradient flow, achieving better geometric accuracy than prior feedforward methods while supporting real-time rendering.
Fable created novel 4D splat format
A novel 4D Gaussian splat format called .splat4d with tunable error bounds, offering 16-58x compression over raw splats and native HTTP Range streaming for dynamic scenes, with code and demo available.
reconstructing different angles from live footage
4D Gaussian Splatting is a technique that converts flat 2D images into three-dimensional spatial data, enabling reconstruction of different angles from live footage.
TriSplat: Simulation-Ready Feed-Forward 3D Scene Reconstruction
TriSplat is a feed-forward 3D reconstruction network that uses oriented triangle primitives to directly generate simulation-ready meshes from single images, bypassing expensive post-processing steps. It achieves geometry-faithful reconstructions while maintaining competitive novel-view rendering quality.
ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion
ATSplat introduces a feed-forward 3D Gaussian Splatting framework that uses adaptive 3D tokens to allocate primitives based on scene complexity, achieving state-of-the-art rendering quality while reducing the number of Gaussians by over 5.7 times compared to dense methods.