paper-with-me

Papers

Variational Bayes Gaussian Splatting

2024-10-04 · Toon Van de Maele, Ozan Catal, Alexander Tschantz, Christopher L. Buckley, Tim Verbelen

Recently, 3D Gaussian Splatting has emerged as a promising approach for modeling 3D scenes using mixtures of Gaussians. The predominant optimization method for these models relies on backpropagating gradients through a differentiable rendering pipeline, which struggles with catastrophic forgetting when dealing with continuous streams of data. To address this limitation, we propose Variational Bayes Gaussian Splatting (VBGS), a novel approach that frames training a Gaussian splat as variational inference over model parameters. By leveraging the conjugacy properties of multivariate Gaussians, we derive a closed-form variational update rule, allowing efficient updates from partial, sequential observations without the need for replay buffers. Our experiments show that VBGS not only matches state-of-the-art performance on static datasets, but also enables continual learning from sequentially streamed 2D and 3D data, drastically improving performance in this setting.

📄 PDF Abstract BibTeX arXiv:2410.03592

Code (1)

versestech/vbgs 공식 구현 jax

Tasks

Continual LearningVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

VBGS-SLAM: Variational Bayesian Gaussian Splatting Simultaneous Localization and Mapping

2026-04-03 · Yuhan Zhu, Yanyu Zhang, Jie Xu, Wei Ren arxiv

3D Gaussian Splatting (3DGS) has shown promising results for 3D scene modeling using mixtures of Gaussians, yet its existing simultaneous localization and mapping (SLAM) variants typically rely on direct, deterministic p…

Novel View SynthesisPose Tracking

ImprovedVBGS: Real-time Continual Variational Bayes Gaussian Splatting

2026-07-17 · Damani Mguni-Coker arxiv

On-the-fly reconstruction is a key requirement for many applications in robotics and autonomous navigation. Variational Bayes Gaussian Splatting (VBGS) enables continual learning without replay buffers using Coordinate A…

Continual Learning

DP-Splat: Bayesian Nonparametric Complexity Control for Gaussian Splatting

2026-07-12 · Aqi Dong arxiv

3D Gaussian Splatting represents scenes as finite mixtures of anisotropic Gaussians whose number of components $K$ is set by heuristic density control or user caps. Variational Bayes Gaussian Splatting (VBGS) recast spla…

Improving Continual Learning for Gaussian Splatting based Environments Reconstruction on Commercial Off-the-Shelf Edge Devices

2026-03-09 · Ivan Zaino, Matteo Risso, Daniele Jahier Pagliari, Miguel de Prado 외 arxiv

Novel view synthesis (NVS) is increasingly relevant for edge robotics, where compact and incrementally updatable 3D scene models are needed for SLAM, navigation, and inspection under tight memory and latency budgets. Var…

Novel View SynthesisContinual Learning

VEDAL: Variational Error-Driven Asynchronous Learning for 3D Gaussian Splatting Pruning

2026-06-01 · Aoduo Li, Jiancheng Li, Huan Ye, Hongjian Xu 외 arxiv

3D Gaussian Splatting (3DGS) achieves remarkable novel view synthesis quality with real-time rendering, yet suffers from excessive memory consumption due to millions of Gaussian primitives. Existing pruning methods rely …

Novel View Synthesis