paper-with-me

Papers

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 and techniques for certifying fairness of these models or describing their biased behavior is, therefore, critical. In this paper, we propose a perfectly parallel static analysis for certifying causal fairness of feed-forward neural networks used for classification of tabular data. When certification succeeds, our approach provides definite guarantees, otherwise, it describes and quantifies the biased behavior. We design the analysis to be sound, in practice also exact, and configurable in terms of scalability and precision, thereby enabling pay-as-you-go certification. We implement our approach in an open-source tool and demonstrate its effectiveness on models trained with popular datasets.

📄 PDF Abstract BibTeX arXiv:1912.02499

Code (1)

caterinaurban/Libra 공식 구현

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

Certifying Some Distributional Fairness with Subpopulation Decomposition

2022-05-31 · Mintong Kang, Linyi Li, Maurice Weber, Yang Liu 외

Extensive efforts have been made to understand and improve the fairness of machine learning models based on observational metrics, especially in high-stakes domains such as medical insurance, education, and hiring decisi…

Fairness

Fairness Certification for Natural Language Processing and Large Language Models

2024-01-02 · Vincent Freiberger, Erik Buchmann

Natural Language Processing (NLP) plays an important role in our daily lives, particularly due to the enormous progress of Large Language Models (LLM). However, NLP has many fairness-critical use cases, e.g., as an exper…

Fairness

Fairness Score and Process Standardization: Framework for Fairness Certification in Artificial Intelligence Systems

2022-01-10 · Avinash Agarwal, Harsh Agarwal, Nihaarika Agarwal

Decisions made by various Artificial Intelligence (AI) systems greatly influence our day-to-day lives. With the increasing use of AI systems, it becomes crucial to know that they are fair, identify the underlying biases …

Decision MakingFairness

FairDP: Certified Fairness with Differential Privacy

2023-05-25 · Khang Tran, Ferdinando Fioretto, Issa Khalil, My T. Thai 외

This paper introduces FairDP, a novel training mechanism designed to provide group fairness certification for the trained model's decisions, along with a differential privacy (DP) guarantee to protect training data. The …

Fairness