CVJul 16

Rare Concept Generation via Counterfactual Inference in Diffusion Models

arXiv:2607.1476516.6Has Code
Predicted impact top 14% in CV · last 90 daysOriginality Highly original
AI Analysis

For text-to-image generation, this work addresses the bottleneck of generating rare concepts with unusual attributes, offering a novel causal inference approach.

The paper tackles rare concept generation in diffusion models, where models fail to render unusual attributes due to common knowledge bias. The proposed CI-Diff method uses counterfactual inference to decouple unusual attributes, achieving state-of-the-art results on RareBench.

Rare concept generation focuses on synthesizing customized images conditioned on text prompts that describe objects with unusual attributes. Previous works failed to align the generated images with rare concepts, resulting in incorrect attribute rendering or inconsistent composition of concepts. Such failures, as we observed, stem from the inherent common knowledge bias in the training stage of diffusion models, where objects are strongly associated with their common attributes, making it difficult to break these associations when generating rare concepts. To address such challenges, in this paper, we propose a novel Counterfactual Inference-based Diffusion approach, dubbed CI-Diff. CI-Diff blocks the interference of the model's inherent common knowledge bias and utilizes the Natural Direct Effect to capture the independent influence of the text prompt of rare concepts on image generation so that decoupling the unusual attributes from the rare concepts. To this end, we reformulate the classifier-free guidance mechanism to highlight the atypical attributes. To the best of our knowledge, we are the first to introduce causal inference into the rare concept generation task. Extensive experiments on the RareBench benchmark validate the superiority of CI-Diff over state-of-the-art diffusion models. Our code can be accessed from https://github.com/200204jzy/CI-Diff.

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