A hierarchical label-tree pruning method reduces diffusion-classifier inference time by up to about 60% while keeping accuracy roughly unchanged or slightly higher.
SpotDiffusion: A Fast Approach For Seamless Panorama Generation Over Time
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Generating high-resolution images with generative models has recently been made widely accessible by leveraging diffusion models pre-trained on large-scale datasets. Various techniques, such as MultiDiffusion and SyncDiffusion, have further pushed image generation beyond training resolutions, i.e., from square images to panorama, by merging multiple overlapping diffusion paths or employing gradient descent to maintain perceptual coherence. However, these methods suffer from significant computational inefficiencies due to generating and averaging numerous predictions, which is required in practice to produce high-quality and seamless images. This work addresses this limitation and presents a novel approach that eliminates the need to generate and average numerous overlapping denoising predictions. Our method shifts non-overlapping denoising windows over time, ensuring that seams in one timestep are corrected in the next. This results in coherent, high-resolution images with fewer overall steps. We demonstrate the effectiveness of our approach through qualitative and quantitative evaluations, comparing it with MultiDiffusion, SyncDiffusion, and StitchDiffusion. Our method offers several key benefits, including improved computational efficiency and faster inference times while producing comparable or better image quality. Link to code https://github.com/stanifrolov/spotdiffusion
fields
cs.CV 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Just Leaf It: Accelerating Diffusion Classifiers with Hierarchical Class Pruning
A hierarchical label-tree pruning method reduces diffusion-classifier inference time by up to about 60% while keeping accuracy roughly unchanged or slightly higher.