paper-with-me

홈 › Papers

Self-Adapting Noise-Contrastive Estimation for Energy-Based Models

2022-11-03 · Nathaniel Xu

Training energy-based models (EBMs) with noise-contrastive estimation (NCE) is theoretically feasible but practically challenging. Effective learning requires the noise distribution to be approximately similar to the target distribution, especially in high-dimensional domains. Previous works have explored modelling the noise distribution as a separate generative model, and then concurrently training this noise model with the EBM. While this method allows for more effective noise-contrastive estimation, it comes at the cost of extra memory and training complexity. Instead, this thesis proposes a self-adapting NCE algorithm which uses static instances of the EBM along its training trajectory as the noise distribution. During training, these static instances progressively converge to the target distribution, thereby circumventing the need to simultaneously train an auxiliary noise model. Moreover, we express this self-adapting NCE algorithm in the framework of Bregman divergences and show that it is a generalization of maximum likelihood learning for EBMs. The performance of our algorithm is evaluated across a range of noise update intervals, and experimental results show that shorter update intervals are conducive to higher synthesis quality.

📄 PDF Abstract BibTeX arXiv:2211.02650

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

EBM 설명 없음

Similar Papers 제목 키워드 기반

Optimizing the Noise in Self-Supervised Learning: from Importance Sampling to Noise-Contrastive Estimation

2023-01-23 · Omar Chehab, Alexandre Gramfort, Aapo Hyvarinen

Self-supervised learning is an increasingly popular approach to unsupervised learning, achieving state-of-the-art results. A prevalent approach consists in contrasting data points and noise points within a classification…

Self-Supervised Learning

SPACE: Noise Contrastive Estimation Stabilizes Self-Play Fine-Tuning for Large Language Models

2025-12-08 · Yibo Wang, Qing-Guo Chen, Zhao Xu, Weihua Luo 외 arxiv

Self-play fine-tuning has demonstrated promising abilities in adapting large language models (LLMs) to downstream tasks with limited real-world data. The basic principle is to iteratively refine the model with real sampl…

Binary Classification

Exponential Family Estimation via Adversarial Dynamics Embedding

2019-04-27 · NeurIPS 2019 12 · Bo Dai, Zhen Liu, Hanjun Dai, Niao He 외

We present an efficient algorithm for maximum likelihood estimation (MLE) of exponential family models, with a general parametrization of the energy function that includes neural networks. We exploit the primal-dual view…

Bijective-Contrastive Estimation

2020-11-23 · pproximateinference AABI Symposium 2021 1 · Jae Hyun Lim, Chin-wei Huang, Aaron Courville, Christopher Pal

In this work, we propose Bijective-Contrastive Estimation (BCE), a classification-based learning criterion for energy-based models. We generate a collection of contrasting distributions using bijections, and solve all th…

Classification

On the connection between Noise-Contrastive Estimation and Contrastive Divergence

2024-02-26 · Amanda Olmin, Jakob Lindqvist, Lennart Svensson, Fredrik Lindsten

Noise-contrastive estimation (NCE) is a popular method for estimating unnormalised probabilistic models, such as energy-based models, which are effective for modelling complex data distributions. Unlike classical maximum…