paper-with-me

Papers

Certifying Fairness of Probabilistic Circuits

2022-12-05 · Nikil Roashan Selvam, Guy Van Den Broeck, YooJung Choi

With the increased use of machine learning systems for decision making, questions about the fairness properties of such systems start to take center stage. Most existing work on algorithmic fairness assume complete observation of features at prediction time, as is the case for popular notions like statistical parity and equal opportunity. However, this is not sufficient for models that can make predictions with partial observation as we could miss patterns of bias and incorrectly certify a model to be fair. To address this, a recently introduced notion of fairness asks whether the model exhibits any discrimination pattern, in which an individual characterized by (partial) feature observations, receives vastly different decisions merely by disclosing one or more sensitive attributes such as gender and race. By explicitly accounting for partial observations, this provides a much more fine-grained notion of fairness. In this paper, we propose an algorithm to search for discrimination patterns in a general class of probabilistic models, namely probabilistic circuits. Previously, such algorithms were limited to naive Bayes classifiers which make strong independence assumptions; by contrast, probabilistic circuits provide a unifying framework for a wide range of tractable probabilistic models and can even be compiled from certain classes of Bayesian networks and probabilistic programs, making our method much more broadly applicable. Furthermore, for an unfair model, it may be useful to quickly find discrimination patterns and distill them for better interpretability. As such, we also propose a sampling-based approach to more efficiently mine discrimination patterns, and introduce new classes of patterns such as minimal, maximal, and Pareto optimal patterns that can effectively summarize exponentially many discrimination patterns

📄 PDF Abstract BibTeX arXiv:2212.02474

Code (1)

ucla-starai/pc-discriminationpatterns 공식 구현

Tasks

Decision MakingFairness

Similar Papers 제목 키워드 기반

Certifying the Fairness of KNN in the Presence of Dataset Bias

2023-07-17 · Yannan Li, Jingbo Wang, Chao Wang

We propose a method for certifying the fairness of the classification result of a widely used supervised learning algorithm, the k-nearest neighbors (KNN), under the assumption that the training data may have historical …

Fairness

Perfectly Parallel Fairness Certification of Neural Networks

2019-12-05 · Caterina Urban, Maria Christakis, Valentin Wüstholz, Fuyuan Zhang

Recently, there is growing concern that machine-learning models, which currently assist or even automate decision making, reproduce, and in the worst case reinforce, bias of the training data. The development of tools an…

Decision MakingFairness

FairQuant: Certifying and Quantifying Fairness of Deep Neural Networks

2024-09-05 · Brian Hyeongseok Kim, Jingbo Wang, Chao Wang

We propose a method for formally certifying and quantifying individual fairness of deep neural networks (DNN). Individual fairness guarantees that any two individuals who are identical except for a legally protected attr…

AttributeFairness

Group Fairness by Probabilistic Modeling with Latent Fair Decisions

2020-09-18 · YooJung Choi, Meihua Dang, Guy Van Den Broeck

Machine learning systems are increasingly being used to make impactful decisions such as loan applications and criminal justice risk assessments, and as such, ensuring fairness of these systems is critical. This is often…

Fairness

Certifying almost all quantum states with few single-qubit measurements

2024-04-10 · Hsin-Yuan Huang, John Preskill, Mehdi Soleimanifar

Certifying that an n-qubit state synthesized in the lab is close to the target state is a fundamental task in quantum information science. However, existing rigorous protocols either require deep quantum circuits or expo…

AllBenchmarkingTensor Networks