paper-with-me

Papers

Active Probabilistic Inference on Matrices for Pre-Conditioning in Stochastic Optimization

2019-02-20 · Filip de Roos, Philipp Hennig

Pre-conditioning is a well-known concept that can significantly improve the convergence of optimization algorithms. For noise-free problems, where good pre-conditioners are not known a priori, iterative linear algebra methods offer one way to efficiently construct them. For the stochastic optimization problems that dominate contemporary machine learning, however, this approach is not readily available. We propose an iterative algorithm inspired by classic iterative linear solvers that uses a probabilistic model to actively infer a pre-conditioner in situations where Hessian-projections can only be constructed with strong Gaussian noise. The algorithm is empirically demonstrated to efficiently construct effective pre-conditioners for stochastic gradient descent and its variants. Experiments on problems of comparably low dimensionality show improved convergence. In very high-dimensional problems, such as those encountered in deep learning, the pre-conditioner effectively becomes an automatic learning-rate adaptation scheme, which we also empirically show to work well.

📄 PDF Abstract BibTeX arXiv:1902.07557

Code (1)

fderoos/probabilistic_hessian 공식 구현

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Probabilistic Programs with Stochastic Conditioning

2020-10-01 · David Tolpin, Yuan Zhou, Tom Rainforth, Hongseok Yang

We tackle the problem of conditioning probabilistic programs on distributions of observable variables. Probabilistic programs are usually conditioned on samples from the joint data distribution, which we refer to as dete…

Probabilistic Programming

Bayesian Policy Search for Stochastic Domains

2020-10-01 · David Tolpin, Yuan Zhou, Hongseok Yang

AI planning can be cast as inference in probabilistic models, and probabilistic programming was shown to be capable of policy search in partially observable domains. Prior work introduces policy search through Markov cha…

Bayesian InferenceProbabilistic ProgrammingVariational Inference

Bob and Alice Go to a Bar: Reasoning About Future With Probabilistic Programs

2021-08-09 · David Tolpin, Tomer Dobkin

It is well known that reinforcement learning can be cast as inference in an appropriate probabilistic model. However, this commonly involves introducing a distribution over agent trajectories with probabilities proportio…

Bayesian InferenceProbabilistic Programmingreinforcement-learningReinforcement Learning+1

Inspectable Neural Markov Models for Non-Stationary Time Series

2026-05-29 · Jan Rovirosa, Jesse Schmolze arxiv

Modeling non-stationary stochastic systems requires balancing the representational capacity of deep learning with the structural transparency of classical probabilistic models. Markov transition matrices provide such a f…

Deep Attentive Variational Inference

2021-09-29 · ICLR 2022 4 · Ifigeneia Apostolopoulou, Ian Char, Elan Rosenfeld, Artur Dubrawski

Stochastic Variational Inference is a powerful framework for learning large-scale probabilistic latent variable models. However, typical assumptions on the factorization or independence of the latent variables can subst…

Variational Inference