paper-with-me

홈 › Papers

IFBiD: Inference-Free Bias Detection

2021-09-09 · Ignacio Serna, Daniel DeAlcala, Aythami Morales, Julian Fierrez, Javier Ortega-Garcia

This paper is the first to explore an automatic way to detect bias in deep convolutional neural networks by simply looking at their weights. Furthermore, it is also a step towards understanding neural networks and how they work. We show that it is indeed possible to know if a model is biased or not simply by looking at its weights, without the model inference for an specific input. We analyze how bias is encoded in the weights of deep networks through a toy example using the Colored MNIST database and we also provide a realistic case study in gender detection from face images using state-of-the-art methods and experimental resources. To do so, we generated two databases with 36K and 48K biased models each. In the MNIST models we were able to detect whether they presented a strong or low bias with more than 99% accuracy, and we were also able to classify between four levels of bias with more than 70% accuracy. For the face models, we achieved 90% accuracy in distinguishing between models biased towards Asian, Black, or Caucasian ethnicity.

📄 PDF Abstract BibTeX arXiv:2109.04374

Code (1)

bidalab/ifbid 공식 구현 tf

Tasks

Bias Detection

Similar Papers 제목 키워드 기반

Unraveling Machine Behavior by Multi-Level Bias Analysis and Detection: Methodology and Application to Computer Vision

2026-07-08 · Ignacio Serna, Aythami Morales, Julian Fierrez arxiv

This study investigates the presence and propagation of bias within Neural Networks through a comprehensive multi-level analysis spanning the learned latent space, layer activations, and the network's parameters. Based o…

Bias Detection

Mitigating Long-Tail Bias in HOI Detection via Adaptive Diversity Cache

2025-11-24 · Yuqiu Jiang, Xiaozhen Qiao, Yifan Chen, Ye Zheng 외 arxiv

Human-Object Interaction (HOI) detection is a fundamental task in computer vision, empowering machines to comprehend human-object relationships in diverse real-world scenarios. Recent advances in VLMs have significantly …

PECO: Examining Single Sentence Label Leakage in Natural Language Inference Datasets through Progressive Evaluation of Cluster Outliers

2021-12-16 · Michael Saxon, Xinyi Wang, Wenda Xu, William Yang Wang

Building natural language inference (NLI) benchmarks that are both challenging for modern techniques, and free from shortcut biases is difficult. Chief among these biases is "single sentence label leakage," where annotat…

Natural Language InferenceSentence

On Measurement Bias in Causal Inference

2012-03-15 · Judea Pearl

This paper addresses the problem of measurement errors in causal inference and highlights several algebraic and graphical methods for eliminating systematic bias induced by such errors. In particulars, the paper discusse…

Causal Inference

On Adversarial Removal of Hypothesis-only Bias in Natural Language Inference

2019-07-09 · SEMEVAL 2019 6 · Yonatan Belinkov, Adam Poliak, Stuart M. Shieber, Benjamin Van Durme 외

Popular Natural Language Inference (NLI) datasets have been shown to be tainted by hypothesis-only biases. Adversarial learning may help models ignore sensitive biases and spurious correlations in data. We evaluate wheth…

Natural Language Inference