paper-with-me

Papers

Deep Compression Autoencoder for Efficient High-Resolution Diffusion Models

2024-10-14 · Junyu Chen, Han Cai, Junsong Chen, Enze Xie, Shang Yang, Haotian Tang, Muyang Li, Yao Lu, Song Han

We present Deep Compression Autoencoder (DC-AE), a new family of autoencoder models for accelerating high-resolution diffusion models. Existing autoencoder models have demonstrated impressive results at a moderate spatial compression ratio (e.g., 8x), but fail to maintain satisfactory reconstruction accuracy for high spatial compression ratios (e.g., 64x). We address this challenge by introducing two key techniques: (1) Residual Autoencoding, where we design our models to learn residuals based on the space-to-channel transformed features to alleviate the optimization difficulty of high spatial-compression autoencoders; (2) Decoupled High-Resolution Adaptation, an efficient decoupled three-phases training strategy for mitigating the generalization penalty of high spatial-compression autoencoders. With these designs, we improve the autoencoder's spatial compression ratio up to 128 while maintaining the reconstruction quality. Applying our DC-AE to latent diffusion models, we achieve significant speedup without accuracy drop. For example, on ImageNet 512x512, our DC-AE provides 19.1x inference speedup and 17.9x training speedup on H100 GPU for UViT-H while achieving a better FID, compared with the widely used SD-VAE-f8 autoencoder. Our code is available at https://github.com/mit-han-lab/efficientvit.

📄 PDF Abstract BibTeX arXiv:2410.10733

Code (1)

mit-han-lab/efficientvit 공식 구현 pytorch

Tasks

GPUImage Generation

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 제목 키워드 기반

PaGoDA: Progressive Growing of a One-Step Generator from a Low-Resolution Diffusion Teacher

2024-05-23 · Dongjun Kim, Chieh-Hsin Lai, Wei-Hsiang Liao, Yuhta Takida 외

The diffusion model performs remarkable in generating high-dimensional content but is computationally intensive, especially during training. We propose Progressive Growing of Diffusion Autoencoder (PaGoDA), a novel pipel…

DecoderImage GenerationSuper-Resolution

DC-AE 1.5: Accelerating Diffusion Model Convergence with Structured Latent Space

2025-08-01 · Junyu Chen, Dongyun Zou, Wenkun He, Junsong Chen 외 arxiv

We present DC-AE 1.5, a new family of deep compression autoencoders for high-resolution diffusion models. Increasing the autoencoder's latent channel number is a highly effective approach for improving its reconstruction…

Image Generation

Ultra-High-Resolution Image Synthesis with Pyramid Diffusion Model

2024-03-19 · Jiajie Yang

We introduce the Pyramid Diffusion Model (PDM), a novel architecture designed for ultra-high-resolution image synthesis. PDM utilizes a pyramid latent representation, providing a broader design space that enables more fl…

2kImage Generation

H3AE: High Compression, High Speed, and High Quality AutoEncoder for Video Diffusion Models

2025-04-14 · Yushu Wu, Yanyu Li, Ivan Skorokhodov, Anil Kag 외

Autoencoder (AE) is the key to the success of latent diffusion models for image and video generation, reducing the denoising resolution and improving efficiency. However, the power of AE has long been underexplored in te…

DenoisingText-to-Video GenerationVideo Generation

Learned Compression for Compressed Learning

2024-12-12 · Dan Jacobellis, Neeraja J. Yadwadkar

Modern sensors produce increasingly rich streams of high-resolution data. Due to resource constraints, machine learning systems discard the vast majority of this information via resolution reduction. Compressed-domain le…

Colorizationdocument understandingimage-classificationImage Classification+1