paper-with-me

Papers

PRISM: Reducing Spurious Implicit Biases in Vision-Language Models with LLM-Guided Embedding Projection

2025-07-11 · Mahdiyar Molahasani, Azadeh Motamedi, Michael Greenspan, Il-Min Kim, Ali Etemad arxiv

We introduce Projection-based Reduction of Implicit Spurious bias in vision-language Models (PRISM), a new data-free and task-agnostic solution for bias mitigation in VLMs like CLIP. VLMs often inherit and amplify biases in their training data, leading to skewed predictions. PRISM is designed to debias VLMs without relying on predefined bias categories or additional external data. It operates in two stages: first, an LLM is prompted with simple class prompts to generate scene descriptions that contain spurious correlations. Next, PRISM uses our novel contrastive-style debiasing loss to learn a projection that maps the embeddings onto a latent space that minimizes spurious correlations while preserving the alignment between image and text embeddings.Extensive experiments demonstrate that PRISM outperforms current debiasing methods on the commonly used Waterbirds and CelebA datasets We make our code public at: https://github.com/MahdiyarMM/PRISM.

📄 PDF Abstract BibTeX arXiv:2507.08979

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PRISM: Preference Refinement via Implicit Scene Modeling for 3D Vision-Language Preference-Based Reinforcement Learning

2025-03-13 · Yirong Sun, Yanjun Chen

We propose PRISM, a novel framework designed to overcome the limitations of 2D-based Preference-Based Reinforcement Learning (PBRL) by unifying 3D point cloud modeling and future-aware preference refinement. At its core,…

Autonomous NavigationDecision MakingLanguage ModelingLanguage Modelling+2

MM-SpuBench: Towards Better Understanding of Spurious Biases in Multimodal LLMs

2024-06-24 · Wenqian Ye, Guangtao Zheng, Yunsheng Ma, Xu Cao 외

Spurious bias, a tendency to use spurious correlations between non-essential input attributes and target variables for predictions, has revealed a severe robustness pitfall in deep learning models trained on single modal…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Constructing Concept-based Models to Mitigate Spurious Correlations with Minimal Human Effort

2024-07-12 · Jeeyung Kim, Ze Wang, Qiang Qiu

Enhancing model interpretability can address spurious correlations by revealing how models draw their predictions. Concept Bottleneck Models (CBMs) can provide a principled way of disclosing and guiding model behaviors t…

Identifying Spurious Biases Early in Training through the Lens of Simplicity Bias

2023-05-30 · Yu Yang, Eric Gan, Gintare Karolina Dziugaite, Baharan Mirzasoleiman

Neural networks trained with (stochastic) gradient descent have an inductive bias towards learning simpler solutions. This makes them highly prone to learning spurious correlations in the training data, that may not hold…

Inductive Bias

CoBA: Counterbias Text Augmentation for Mitigating Various Spurious Correlations via Semantic Triples

2025-08-26 · Kyohoon Jin, Juhwan Choi, Jungmin Yun, Junho Lee 외 arxiv

Deep learning models often learn and exploit spurious correlations in training data, using these non-target features to inform their predictions. Such reliance leads to performance degradation and poor generalization on …

Data Augmentation