LGAICVMLJan 29, 2023

Don't Play Favorites: Minority Guidance for Diffusion Models

arXiv:2301.12334v240 citationsh-index: 38Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of generating minority samples in diffusion models, which is important for applications like medical imaging, but it is incremental as it builds on existing diffusion model techniques.

The paper tackles the problem of generating minority samples, which lie in low-density regions of data manifolds and contain unique attributes, by introducing a novel framework that guides diffusion models to focus on these samples, resulting in greatly improved generation of high-quality minority samples over existing methods.

We explore the problem of generating minority samples using diffusion models. The minority samples are instances that lie on low-density regions of a data manifold. Generating a sufficient number of such minority instances is important, since they often contain some unique attributes of the data. However, the conventional generation process of the diffusion models mostly yields majority samples (that lie on high-density regions of the manifold) due to their high likelihoods, making themselves ineffective and time-consuming for the minority generating task. In this work, we present a novel framework that can make the generation process of the diffusion models focus on the minority samples. We first highlight that Tweedie's denoising formula yields favorable results for majority samples. The observation motivates us to introduce a metric that describes the uniqueness of a given sample. To address the inherent preference of the diffusion models w.r.t. the majority samples, we further develop minority guidance, a sampling technique that can guide the generation process toward regions with desired likelihood levels. Experiments on benchmark real datasets demonstrate that our minority guidance can greatly improve the capability of generating high-quality minority samples over existing generative samplers. We showcase that the performance benefit of our framework persists even in demanding real-world scenarios such as medical imaging, further underscoring the practical significance of our work. Code is available at https://github.com/soobin-um/minority-guidance.

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