LGDSAug 26, 2022

LUCID: Exposing Algorithmic Bias through Inverse Design

arXiv:2208.12786v14 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses algorithmic fairness for AI systems by providing a novel diagnostic tool to uncover biases in decision-making processes, though it appears incremental as an addition to existing evaluation methods.

The paper tackles algorithmic bias by proposing LUCID, a method that generates canonical input sets to reveal a model's internal decision logic and expose biases that differ from traditional output-based fairness metrics. On UCI Adult and COMPAS datasets, LUCID detected biases not captured by output metrics, showing it complements existing fairness evaluation tools.

AI systems can create, propagate, support, and automate bias in decision-making processes. To mitigate biased decisions, we both need to understand the origin of the bias and define what it means for an algorithm to make fair decisions. Most group fairness notions assess a model's equality of outcome by computing statistical metrics on the outputs. We argue that these output metrics encounter intrinsic obstacles and present a complementary approach that aligns with the increasing focus on equality of treatment. By Locating Unfairness through Canonical Inverse Design (LUCID), we generate a canonical set that shows the desired inputs for a model given a preferred output. The canonical set reveals the model's internal logic and exposes potential unethical biases by repeatedly interrogating the decision-making process. We evaluate LUCID on the UCI Adult and COMPAS data sets and find that some biases detected by a canonical set differ from those of output metrics. The results show that by shifting the focus towards equality of treatment and looking into the algorithm's internal workings, the canonical sets are a valuable addition to the toolbox of algorithmic fairness evaluation.

Code Implementations1 repo
Foundations

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

Your Notes