paper-with-me

Papers

Fast Converging 3D Gaussian Splatting for 1-Minute Reconstruction

2026-01-27 · Ziyu Zhang, Tianle Liu, Diantao Tu, Shuhan Shen arxiv

We present a fast 3DGS reconstruction pipeline designed to converge within one minute, developed for the SIGGRAPH Asia 3DGS Fast Reconstruction Challenge. The challenge consists of an initial round using SLAM-generated camera poses (with noisy trajectories) and a final round using COLMAP poses (highly accurate). To robustly handle these heterogeneous settings, we develop a two-stage solution. In the first round, we use reverse per-Gaussian parallel optimization and compact forward splatting based on Taming-GS and Speedy-splat, load-balanced tiling, an anchor-based Neural-Gaussian representation enabling rapid convergence with fewer learnable parameters, initialization from monocular depth and partially from feed-forward 3DGS models, and a global pose refinement module for noisy SLAM trajectories. In the final round, the accurate COLMAP poses change the optimization landscape; we disable pose refinement, revert from Neural-Gaussians back to standard 3DGS to eliminate MLP inference overhead, introduce multi-view consistency-guided Gaussian splitting inspired by Fast-GS, and introduce a depth estimator to supervise the rendered depth. Together, these techniques enable high-fidelity reconstruction under a strict one-minute budget. Our method achieved the top performance with a PSNR of 28.43 and ranked first in the competition.

📄 PDF Abstract BibTeX arXiv:2601.19489

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PolGS: Polarimetric Gaussian Splatting for Fast Reflective Surface Reconstruction

2025-09-24 · Yufei Han, Bowen Tie, Heng Guo, Youwei Lyu 외 arxiv

Efficient shape reconstruction for surfaces with complex reflectance properties is crucial for real-time virtual reality. While 3D Gaussian Splatting (3DGS)-based methods offer fast novel view rendering by leveraging the…

3DGS$^2$: Near Second-order Converging 3D Gaussian Splatting

2025-01-22 · Lei Lan, Tianjia Shao, Zixuan Lu, Yu Zhang 외

3D Gaussian Splatting (3DGS) has emerged as a mainstream solution for novel view synthesis and 3D reconstruction. By explicitly encoding a 3D scene using a collection of Gaussian kernels, 3DGS achieves high-quality rende…

3DGS3D ReconstructionGPUNovel View Synthesis

PolGS++: Physically-Guided Polarimetric Gaussian Splatting for Fast Reflective Surface Reconstruction

2026-03-11 · Yufei Han, Chu Zhou, Youwei Lyu, Qi Chen 외 arxiv

Accurate reconstruction of reflective surfaces remains a fundamental challenge in computer vision, with broad applications in real-time virtual reality and digital content creation. Although 3D Gaussian Splatting (3DGS) …

SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering

2023-11-21 · CVPR 2024 1 · Antoine Guédon, Vincent Lepetit

We propose a method to allow precise and extremely fast mesh extraction from 3D Gaussian Splatting. Gaussian Splatting has recently become very popular as it yields realistic rendering while being significantly faster to…

Fast 3D Foundation Model Initialized Gaussian Splatting

2026-07-03 · Anurag Dalal, Daniel Hagen, Kjell G. Robbersmyr, Kristian Muri Knausgård arxiv

This paper introduces a fast method for high-quality 3D Gaussian Splatting (3DGS) reconstruction without traditional Structure-from-Motion (SfM). The proposed approach leverages 3D Foundation Models (3DFMs) for camera po…