paper-with-me

Papers

Latent Diffusion Energy-Based Model for Interpretable Text Modeling

2022-06-13 · Peiyu Yu, Sirui Xie, Xiaojian Ma, Baoxiong Jia, Bo Pang, Ruiqi Gao, Yixin Zhu, Song-Chun Zhu, Ying Nian Wu

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, recent works built upon it have made interesting attempts aiming at the interpretability of text modeling. However, latent space EBMs also inherit some flaws from EBMs in data space; the degenerate MCMC sampling quality in practice can lead to poor generation quality and instability in training, especially on data with complex latent structures. Inspired by the recent efforts that leverage diffusion recovery likelihood learning as a cure for the sampling issue, we introduce a novel symbiosis between the diffusion models and latent space EBMs in a variational learning framework, coined as the latent diffusion energy-based model. We develop a geometric clustering-based regularization jointly with the information bottleneck to further improve the quality of the learned latent space. Experiments on several challenging tasks demonstrate the superior performance of our model on interpretable text modeling over strong counterparts.

📄 PDF Abstract BibTeX arXiv:2206.05895

Code (2)

yupeiyu98/latent-diffusion-ebm 공식 구현 pytorch
yupeiyu98/ldebm 공식 구현 pytorch

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…

Similar Papers 제목 키워드 기반

EnergyMoGen: Compositional Human Motion Generation with Energy-Based Diffusion Model in Latent Space

2024-12-19 · CVPR 2025 1 · Jianrong Zhang, Hehe Fan, Yi Yang

Diffusion models, particularly latent diffusion models, have demonstrated remarkable success in text-driven human motion generation. However, it remains challenging for latent diffusion models to effectively compose mult…

Motion GenerationSemantic Composition

Learning Energy-Based Prior Model with Diffusion-Amortized MCMC

2023-10-05 · NeurIPS 2023 11 · Peiyu Yu, Yaxuan Zhu, Sirui Xie, Xiaojian Ma 외

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

valid

Energy-Based Cross Attention for Bayesian Context Update in Text-to-Image Diffusion Models

2023-06-16 · NeurIPS 2023 11 · Geon Yeong Park, Jeongsol Kim, Beomsu Kim, Sang Wan Lee 외

Despite the remarkable performance of text-to-image diffusion models in image generation tasks, recent studies have raised the issue that generated images sometimes cannot capture the intended semantic contents of the te…

DenoisingImage GenerationImage Inpainting

Unifying Diffusion Models' Latent Space, with Applications to CycleDiffusion and Guidance

2022-10-11 · Chen Henry Wu, Fernando de la Torre

Diffusion models have achieved unprecedented performance in generative modeling. The commonly-adopted formulation of the latent code of diffusion models is a sequence of gradually denoised samples, as opposed to the simp…

Image GenerationImage-to-Image Translation

FeRA: Frequency-Energy Constrained Routing for Effective Diffusion Adaptation Fine-Tuning

2025-11-22 · Bo Yin, Xiaobin Hu, Xingyu Zhou, Yu He 외 arxiv

Diffusion models have achieved remarkable success in generative modeling, yet how to effectively adapt large pretrained models to new tasks remains challenging. We revisit the reconstruction behavior of diffusion models …