paper-with-me

Papers

Algorithmic Fairness Verification with Graphical Models

2021-09-20 · Bishwamittra Ghosh, Debabrota Basu, Kuldeep S. Meel

In recent years, machine learning (ML) algorithms have been deployed in safety-critical and high-stake decision-making, where the fairness of algorithms is of paramount importance. Fairness in ML centers on detecting bias towards certain demographic populations induced by an ML classifier and proposes algorithmic solutions to mitigate the bias with respect to different fairness definitions. To this end, several fairness verifiers have been proposed that compute the bias in the prediction of an ML classifier--essentially beyond a finite dataset--given the probability distribution of input features. In the context of verifying linear classifiers, existing fairness verifiers are limited by accuracy due to imprecise modeling of correlations among features and scalability due to restrictive formulations of the classifiers as SSAT/SMT formulas or by sampling. In this paper, we propose an efficient fairness verifier, called FVGM, that encodes the correlations among features as a Bayesian network. In contrast to existing verifiers, FVGM proposes a stochastic subset-sum based approach for verifying linear classifiers. Experimentally, we show that FVGM leads to an accurate and scalable assessment for more diverse families of fairness-enhancing algorithms, fairness attacks, and group/causal fairness metrics than the state-of-the-art fairness verifiers. We also demonstrate that FVGM facilitates the computation of fairness influence functions as a stepping stone to detect the source of bias induced by subsets of features.

📄 PDF Abstract BibTeX arXiv:2109.09447

Code (1)

meelgroup/justicia 공식 구현

Tasks

Decision MakingFairness

Similar Papers 제목 키워드 기반

Fairness as a Program Property

2016-10-19 · Aws Albarghouthi, Loris D'Antoni, Samuel Drews, Aditya Nori

We explore the following question: Is a decision-making program fair, for some useful definition of fairness? First, we describe how several algorithmic fairness questions can be phrased as program verification problems.…

Decision MakingFairness

Fairer Analysis and Demographically Balanced Face Generation for Fairer Face Verification

2024-12-04 · Alexandre Fournier-Montgieux, Michael Soumm, Adrian Popescu, Bertrand Luvison 외

Face recognition and verification are two computer vision tasks whose performances have advanced with the introduction of deep representations. However, ethical, legal, and technical challenges due to the sensitive natur…

Face GenerationFace RecognitionFace VerificationFairness

Privacy-Preserving Federated Learning with Verifiable Fairness Guarantees

2026-01-18 · Mohammed Himayath Ali, Mohammed Aqib Abdullah, Syed Muneer Hussain, Mohammed Mudassir Uddin 외 arxiv

Federated learning enables collaborative model training across distributed institutions without centralizing sensitive data; however, ensuring algorithmic fairness across heterogeneous data distributions while preserving…

Federated Learning

AI-Face: A Million-Scale Demographically Annotated AI-Generated Face Dataset and Fairness Benchmark

2024-06-02 · CVPR 2025 1 · Li Lin, Santosh, Xin Wang, Shu Hu

AI-generated faces have enriched human life, such as entertainment, education, and art. However, they also pose misuse risks. Therefore, detecting AI-generated faces becomes crucial, yet current detectors show biased per…

Face SwappingFairness

Concolic Testing on Individual Fairness of Neural Network Models

2025-09-08 · Ming-I Huang, Chih-Duo Hong, Fang Yu arxiv

This paper introduces PyFair, a formal framework for evaluating and verifying individual fairness of Deep Neural Networks (DNNs). By adapting the concolic testing tool PyCT, we generate fairness-specific path constraints…