IFBiD: Inference-Free Bias Detection
Ignacio Serna, Daniel DeAlcala, Aythami Morales, Julian, Fierrez, Javier Ortega-Garcia

TL;DR
This paper introduces IFBiD, a novel method to detect bias in deep neural networks solely by analyzing their weights, enabling bias assessment without model inference.
Contribution
It is the first approach to automatically identify bias in neural network weights, advancing understanding of how bias is encoded in models.
Findings
Achieved over 99% accuracy in detecting bias levels in MNIST models.
Classified ethnicity bias in face models with 90% accuracy.
Demonstrated the method's effectiveness on both toy and real-world datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
