paper-with-me

Papers

Learning Energy-Based Models by Cooperative Diffusion Recovery Likelihood

2023-09-10 · Yaxuan Zhu, Jianwen Xie, YingNian Wu, Ruiqi Gao

Training energy-based models (EBMs) on high-dimensional data can be both challenging and time-consuming, and there exists a noticeable gap in sample quality between EBMs and other generative frameworks like GANs and diffusion models. To close this gap, inspired by the recent efforts of learning EBMs by maximizing diffusion recovery likelihood (DRL), we propose cooperative diffusion recovery likelihood (CDRL), an effective approach to tractably learn and sample from a series of EBMs defined on increasingly noisy versions of a dataset, paired with an initializer model for each EBM. At each noise level, the two models are jointly estimated within a cooperative training framework: samples from the initializer serve as starting points that are refined by a few MCMC sampling steps from the EBM. The EBM is then optimized by maximizing recovery likelihood, while the initializer model is optimized by learning from the difference between the refined samples and the initial samples. In addition, we made several practical designs for EBM training to further improve the sample quality. Combining these advances, our approach significantly boost the generation performance compared to existing EBM methods on CIFAR-10 and ImageNet datasets. We also demonstrate the effectiveness of our models for several downstream tasks, including classifier-free guided generation, compositional generation, image inpainting and out-of-distribution detection.

📄 PDF Abstract BibTeX arXiv:2309.05153

Code (1)

alvinzhuyx/cdrl 공식 구현 pytorch

Tasks

Image InpaintingOut-of-Distribution Detection

Methods 이 논문이 사용한 방법론

EBM 설명 없음
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…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

Learning Energy-Based Models by Diffusion Recovery Likelihood

2020-12-15 · ICLR 2021 1 · Ruiqi Gao, Yang song, Ben Poole, Ying Nian Wu 외

While energy-based models (EBMs) exhibit a number of desirable properties, training and sampling on high-dimensional datasets remains challenging. Inspired by recent progress on diffusion probabilistic models, we present…

Image Generation

Latent Diffusion Energy-Based Model for Interpretable Text Modeling

2022-06-13 · Peiyu Yu, Sirui Xie, Xiaojian Ma, Baoxiong Jia 외

Latent space Energy-Based Models (EBMs), also known as energy-based priors, have drawn growing interests in generative modeling. Fueled by its flexibility in the formulation and strong modeling power of the latent space,…

Energy-efficiency optimization and the comparative performance analysis for Wireless Body Area Networks (WBANs)

2024-01-01 · journal 2024 1 · Neha Arora a, *, Sindhu Hak Gupta b, Basant Kumar c

This paper examines the energy efficiency of a non-cooperative and cooperative On-body Wireless Body Area Network (WBAN) and link reliability in a cooperative WBAN using IEEE 802.15.6 based CM3A channel model. The prop…

Deep End-to-End Posterior ENergy (DEEPEN) for image recovery

2025-03-21 · Jyothi Rikhab Chand, Mathews Jacob

Current end-to-end (E2E) and plug-and-play (PnP) image reconstruction algorithms approximate the maximum a posteriori (MAP) estimate but cannot offer sampling from the posterior distribution, like diffusion models. By co…

Image Reconstruction

A Tale of Two Flows: Cooperative Learning of Langevin Flow and Normalizing Flow Toward Energy-Based Model

2022-05-13 · ICLR 2022 4 · Jianwen Xie, Yaxuan Zhu, Jun Li, Ping Li

This paper studies the cooperative learning of two generative flow models, in which the two models are iteratively updated based on the jointly synthesized examples. The first flow model is a normalizing flow that transf…