paper-with-me

홈 › Papers

DeAR: Debiasing Vision-Language Models with Additive Residuals

2023-03-18 · CVPR 2023 1 · Ashish Seth, Mayur Hemani, Chirag Agarwal

Large pre-trained vision-language models (VLMs) reduce the time for developing predictive models for various vision-grounded language downstream tasks by providing rich, adaptable image and text representations. However, these models suffer from societal biases owing to the skewed distribution of various identity groups in the training data. These biases manifest as the skewed similarity between the representations for specific text concepts and images of people of different identity groups and, therefore, limit the usefulness of such models in real-world high-stakes applications. In this work, we present DeAR (Debiasing with Additive Residuals), a novel debiasing method that learns additive residual image representations to offset the original representations, ensuring fair output representations. In doing so, it reduces the ability of the representations to distinguish between the different identity groups. Further, we observe that the current fairness tests are performed on limited face image datasets that fail to indicate why a specific text concept should/should not apply to them. To bridge this gap and better evaluate DeAR, we introduce the Protected Attribute Tag Association (PATA) dataset - a new context-based bias benchmarking dataset for evaluating the fairness of large pre-trained VLMs. Additionally, PATA provides visual context for a diverse human population in different scenarios with both positive and negative connotations. Experimental results for fairness and zero-shot performance preservation using multiple datasets demonstrate the efficacy of our framework.

📄 PDF Abstract BibTeX arXiv:2303.10431

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeBenchmarkingFairnessTAG

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Audio-Anchored Fusion of Multi-Ratio DiT Reconstruction Residuals for Cross-Domain Audio Deepfake Detection

2026-07-29 · Haotian Mo, Jie Liu, Siqi Shen, Songzhu Mei 외 arxiv

Audio deepfake detectors often degrade when generators, corpora, or recording conditions change. We use a Diffusion Transformer (DiT), trained only on bona fide speech, as a frozen reconstruction probe. Reconstructions a…

Audio Deepfake Detection

Medical Image Debiasing by Learning Adaptive Agreement from a Biased Council

2024-01-22 · Luyang Luo, Xin Huang, Minghao Wang, Zhuoyue Wan 외

Deep learning could be prone to learning shortcuts raised by dataset bias and result in inaccurate, unreliable, and unfair models, which impedes its adoption in real-world clinical applications. Despite its significance,…

Attributeimage-classificationImage ClassificationMedical Image Classification

Shapley Residuals: Quantifying the limits of the Shapley value for explanations

2021-12-01 · NeurIPS 2021 12 · Indra Kumar, Carlos Scheidegger, Suresh Venkatasubramanian, Sorelle Friedler

Popular feature importance techniques compute additive approximations to nonlinear models by first defining a cooperative game describing the value of different subsets of the model's features, then calculating the resul…

AttributeFeature Importance

Residual Contrastive Learning: Unsupervised Representation Learning from Residuals

2021-09-29 · Nanqing Dong, Matteo Maggioni, Yongxin Yang, Eduardo Pérez-Pellitero 외

In the era of deep learning, supervised residual learning (ResL) has led to many breakthroughs in low-level vision such as image restoration and enhancement tasks. However, the question of how to formalize and take advan…

Contrastive LearningImage ReconstructionImage RestorationRepresentation Learning+1

DearKD: Data-Efficient Early Knowledge Distillation for Vision Transformers

2022-04-27 · CVPR 2022 1 · Xianing Chen, Qiong Cao, Yujie Zhong, Jing Zhang 외

Transformers are successfully applied to computer vision due to their powerful modeling capacity with self-attention. However, the excellent performance of transformers heavily depends on enormous training images. Thus, …

Knowledge Distillation