paper-with-me

홈 › Papers

Stochastic Preconditioning for Neural Field Optimization

2025-05-26 · Selena Ling, Merlin Nimier-David, Alec Jacobson, Nicholas Sharp

Neural fields are a highly effective representation across visual computing. This work observes that fitting these fields is greatly improved by incorporating spatial stochasticity during training, and that this simple technique can replace or even outperform custom-designed hierarchies and frequency space constructions. The approach is formalized as implicitly operating on a blurred version of the field, evaluated in-expectation by sampling with Gaussian-distributed offsets. Querying the blurred field during optimization greatly improves convergence and robustness, akin to the role of preconditioners in numerical linear algebra. This implicit, sampling-based perspective fits naturally into the neural field paradigm, comes at no additional cost, and is extremely simple to implement. We describe the basic theory of this technique, including details such as handling boundary conditions, and extending to a spatially-varying blur. Experiments demonstrate this approach on representations including coordinate MLPs, neural hashgrids, triplanes, and more, across tasks including surface reconstruction and radiance fields. In settings where custom-designed hierarchies have already been developed, stochastic preconditioning nearly matches or improves their performance with a simple and unified approach; in settings without existing hierarchies it provides an immediate boost to quality and robustness.

📄 PDF Abstract BibTeX arXiv:2505.20473

Code (0)

등록된 구현이 없습니다.

Tasks

Surface Reconstruction

Similar Papers 제목 키워드 기반

Shampoo: Preconditioned Stochastic Tensor Optimization

2018-02-26 · ICML 2018 7 · Vineet Gupta, Tomer Koren, Yoram Singer

Preconditioned gradient methods are among the most general and powerful tools in optimization. However, preconditioning requires storing and manipulating prohibitively large matrices. We describe and analyze a new struct…

Stochastic Optimization

Polynomial Preconditioning for Gradient Methods

2023-01-30 · Nikita Doikov, Anton Rodomanov

We study first-order methods with preconditioning for solving structured nonlinear convex optimization problems. We propose a new family of preconditioners generated by symmetric polynomials. They provide first-order opt…

Adaptive Learning Rate via Covariance Matrix Based Preconditioning for Deep Neural Networks

2016-05-31 · Yasutoshi Ida, Yasuhiro Fujiwara, Sotetsu Iwamura

Adaptive learning rate algorithms such as RMSProp are widely used for training deep neural networks. RMSProp offers efficient training since it uses first order gradients to approximate Hessian-based preconditioning. How…

Stochastic Optimization

SGD for Variational Inference: Tackling Unbounded Variance via Preconditioning and Dynamic Batching

2026-05-08 · Hippolyte Labarrière, Cesare Molinari, Silvia Villa, Lorenzo Rosasco arxiv

Black-Box Variational Inference (BBVI) typically relies on Stochastic Gradient Descent (SGD) to optimize the Evidence Lower Bound (ELBO). However, the stochastic gradients in BBVI inherently exhibit unbounded variance, v…

Stochastic Optimization

Preconditioning for Scalable Gaussian Process Hyperparameter Optimization

2021-07-01 · Jonathan Wenger, Geoff Pleiss, Philipp Hennig, John P. Cunningham 외

Gaussian process hyperparameter optimization requires linear solves with, and log-determinants of, large kernel matrices. Iterative numerical techniques are becoming popular to scale to larger datasets, relying on the co…

Gaussian ProcessesHyperparameter Optimization