paper-with-me

홈 › Papers

Rare Concept Generation via Counterfactual Inference in Diffusion Models

2026-07-16 · Zhengyuan Jiang, Haipeng Liu, Meng Wang, Yang Wang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.14765

Code (2)

Tavish9/awesome-daily-AI-arxiv ★ 111
iszhanjiawei/dubbing-dubber-arxiv-daily

Tasks

Image GenerationCausal Inference

Similar Papers 제목 키워드 기반

Rare-to-Frequent: Unlocking Compositional Generation Power of Diffusion Models on Rare Concepts with LLM Guidance

2024-10-29 · Dongmin Park, Sebin Kim, Taehong Moon, Minkyu Kim 외

State-of-the-art text-to-image (T2I) diffusion models often struggle to generate rare compositions of concepts, e.g., objects with unusual attributes. In this paper, we show that the compositional generation power of dif…

Language ModelingLanguage ModellingLarge Language Model

Leveraging Foundation Models for Causal Generative Modeling

2026-05-22 · Aneesh Komanduri, Xintao Wu arxiv

Causal generative modeling is essential for developing reliable and transparent AI systems capable of counterfactual reasoning. While existing approaches focus on integrating causal constraints during the training of gen…

Causal InferenceImage Generation

MedSteer: Counterfactual Endoscopic Synthesis via Training-Free Activation Steering

2026-03-07 · Trong-Thang Pham, Loc Nguyen, Anh Nguyen, Hien Nguyen 외 arxiv

Generative diffusion models are increasingly used for medical imaging data augmentation, but text prompting cannot produce causal training data. Re-prompting rerolls the entire generation trajectory, altering anatomy, te…

Data Augmentation

TARA: Token-Aware LoRA for Composable Personalization in Diffusion Models

2025-08-12 · Yuqi Peng, Lingtao Zheng, Yufeng Yang, Yi Huang 외 arxiv

Personalized text-to-image generation aims to synthesize novel images of a specific subject or style using only a few reference images. Recent methods based on Low-Rank Adaptation (LoRA) enable efficient single-concept c…

Text-to-Image Generation

DCR: Counterfactual Attractor Guidance for Rare Compositional Generation

2026-05-07 · Taewon Kang, Matthias Zwicker arxiv

Diffusion models generate realistic visual content, yet often fail to produce rare but plausible compositions. When prompted with combinations that are valid but underrepresented in training data, such as a snowy beach o…