paper-with-me

홈 › Papers

Provable benefits of score matching

2023-06-03 · NeurIPS 2023 11

Score matching is an alternative to maximum likelihood (ML) for estimating a probability distribution parametrized up to a constant of proportionality. By fitting the ''score'' of the distribution, it sidesteps the need to compute this constant of proportionality (which is often intractable). While score matching and variants thereof are popular in practice, precise theoretical understanding of the benefits and tradeoffs with maximum likelihood -- both computational and statistical -- are not well understood. In this work, we give the first example of a natural exponential family of distributions such that the score matching loss is computationally efficient to optimize, and has a comparable statistical efficiency to ML, while the ML loss is intractable to optimize using a gradient-based method. The family consists of exponentials of polynomials of fixed degree, and our result can be viewed as a continuous analogue of recent developments in the discrete setting. Precisely, we show: (1) Designing a zeroth-order or first-order oracle for optimizing the maximum likelihood loss is NP-hard. (2) Maximum likelihood has a statistical efficiency polynomial in the ambient dimension and the radius of the parameters of the family. (3) Minimizing the score matching loss is both computationally and statistically efficient, with complexity polynomial in the ambient dimension.

📄 PDF Abstract BibTeX arXiv:2306.01993

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Network-Based Score Estimation in Diffusion Models: Optimization and Generalization

2024-01-28 · Yinbin Han, Meisam Razaviyayn, Renyuan Xu

Diffusion models have emerged as a powerful tool rivaling GANs in generating high-quality samples with improved fidelity, flexibility, and robustness. A key component of these models is to learn the score function throug…

Denoisingregression

Robust and Scalable Bayesian Online Changepoint Detection

2023-02-09 · Matias Altamirano, François-Xavier Briol, Jeremias Knoblauch

This paper proposes an online, provably robust, and scalable Bayesian approach for changepoint detection. The resulting algorithm has key advantages over previous work: it provides provable robustness by leveraging the g…

Policy Optimization with Demonstrations

2018-07-01 · ICML 2018 7 · Bingyi Kang, Zequn Jie, Jiashi Feng

Exploration remains a significant challenge to reinforcement learning methods, especially in environments where reward signals are sparse. Recent methods of learning from demonstrations have shown to be promising in…

Policy Gradient MethodsReinforcement LearningReinforcement Learning (RL)

Provable Benefits of Actor-Critic Methods for Offline Reinforcement Learning

2021-08-19 · NeurIPS 2021 12 · Andrea Zanette, Martin J. Wainwright, Emma Brunskill

Actor-critic methods are widely used in offline reinforcement learning practice, but are not so well-understood theoretically. We propose a new offline actor-critic algorithm that naturally incorporates the pessimism pri…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

The Provable Benefits of Unsupervised Data Sharing for Offline Reinforcement Learning

2023-02-27 · Hao Hu, Yiqin Yang, Qianchuan Zhao, Chongjie Zhang

Self-supervised methods have become crucial for advancing deep learning by leveraging data itself to reduce the need for expensive annotations. However, the question of how to conduct self-supervised offline reinforcemen…

Offline RLreinforcement-learningReinforcement Learning (RL)