NELGApr 28, 2020

Genetic programming approaches to learning fair classifiers

arXiv:2004.13282v119 citations
AI Analysis

This addresses fairness in algorithmic decision-making for society, but it is incremental as it builds on existing genetic programming and fairness methods.

The paper tackled the problem of learning fair classifiers by incorporating fairness objectives into genetic programming, proposing multi-objective optimization and adapted lexicase selection to handle subgroup fairness. The results showed that genetic programming methods, especially random search, effectively generated Pareto-optimal trade-offs between fairness and accuracy on four datasets.

Society has come to rely on algorithms like classifiers for important decision making, giving rise to the need for ethical guarantees such as fairness. Fairness is typically defined by asking that some statistic of a classifier be approximately equal over protected groups within a population. In this paper, current approaches to fairness are discussed and used to motivate algorithmic proposals that incorporate fairness into genetic programming for classification. We propose two ideas. The first is to incorporate a fairness objective into multi-objective optimization. The second is to adapt lexicase selection to define cases dynamically over intersections of protected groups. We describe why lexicase selection is well suited to pressure models to perform well across the potentially infinitely many subgroups over which fairness is desired. We use a recent genetic programming approach to construct models on four datasets for which fairness constraints are necessary, and empirically compare performance to prior methods utilizing game-theoretic solutions. Methods are assessed based on their ability to generate trade-offs of subgroup fairness and accuracy that are Pareto optimal. The result show that genetic programming methods in general, and random search in particular, are well suited to this task.

Code Implementations4 repos
Foundations

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

Your Notes