English

Triangle Splatting+: Differentiable Rendering with Opaque Triangles

Computer Vision and Pattern Recognition 2025-09-30 v1

Abstract

Reconstructing 3D scenes and synthesizing novel views has seen rapid progress in recent years. Neural Radiance Fields demonstrated that continuous volumetric radiance fields can achieve high-quality image synthesis, but their long training and rendering times limit practicality. 3D Gaussian Splatting (3DGS) addressed these issues by representing scenes with millions of Gaussians, enabling real-time rendering and fast optimization. However, Gaussian primitives are not natively compatible with the mesh-based pipelines used in VR headsets, and real-time graphics applications. Existing solutions attempt to convert Gaussians into meshes through post-processing or two-stage pipelines, which increases complexity and degrades visual quality. In this work, we introduce Triangle Splatting+, which directly optimizes triangles, the fundamental primitive of computer graphics, within a differentiable splatting framework. We formulate triangle parametrization to enable connectivity through shared vertices, and we design a training strategy that enforces opaque triangles. The final output is immediately usable in standard graphics engines without post-processing. Experiments on the Mip-NeRF360 and Tanks & Temples datasets show that Triangle Splatting+achieves state-of-the-art performance in mesh-based novel view synthesis. Our method surpasses prior splatting approaches in visual fidelity while remaining efficient and fast to training. Moreover, the resulting semi-connected meshes support downstream applications such as physics-based simulation or interactive walkthroughs. The project page is https://trianglesplatting2.github.io/trianglesplatting2/.

Keywords

Cite

@article{arxiv.2509.25122,
  title  = {Triangle Splatting+: Differentiable Rendering with Opaque Triangles},
  author = {Jan Held and Renaud Vandeghen and Sanghyun Son and Daniel Rebain and Matheus Gadelha and Yi Zhou and Ming C. Lin and Marc Van Droogenbroeck and Andrea Tagliasacchi},
  journal= {arXiv preprint arXiv:2509.25122},
  year   = {2025}
}

Comments

9 pages, 6 figures, 2 tables

R2 v1 2026-07-01T06:05:19.132Z