paper-with-me

홈 › Papers

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

2025-11-01 · Fangyu Wu, Yujun Cai arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.00523

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GGSS: Geodesic-Gated Spherical Steering for Inference-Time Debiasing of Generative Vision-Language Models

2026-08-26 · Yiqun Sun, Junyu Chen, Pengfei Wei, Lawrence B. Hsieh arxiv

Generative vision-language models (VLMs) are increasingly used in human-centered settings, yet they can produce demographically biased outputs even when images differ only in controlled attributes such as perceived race …

Improved Activation Clipping for Universal Backdoor Mitigation and Test-Time Detection

2023-08-08 · Hang Wang, Zhen Xiang, David J. Miller, George Kesidis

Deep neural networks are vulnerable to backdoor attacks (Trojans), where an attacker poisons the training set with backdoor triggers so that the neural network learns to classify test-time triggers to the attacker's desi…

image-classificationImage Classification

Bias Mitigation for AI-Feedback Loops in Recommender Systems: A Systematic Literature Review and Taxonomy

2025-08-28 · Theodor Stoecker, Samed Bayer, Ingo Weber arxiv

Recommender systems continually retrain on user reactions to their own predictions, creating AI feedback loops that amplify biases and diminish fairness over time. Despite this well-known risk, most bias mitigation techn…

Test Time Embedding Normalization for Popularity Bias Mitigation

2023-08-22 · Dain Kim, Jinhyeok Park, Dongwoo Kim

Popularity bias is a widespread problem in the field of recommender systems, where popular items tend to dominate recommendation results. In this work, we propose 'Test Time Embedding Normalization' as a simple yet effec…

Recommendation Systems

From Global to Local: Social Bias Transfer in CLIP

2025-08-25 · Ryan Ramos, Yusuke Hirota, Yuta Nakashima, Noa Garcia arxiv

The recycling of contrastive language-image pre-trained (CLIP) models as backbones for a large number of downstream tasks calls for a thorough analysis of their transferability implications, especially their well-documen…

Visual Question AnsweringImage Captioning