paper-with-me

Papers

Splatfacto-W: A Nerfstudio Implementation of Gaussian Splatting for Unconstrained Photo Collections

2024-07-17 · Congrong Xu, Justin Kerr, Angjoo Kanazawa

Novel view synthesis from unconstrained in-the-wild image collections remains a significant yet challenging task due to photometric variations and transient occluders that complicate accurate scene reconstruction. Previous methods have approached these issues by integrating per-image appearance features embeddings in Neural Radiance Fields (NeRFs). Although 3D Gaussian Splatting (3DGS) offers faster training and real-time rendering, adapting it for unconstrained image collections is non-trivial due to the substantially different architecture. In this paper, we introduce Splatfacto-W, an approach that integrates per-Gaussian neural color features and per-image appearance embeddings into the rasterization process, along with a spherical harmonics-based background model to represent varying photometric appearances and better depict backgrounds. Our key contributions include latent appearance modeling, efficient transient object handling, and precise background modeling. Splatfacto-W delivers high-quality, real-time novel view synthesis with improved scene consistency in in-the-wild scenarios. Our method improves the Peak Signal-to-Noise Ratio (PSNR) by an average of 5.3 dB compared to 3DGS, enhances training speed by 150 times compared to NeRF-based methods, and achieves a similar rendering speed to 3DGS. Additional video results and code integrated into Nerfstudio are available at https://kevinxu02.github.io/splatfactow/.

📄 PDF Abstract BibTeX arXiv:2407.12306

Code (0)

등록된 구현이 없습니다.

Tasks

3DGSNeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

gsplat: An Open-Source Library for Gaussian Splatting

2024-09-10 · Vickie Ye, RuiLong Li, Justin Kerr, Matias Turkulainen 외

gsplat is an open-source library designed for training and developing Gaussian Splatting methods. It features a front-end with Python bindings compatible with the PyTorch library and a back-end with highly optimized CUDA…

Mathematical Supplement for the $\texttt{gsplat}$ Library

2023-12-04 · Vickie Ye, Angjoo Kanazawa

This report provides the mathematical details of the gsplat library, a modular toolbox for efficient differentiable Gaussian splatting, as proposed by Kerbl et al. It provides a self-contained reference for the computati…

Seg-Wild: Interactive Segmentation based on 3D Gaussian Splatting for Unconstrained Image Collections

2025-07-10 · Yongtang Bao, Chengjie Tang, Yuze Wang, Haojie Li

Reconstructing and segmenting scenes from unconstrained photo collections obtained from the Internet is a novel but challenging task. Unconstrained photo collections are easier to get than well-captured photo collections…

Interactive SegmentationSegmentation

WildSplatter: Feed-forward 3D Gaussian Splatting with Appearance Control from Unconstrained Images

2026-04-23 · Yuki Fujimura, Takahiro Kushida, Kazuya Kitano, Takuya Funatomi 외 arxiv

We propose WildSplatter, a feed-forward 3D Gaussian Splatting (3DGS) model for unconstrained images with unknown camera parameters and varying lighting conditions. 3DGS is an effective scene representation that enables h…

SmileSplat: Generalizable Gaussian Splats for Unconstrained Sparse Images

2024-11-27 · Yanyan Li, Yixin Fang, Federico Tombari, Gim Hee Lee

Sparse Multi-view Images can be Learned to predict explicit radiance fields via Generalizable Gaussian Splatting approaches, which can achieve wider application prospects in real-life when ground-truth camera parameters …

DecoderNovel View Synthesis