paper-with-me

Papers

WildGaussians: 3D Gaussian Splatting in the Wild

2024-07-11 · Jonas Kulhanek, Songyou Peng, Zuzana Kukelova, Marc Pollefeys, Torsten Sattler

While the field of 3D scene reconstruction is dominated by NeRFs due to their photorealistic quality, 3D Gaussian Splatting (3DGS) has recently emerged, offering similar quality with real-time rendering speeds. However, both methods primarily excel with well-controlled 3D scenes, while in-the-wild data - characterized by occlusions, dynamic objects, and varying illumination - remains challenging. NeRFs can adapt to such conditions easily through per-image embedding vectors, but 3DGS struggles due to its explicit representation and lack of shared parameters. To address this, we introduce WildGaussians, a novel approach to handle occlusions and appearance changes with 3DGS. By leveraging robust DINO features and integrating an appearance modeling module within 3DGS, our method achieves state-of-the-art results. We demonstrate that WildGaussians matches the real-time rendering speed of 3DGS while surpassing both 3DGS and NeRF baselines in handling in-the-wild data, all within a simple architectural framework.

📄 PDF Abstract BibTeX arXiv:2407.08447

Code (1)

jkulhanek/wild-gaussians 공식 구현

Tasks

3DGS3D Scene ReconstructionNeRF

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

SWAG: Splatting in the Wild images with Appearance-conditioned Gaussians

2024-03-15 · Hiba Dahmani, Moussab Bennehar, Nathan Piasco, Luis Roldao 외

Implicit neural representation methods have shown impressive advancements in learning 3D scenes from unstructured in-the-wild photo collections but are still limited by the large computational cost of volumetric renderin…

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

SketchRodGS: Sketch-based Extraction of Slender Geometries for Animating Gaussian Splatting Scenes

2026-01-05 · Haato Watanabe, Nobuyuki Umetani arxiv

Physics simulation of slender elastic objects often requires discretization as a polyline. However, constructing a polyline from Gaussian splatting is challenging as Gaussian splatting lacks connectivity information and …

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…

WildSplat: Feedforward Gaussian Splatting from Unposed In-the-Wild Images

2026-07-06 · Xiyu Zhang, Jingyu Zhuang, Hongjia Zhai, Zizheng Yan 외 arxiv

While feedforward 3D reconstruction excels at efficient novel view synthesis, it typically falters when faced with scenes under varying illumination. To this end, we introduce WildSplat, the first feedforward 3D Gaussian…

Novel View Synthesis3D Reconstruction