paper-with-me

홈 › Papers

Generalized Contrastive Divergence: Joint Training of Energy-Based Model and Diffusion Model through Inverse Reinforcement Learning

2023-12-06 · Sangwoong Yoon, Dohyun Kwon, Himchan Hwang, Yung-Kyun Noh, Frank C. Park

We present Generalized Contrastive Divergence (GCD), a novel objective function for training an energy-based model (EBM) and a sampler simultaneously. GCD generalizes Contrastive Divergence (Hinton, 2002), a celebrated algorithm for training EBM, by replacing Markov Chain Monte Carlo (MCMC) distribution with a trainable sampler, such as a diffusion model. In GCD, the joint training of EBM and a diffusion model is formulated as a minimax problem, which reaches an equilibrium when both models converge to the data distribution. The minimax learning with GCD bears interesting equivalence to inverse reinforcement learning, where the energy corresponds to a negative reward, the diffusion model is a policy, and the real data is expert demonstrations. We present preliminary yet promising results showing that joint training is beneficial for both EBM and a diffusion model. GCD enables EBM training without MCMC while improving the sample quality of a diffusion model.

📄 PDF Abstract BibTeX arXiv:2312.03397

Code (0)

등록된 구현이 없습니다.

Tasks

model

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
EBM 설명 없음

Similar Papers 제목 키워드 기반

Divergence Triangle for Joint Training of Generator Model, Energy-based Model, and Inference Model

2018-12-28 · Tian Han, Erik Nijkamp, Xiaolin Fang, Mitch Hill 외

This paper proposes the divergence triangle as a framework for joint training of generator model, energy-based model and inference model. The divergence triangle is a compact and symmetric (anti-symmetric) objective func…

model

Divergence Triangle for Joint Training of Generator Model, Energy-Based Model, and Inferential Model

2019-06-01 · CVPR 2019 6 · Tian Han, Erik Nijkamp, Xiaolin Fang, Mitch Hill 외

This paper proposes the divergence triangle as a framework for joint training of a generator model, energy-based model and inference model. The divergence triangle is a compact and symmetric (anti-symmetric) objective fu…

model

Unbiased Contrastive Divergence Algorithm for Training Energy-Based Latent Variable Models

2020-05-01 · ICLR 2020 1 · Yixuan Qiu, Lingsong Zhang, Xiao Wang

The contrastive divergence algorithm is a popular approach to training energy-based latent variable models, which has been widely used in many machine learning models such as the restricted Boltzmann machines and deep be…

Pseudo-Spherical Contrastive Divergence

2021-11-01 · NeurIPS 2021 12 · Lantao Yu, Jiaming Song, Yang song, Stefano Ermon

Energy-based models (EBMs) offer flexible distribution parametrization. However, due to the intractable partition function, they are typically trained via contrastive divergence for maximum likelihood estimation. In this…

Training Restricted Boltzmann Machine via the Thouless-Anderson-Palmer free energy

2015-12-01 · NeurIPS 2015 12 · Marylou Gabrie, Eric W. Tramel, Florent Krzakala

Restricted Boltzmann machines are undirected neural networks which have been shown tobe effective in many applications, including serving as initializations fortraining deep multi-layer neural networks. One of the main r…