English

Personalized Generative Models for Contextual Debiasing

Computer Vision and Pattern Recognition 2026-05-27 v1 Artificial Intelligence Machine Learning

Abstract

Different visual patterns appear with different frequencies in the world: e.g., beach balls appear on sand more often than they do on a road. These statistics are reflected in vision datasets, and as a result trained models more easily recognize objects in common scenarios. However, recognizing a beach ball on a road may arguably be even more important than recognizing it on sand. We study how to mitigate this discrepancy. Since collecting uncommon images in the real world may be difficult, we explore whether generating images with less frequent contexts can serve as effective training augmentation. A key challenge is guiding generations to remain close to the original dataset distribution while creating diverse images with uncommon contexts. We introduce Decoupling Contextual Patterns with Generations (DecoupleGen), a method that personalizes text-to-image diffusion models to facilitate coherent synthesis of images with rare contexts while preserving original visual details. The generated images contain semantically meaningful content and remain visually aligned with the original datasets. We further apply verification constraints to ensure relevance of the augmented data. We evaluate our approach on object classification and recognition tasks on complex scene datasets. Our experiments demonstrate consistent improvements over previous approaches, and our analyses identify factors underlying these improvements.

Keywords

Cite

@article{arxiv.2605.26353,
  title  = {Personalized Generative Models for Contextual Debiasing},
  author = {Xinran Liang and Esin Tureci and Prachi Sinha and Ye Zhu and Vikram V. Ramaswamy and Olga Russakovsky},
  journal= {arXiv preprint arXiv:2605.26353},
  year   = {2026}
}

Comments

CVPR 2026 Workshop on Synthetic Data for Computer Vision and Generative Models for Computer Vision. Code available at https://github.com/princetonvisualai/DecoupleGen