CVNov 22, 2025

MINDiff: Mask-Integrated Negative Attention for Controlling Overfitting in Text-to-Image Personalization

arXiv:2511.17888v1Has Code
Originality Incremental advance
AI Analysis

This addresses overfitting issues for users of personalized text-to-image models, offering an inference-time solution that improves control and text alignment, though it is incremental as it builds on existing DreamBooth models.

The paper tackles overfitting in text-to-image personalization when learning from limited images, proposing MINDiff which uses negative attention to suppress subject influence in irrelevant regions, achieving better overfitting mitigation than prior methods without retraining.

In the personalization process of large-scale text-to-image models, overfitting often occurs when learning specific subject from a limited number of images. Existing methods, such as DreamBooth, mitigate this issue through a class-specific prior-preservation loss, which requires increased computational cost during training and limits user control during inference time. To address these limitations, we propose Mask-Integrated Negative Attention Diffusion (MINDiff). MINDiff introduces a novel concept, negative attention, which suppresses the subject's influence in masked irrelevant regions. We achieve this by modifying the cross-attention mechanism during inference. This enables semantic control and improves text alignment by reducing subject dominance in irrelevant regions. Additionally, during the inference time, users can adjust a scale parameter lambda to balance subject fidelity and text alignment. Our qualitative and quantitative experiments on DreamBooth models demonstrate that MINDiff mitigates overfitting more effectively than class-specific prior-preservation loss. As our method operates entirely at inference time and does not alter the model architecture, it can be directly applied to existing DreamBooth models without re-training. Our code is available at https://github.com/seuleepy/MINDiff.

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