Papers › Deep Compression Autoencoder for Efficient High-Resolution Diffusion Models

Deep Compression Autoencoder for Efficient High-Resolution Diffusion Models

14 Oct 2024arXiv:2410.10733archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.10733")

Code

Syntology Ran 7 of 30 code samples harvested from 1 repository linked to this paper; 23 have no recorded run. Of those that ran: 7 ran with no contract checked.

By repository: official repository: 30 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mit-han-lab/efficientvit officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

30 samples harvested; 7 ran; 0 honoured the contract we drafted; 23 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran
23unverified

Licence: 0 of the 30 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from mit-han-lab/efficientvit. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ChannelDuplicatingPixelUnshuffleUpSampleLayer mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · 5a6b494abcac2208 · report
DCAEConfig mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · a7400f7dc57e2876 · report
DecoderConfig mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 64d381f16614334c · report
EncoderConfig mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 7c0f5cb15a33304c · report
IdentityLayer mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 7d8080781cf3019c · report
OpSequential mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · a8bff7f7a6484f90 · report
PixelUnshuffleChannelAveragingDownSampleLayer mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 447757507c43986b · report
ConvLayer mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · ee46943abe5b1d38 · report
ConvPixelShuffleUpSampleLayer mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · a50b4796b9e7f993 · report
ConvPixelUnshuffleDownSampleLayer mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · c70aaa792533f82b · report
DCAE mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 7b99877bfad9d9db · report
Decoder mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 516380f38de4bf18 · report
EfficientViTBlock mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 644cd11053cbe8fa · report
Encoder mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · e8f172d1d06ebffc · report
GLUMBConv mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 50c192aef38f49ce · report
InterpolateConvUpSampleLayer mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · e3551b0a1b8b4a44 · report
LiteMLA mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · eca2ca74ae04da15 · report
MBConv mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 63542ac85cdf8517 · report
ResBlock mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · b8654d21821ceafc · report
ResidualBlock mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 9d531d6342d2cc9c · report
build_act mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 63bb3de89867ea9d · report
build_block mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · a0bb0bb02b4fd978 · report
build_decoder_project_in_block mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 29728624d884920a · report
build_decoder_project_out_block mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 498fce97a28da008 · report
build_downsample_block mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 0d1e3498712a547c · report
build_encoder_project_in_block mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 1598ee0cf2028172 · report
build_encoder_project_out_block mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · b8d5cdc9329421af · report
build_norm mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 71068d4faddfa7bb · report
build_stage_main mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · c77ad3ad88af1f35 · report
build_upsample_block mit-han-lab/efficientvit/efficientvit/models/efficientvit/dc_ae.py official repository unverified Apache-2.0 (permissive) · 885f68d08c4d49f1 · report

Tasks

Image Generation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Generation ImageNet 512x512 DC-AE-f32 + USiT-2B FID 1.72 #16 of 52 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections