SEMar 23, 2020

Fairway: A Way to Build Fair ML Software

arXiv:2003.10354v623 citations
Originality Incremental advance
AI Analysis

This addresses the issue of unfair AI decisions affecting people based on attributes like sex or race, but it is incremental as it builds on existing bias detection and mitigation techniques.

The paper tackles the problem of algorithmic discrimination in machine learning software by proposing Fairway, a method that combines pre-processing and in-processing approaches to detect and mitigate bias in training data and trained models, showing that it can reduce bias without significantly harming predictive performance.

Machine learning software is increasingly being used to make decisions that affect people's lives. But sometimes, the core part of this software (the learned model), behaves in a biased manner that gives undue advantages to a specific group of people (where those groups are determined by sex, race, etc.). This "algorithmic discrimination" in the AI software systems has become a matter of serious concern in the machine learning and software engineering community. There have been works done to find "algorithmic bias" or "ethical bias" in the software system. Once the bias is detected in the AI software system, the mitigation of bias is extremely important. In this work, we a)explain how ground-truth bias in training data affects machine learning model fairness and how to find that bias in AI software,b)propose a methodFairwaywhich combines pre-processing and in-processing approach to remove ethical bias from training data and trained model. Our results show that we can find bias and mitigate bias in a learned model, without much damaging the predictive performance of that model. We propose that (1) test-ing for bias and (2) bias mitigation should be a routine part of the machine learning software development life cycle. Fairway offers much support for these two purposes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes