Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cv 90% Match Research Paper AI researchers,Machine learning engineers,AI ethicists,Developers of AI systems,Practitioners concerned with AI fairness 1 day ago

SegDebias: Test-Time Bias Mitigation for ViT-Based CLIP via Segmentation

ai-safety › robustness
📄 Abstract

Abstract: Vision language models such as CLIP have shown remarkable performance in zero shot classification, but remain susceptible to spurious correlations, where irrelevant visual features influence predictions. Existing debiasing methods often require access to training data and explicit group labels to perform fine-tuning or adjust embeddings, which limits their practicality in real-world settings. Test-time methods attempt to avoid this constraint, but many still depend on prior knowledge of dataset specific biases, limiting their generalizability in open set settings. In this work, we propose a test-time debiasing method for ViT based CLIP models that requires no additional training or assumptions of bias annotations. Our approach uses a pretrained segmentation model to isolate the target visual attribute, then adjusts the non target regions so that their embeddings are uniformly similar to all class specific text prompts. This procedure removes unintended bias signals from confounding visual regions while preserving the target attribute. Experiments on Waterbirds and CelebA show that our method outperforms existing test-time debiasing approaches in both group robustness metrics and Attention IoU. These results demonstrate the effectiveness of segmentation guided interventions for scalable and annotation free bias mitigation in vision language models.
Authors (2)
Fangyu Wu
Yujun Cai
Submitted
November 1, 2025
arXiv Category
cs.CV
arXiv PDF

Key Contributions

Proposes SegDebias, a novel test-time debiasing method for ViT-based CLIP models that uses segmentation to isolate target visual attributes and adjusts embeddings to remove spurious correlations. It requires no additional training or bias annotations, making it practical for real-world settings.

Business Value

Enhances the reliability and fairness of AI systems used in critical applications by reducing biased predictions, leading to more trustworthy AI.