CVNov 25, 2024

ZoomLDM: Latent Diffusion Model for multi-scale image generation

arXiv:2411.16969v215 citationsh-index: 20CVPR
Originality Incremental advance
AI Analysis

This addresses the challenge of generating globally coherent large images for domains like medical imaging, though it is incremental as it builds on existing diffusion models with a novel conditioning mechanism.

The paper tackles the problem of generating large images, such as in digital pathology and satellite imagery, by proposing ZoomLDM, a latent diffusion model that synthesizes images across multiple scales, achieving state-of-the-art quality and enabling coherent generation up to 4096x4096 pixels with 4x super-resolution.

Diffusion models have revolutionized image generation, yet several challenges restrict their application to large-image domains, such as digital pathology and satellite imagery. Given that it is infeasible to directly train a model on 'whole' images from domains with potential gigapixel sizes, diffusion-based generative methods have focused on synthesizing small, fixed-size patches extracted from these images. However, generating small patches has limited applicability since patch-based models fail to capture the global structures and wider context of large images, which can be crucial for synthesizing (semantically) accurate samples. To overcome this limitation, we present ZoomLDM, a diffusion model tailored for generating images across multiple scales. Central to our approach is a novel magnification-aware conditioning mechanism that utilizes self-supervised learning (SSL) embeddings and allows the diffusion model to synthesize images at different 'zoom' levels, i.e., fixed-size patches extracted from large images at varying scales. ZoomLDM synthesizes coherent histopathology images that remain contextually accurate and detailed at different zoom levels, achieving state-of-the-art image generation quality across all scales and excelling in the data-scarce setting of generating thumbnails of entire large images. The multi-scale nature of ZoomLDM unlocks additional capabilities in large image generation, enabling computationally tractable and globally coherent image synthesis up to $4096 \times 4096$ pixels and $4\times$ super-resolution. Additionally, multi-scale features extracted from ZoomLDM are highly effective in multiple instance learning experiments.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes