paper-with-me

홈 › Papers

FairLay-ML: Intuitive Debugging of Fairness in Data-Driven Social-Critical Software

2024-07-01 · Normen Yu, Luciana Carreon, Gang Tan, Saeid Tizpaz-Niari

Data-driven software solutions have significantly been used in critical domains with significant socio-economic, legal, and ethical implications. The rapid adoptions of data-driven solutions, however, pose major threats to the trustworthiness of automated decision-support software. A diminished understanding of the solution by the developer and historical/current biases in the data sets are primary challenges. To aid data-driven software developers and end-users, we present FairLay-ML, a debugging tool to test and explain the fairness implications of data-driven solutions. FairLay-ML visualizes the logic of datasets, trained models, and decisions for a given data point. In addition, it trains various models with varying fairness-accuracy trade-offs. Crucially, FairLay-ML incorporates counterfactual fairness testing that finds bugs beyond the development datasets. We conducted two studies through FairLay-ML that allowed us to measure false positives/negatives in prevalent counterfactual testing and understand the human perception of counterfactual test cases in a class survey. FairLay-ML and its benchmarks are publicly available at https://github.com/Pennswood/FairLay-ML. The live version of the tool is available at https://fairlayml-v2.streamlit.app/. We provide a video demo of the tool at https://youtu.be/wNI9UWkywVU?t=133.

📄 PDF Abstract BibTeX arXiv:2407.01423

Code (1)

pennswood/fairlay-ml 공식 구현

Tasks

counterfactualFairness

Similar Papers 제목 키워드 기반

FairLay-ML: Intuitive Remedies for Unfairness in Data-Driven Social-Critical Algorithms

2023-07-11 · Normen Yu, Gang Tan, Saeid Tizpaz-Niari

This thesis explores open-sourced machine learning (ML) model explanation tools to understand whether these tools can allow a layman to visualize, understand, and suggest intuitive remedies to unfairness in ML-based deci…

Fairness

Fairness-aware Configuration of Machine Learning Libraries

2022-02-13 · Saeid Tizpaz-Niari, Ashish Kumar, Gang Tan, Ashutosh Trivedi

This paper investigates the parameter space of machine learning (ML) algorithms in aggravating or mitigating fairness bugs. Data-driven software is increasingly applied in social-critical applications where ensuring fair…

BIG-bench Machine LearningFairnesssoftware testing

Information-Theoretic Testing and Debugging of Fairness Defects in Deep Neural Networks

2023-04-09 · Verya Monjezi, Ashutosh Trivedi, Gang Tan, Saeid Tizpaz-Niari

The deep feedforward neural networks (DNNs) are increasingly deployed in socioeconomic critical decision support software systems. DNNs are exceptionally good at finding minimal, sufficient statistical patterns within th…

Decision MakingFairnesssoftware testing

Enhancing the Fairness and Performance of Edge Cameras with Explainable AI

2024-01-18 · Truong Thanh Hung Nguyen, Vo Thanh Khang Nguyen, Quoc Hung Cao, Van Binh Truong 외

The rising use of Artificial Intelligence (AI) in human detection on Edge camera systems has led to accurate but complex models, challenging to interpret and debug. Our research presents a diagnostic method using Explain…

DiagnosticFairnessHuman Detection

Explainability-Driven Quality Assessment for Rule-Based Systems

2025-02-03 · Oshani Seneviratne, Brendan Capuzzo, William Van Woensel

This paper introduces an explanation framework designed to enhance the quality of rules in knowledge-based reasoning systems based on dataset-driven insights. The traditional method for rule induction from data typically…

counterfactualDecision MakingFairness