paper-with-me

Papers

How Do Diffusion Classifiers Decide? A Bias-Centric Evaluation

2026-07-04 · Saba Fathi, Fardin Ayar, Maryam Abdolali, Ehsan Javanmardi, Manabu Tsukada, Mahdi Javanmardi arxiv

Diffusion models have recently been repurposed for zero-shot classification, giving rise to diffusion classifiers that identify the best-matching text prompt by minimizing the noise-prediction error. Despite their growing adoption, how these models make classification decisions remains poorly understood. We introduce ASOB-Bench, a bias evaluation for diffusion classifiers along three dimensions: Attribute binding, Size-Order bias, and Background dependency. These dimensions serve not as an exhaustive taxonomy but as targeted probes of how the text-conditioned reconstruction-error score reaches a decision. Such a perspective is well studied for discriminative vision-language models, yet remains overlooked for diffusion classifiers. Extending an existing framework with five new attribute categories on newly constructed datasets, we find diffusion classifiers are less prone to attribute misbinding than an OpenCLIP baseline; on the established ComCo benchmark they are substantially more susceptible to size-order shortcuts; and on ImageNet-B they suffer far larger accuracy drops, revealing heavy reliance on background over foreground cues. Reconstruction-error heatmaps and U-Net cross-attention visualizations expose the mechanism behind each bias. Because diffusion classifiers share the same denoiser as text-to-image models, these single-pass diagnostics also point toward analogous failure modes in generation. Overall, diffusion classifiers exhibit a distinct bias profile from vision-language models, offering guidance for building more robust diffusion-based models.

📄 PDF Abstract BibTeX arXiv:2607.03831

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Person-Centric Annotations of LAION-400M: Auditing Bias and Its Transfer to Models

2025-10-04 · Leander Girrbach, Stephan Alaniz, Genevieve Smith, Trevor Darrell 외 arxiv

Vision-language models trained on large-scale multimodal datasets show strong demographic biases, but the role of training data in producing these biases remains unclear. A major barrier has been the lack of demographic …

Object Detection

Un-Doubling Diffusion: LLM-guided Disambiguation of Homonym Duplication

2025-09-25 · Evgeny Kaskov, Elizaveta Petrova, Petr Surovtsev, Anna Kostikova 외 arxiv

Homonyms are words with identical spelling but distinct meanings, which pose challenges for many generative models. When a homonym appears in a prompt, diffusion models may generate multiple senses of the word simultaneo…

Debiasing Classifiers by Amplifying Bias with Latent Diffusion and Large Language Models

2024-11-25 · Donggeun Ko, Dongjun Lee, Namjun Park, Wonkyeong Shim 외

Neural networks struggle with image classification when biases are learned and misleads correlations, affecting their generalization and performance. Previous methods require attribute labels (e.g. background, color) or …

AttributeComputational EfficiencyImage Captioningimage-classification+4

DECIDER: Leveraging Foundation Model Priors for Improved Model Failure Detection and Explanation

2024-08-01 · Rakshith Subramanyam, Kowshik Thopalli, Vivek Narayanaswamy, Jayaraman J. Thiagarajan

Reliably detecting when a deployed machine learning model is likely to fail on a given input is crucial for ensuring safe operation. In this work, we propose DECIDER (Debiasing Classifiers to Identify Errors Reliably), a…

Attributeimage-classificationImage Classificationmodel

DEXTER: Diffusion-Guided EXplanations with TExtual Reasoning for Vision Models

2025-10-16 · Simone Carnemolla, Matteo Pennisi, Sarinda Samarasinghe, Giovanni Bellitto 외 arxiv

Understanding and explaining the behavior of machine learning models is essential for building transparent and trustworthy AI systems. We introduce DEXTER, a data-free framework that employs diffusion models and large la…