One Small Step in Latent, One Giant Leap for Pixels: Fast Latent Upscale Adapter for Your Diffusion Models
Aleksandr Razin, Danil Kazantsev, Ilya Makarov

TL;DR
The paper introduces LUA, a lightweight latent space super-resolution module for diffusion models that enables fast, high-quality high-resolution image synthesis without modifying the base model.
Contribution
LUA is a novel, plug-in module that performs super-resolution directly in the latent space, significantly reducing latency and maintaining fidelity across different VAEs.
Findings
LUA achieves nearly 3x faster upscaling time compared to pixel-space SR.
LUA maintains high perceptual quality close to native high-resolution generation.
LUA generalizes well across different VAE latent spaces.
Abstract
Diffusion models struggle to scale beyond their training resolutions, as direct high-resolution sampling is slow and costly, while post-hoc image super-resolution (ISR) introduces artifacts and additional latency by operating after decoding. We present the Latent Upscaler Adapter (LUA), a lightweight module that performs super-resolution directly on the generator's latent code before the final VAE decoding step. LUA integrates as a drop-in component, requiring no modifications to the base model or additional diffusion stages, and enables high-resolution synthesis through a single feed-forward pass in latent space. A shared Swin-style backbone with scale-specific pixel-shuffle heads supports 2x and 4x factors and remains compatible with image-space SR baselines, achieving comparable perceptual quality with nearly 3x lower decoding and upscaling time (adding only +0.42 s for 1024 px…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Neuroimaging Techniques and Applications · Advanced Image Processing Techniques
