Search papers, labs, and topics across Lattice.
InfiniSplat introduces a novel framework for single-image 3D Gaussian Splatting (3DGS) that shifts from a pixel-aligned to a surface-aligned representation, enhancing the coherence of rendered scenes under significant viewpoint changes. By employing geometry-guided sampling to determine support locations based on local surface structure and utilizing a query-conditioned implicit decoder for Gaussian attribute prediction, the method effectively reduces the scattering of primitives. The results show that InfiniSplat achieves state-of-the-art performance in cross-dataset evaluations, demonstrating its capability for zero-shot generalization to complex open-world scenes.
InfiniSplat's surface-aligned approach dramatically improves 3D scene rendering coherence, outperforming existing methods in challenging viewpoint scenarios.
Single-image feed-forward 3D Gaussian Splatting (3DGS) aims to directly generate a renderable 3D scene representation from one input image, avoiding the cost of multi-view capture and per-scene optimization. However, existing methods are often constrained by a pixel-aligned representation, where Gaussians are predicted from fixed image-grid locations. Such pixel-aligned primitives can produce promising nearby-view renderings, but they remain weakly coupled to underlying scene surfaces and struggle to preserve coherent structures under large viewpoint shifts. We present InfiniSplat, a feed-forward single-image 3DGS framework that moves from a pixel-aligned representation toward a surface-aligned representation. InfiniSplat constructs this representation by first using geometry-guided sampling to place 2D supports according to depth-induced local surface structure, and then applying a query-conditioned implicit decoder to predict Gaussian attributes from the image features queried at these supports. By grounding support locations in geometry while decoupling Gaussian prediction from fixed pixel centers, InfiniSplat produces Gaussian layouts that better follow scene surfaces and reduce scattered primitives caused by grid discretization. Across multiple cross-dataset NVS evaluations, InfiniSplat achieves state-of-the-art performance compared with single-image feed-forward baselines, and demonstrates zero-shot generalization from Hypersim indoor synthetic training to complex open-world scenes. Project page: https://zju3dv.github.io/InfiniSplat.