RISSOLE: Parameter-efficient Diffusion Models via Block-wise Generation and Retrieval-Guidance
Avideep Mukherjee, Soumya Banerjee, Piyush Rai, Vinay P. Namboodiri
TL;DR
RISSOLE tackles the challenge of deploying diffusion models on resource-limited devices by combining block-wise latent diffusion with retrieval-guided conditioning to enforce cross-block coherence. Each latent block $z^i$ is conditioned on corresponding blocks retrieved from an external database, using retrieval-augmented generation to guide training and sampling. The approach builds on a VQ-GAN latent space and a block-wise DDPM pipeline, enabling parallel training/sampling and reducing parameter count while achieving strong generation quality. Experiments on CelebA64 and ImageNet100 show improved FID and coherent samples at comparable or smaller model sizes than state-of-the-art compact diffusion methods, highlighting practical benefits for low-resource deployment.
Abstract
Diffusion-based models demonstrate impressive generation capabilities. However, they also have a massive number of parameters, resulting in enormous model sizes, thus making them unsuitable for deployment on resource-constraint devices. Block-wise generation can be a promising alternative for designing compact-sized (parameter-efficient) deep generative models since the model can generate one block at a time instead of generating the whole image at once. However, block-wise generation is also considerably challenging because ensuring coherence across generated blocks can be non-trivial. To this end, we design a retrieval-augmented generation (RAG) approach and leverage the corresponding blocks of the images retrieved by the RAG module to condition the training and generation stages of a block-wise denoising diffusion model. Our conditioning schemes ensure coherence across the different blocks during training and, consequently, during generation. While we showcase our approach using the latent diffusion model (LDM) as the base model, it can be used with other variants of denoising diffusion models. We validate the solution of the coherence problem through the proposed approach by reporting substantive experiments to demonstrate our approach's effectiveness in compact model size and excellent generation quality.
