Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Eliminating VAE for Fast and High-Resolution Generative Detail Restoration

About

Diffusion models have attained remarkable breakthroughs in the real-world super-resolution (SR) task, albeit at slow inference and high demand on devices. To accelerate inference, recent works like GenDR adopt step distillation to minimize the step number to one. However, the memory boundary still restricts the maximum processing size, necessitating tile-by-tile restoration of high-resolution images. Through profiling the pipeline, we pinpoint that the variational auto-encoder (VAE) is the bottleneck of latency and memory. To completely solve the problem, we leverage pixel-(un)shuffle operations to eliminate the VAE, reversing the latent-based GenDR to pixel-space GenDR-Pix. However, upscale with x8 pixelshuffle may induce artifacts of repeated patterns. To alleviate the distortion, we propose a multi-stage adversarial distillation to progressively remove the encoder and decoder. Specifically, we utilize generative features from the previous stage models to guide adversarial discrimination. Moreover, we propose random padding to augment generative features and avoid discriminator collapse. We also introduce a masked Fourier space loss to penalize the outliers of amplitude. To improve inference performance, we empirically integrate a padding-based self-ensemble with classifier-free guidance to improve inference scaling. Experimental results show that GenDR-Pix performs 2.8x acceleration and 60% memory-saving compared to GenDR with negligible visual degradation, surpassing other one-step diffusion SR. Against all odds, GenDR-Pix can restore 4K image in only 1 second and 6GB.

Yan Wang, Shijie Zhao, Junlin Li, Li Zhang• 2026

Related benchmarks

TaskDatasetResultRank
Image Super-resolutionRealSR
PSNR27.95
71
Super-ResolutionImageNet (test)
LPIPS0.2252
32
Super-ResolutionRealSR x4
PSNR25.03
13
Image RestorationRealSet80 (test)
NIQE4.101
12
Super-ResolutionRealLQ250
NIQE3.8545
8
Image Super-resolutionRealDeg Social Media
NIQE3.5701
4
Showing 6 of 6 rows

Other info

Follow for update