paper-with-me

Papers

Boosting Latent Diffusion with Perceptual Objectives

2024-11-06 · Tariq Berrada, Pietro Astolfi, Melissa Hall, Marton Havasi, Yohann Benchetrit, Adriana Romero-Soriano, Karteek Alahari, Michal Drozdzal, Jakob Verbeek

Latent diffusion models (LDMs) power state-of-the-art high-resolution generative image models. LDMs learn the data distribution in the latent space of an autoencoder (AE) and produce images by mapping the generated latents into RGB image space using the AE decoder. While this approach allows for efficient model training and sampling, it induces a disconnect between the training of the diffusion model and the decoder, resulting in a loss of detail in the generated images. To remediate this disconnect, we propose to leverage the internal features of the decoder to define a latent perceptual loss (LPL). This loss encourages the models to create sharper and more realistic images. Our loss can be seamlessly integrated with common autoencoders used in latent diffusion models, and can be applied to different generative modeling paradigms such as DDPM with epsilon and velocity prediction, as well as flow matching. Extensive experiments with models trained on three datasets at 256 and 512 resolution show improved quantitative -- with boosts between 6% and 20% in FID -- and qualitative results when using our perceptual loss.

📄 PDF Abstract BibTeX arXiv:2411.04873

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

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…
AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar Papers 제목 키워드 기반

Boosting Fidelity for Pre-Trained-Diffusion-Based Low-Light Image Enhancement via Condition Refinement

2025-10-20 · Xiaogang Xu, Jian Wang, Yunfan Lu, Ruihang Chu 외 arxiv

Diffusion-based methods, leveraging pre-trained large models like Stable Diffusion via ControlNet, have achieved remarkable performance in several low-level vision tasks. However, Pre-Trained Diffusion-Based (PTDB) metho…

Low-Light Image Enhancement

TRAIL: Transferable Robust Adversarial Images via Latent diffusion

2025-05-22 · Yuhao Xue, Zhifei Zhang, Xinyang Jiang, Yifei Shen 외

Adversarial attacks exploiting unrestricted natural perturbations present severe security risks to deep learning systems, yet their transferability across models remains limited due to distribution mismatches between gen…

DenoisingTest-time Adaptation

CrossFlow: One-Step Generation Across Latent and Pixel Spaces

2026-06-18 · Xiyuan Wang, Xiao Zhang, Yang Li, Ruoxi Jiang 외 arxiv

Most diffusion and flow-matching generators define the prior, probability path, and prediction target in the same representation space. Latent diffusion improves efficiency by moving this path into an autoencoder latent …

PixelGen: Improving Pixel Diffusion with Perceptual Supervision

2026-02-02 · Zehong Ma, Ruihan Xu, Shiliang Zhang arxiv

Pixel diffusion generates images directly in pixel space, avoiding the VAE artifacts and representational bottlenecks of two-stage latent diffusion. Recent JiT further simplifies pixel diffusion with x-prediction, where …

Text-to-Image Generation

DiffVC-OSD: One-Step Diffusion-based Perceptual Neural Video Compression Framework

2025-08-11 · Wenzhuo Ma, Zhenzhong Chen arxiv

In this work, we first propose DiffVC-OSD, a One-Step Diffusion-based Perceptual Neural Video Compression framework. Unlike conventional multi-step diffusion-based methods, DiffVC-OSD feeds the reconstructed latent repre…