ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, extended

Summary

ATSplat is a novel feed-forward 3D Gaussian Splatting (3DGS) framework that addresses the inefficiency of existing pixel-aligned methods by restoring scene-adaptive capacity allocation. Unlike prior approaches that regress dense, redundant Gaussians tied to input image grids, ATSplat utilizes Adaptive 3D Tokens. It first lifts coarse patch-level depth and camera cues into sparse 3D anchor tokens, forming a compact scene scaffold. Each token then regresses local Gaussians with learnable 3D offsets, decoupling primitive placement from input pixels. An Adaptive Token Expansion module predicts uncertainty scores to selectively expand high-uncertainty tokens, concentrating primitives in challenging regions. Experiments on RealEstate10K and DL3DV show ATSplat achieves state-of-the-art rendering quality, reducing Gaussians by over 5.7×. It reconstructs scenes from 12 images (512×960) in under a second, rendering at 1136 FPS with only 311K Gaussians.

Key takeaway

For Machine Learning Engineers developing real-time 3D reconstruction or novel-view synthesis applications, ATSplat offers a significant advancement by providing a compact and efficient feed-forward 3DGS solution. Its adaptive capacity allocation and reduced Gaussian count (over 5.7× fewer) mean you can achieve state-of-the-art rendering quality and high frame rates (1136 FPS) with lower computational and storage costs. Consider integrating ATSplat to improve performance and scalability, especially for high-resolution or resource-constrained deployments.

Key insights

ATSplat adaptively allocates 3D Gaussian primitives based on scene complexity, enabling compact, high-quality novel-view synthesis in a single forward pass.

Principles

Method

ATSplat lifts patch-level depth into sparse 3D anchor tokens, decodes them into local Gaussians with 3D offsets, and uses an Adaptive Token Expansion module to selectively expand high-uncertainty tokens, supervised by rendering error maps.

In practice

Topics

Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.