Individual Fairness Guarantees for Neural Networks
Elias Benussi (1), Andrea Patane (1), Matthew Wicker (1), Luca, Laurenti (2), Marta Kwiatkowska (1) ((1) University of Oxford, (2) TU, Delft)

TL;DR
This paper introduces a method to certify individual fairness of neural networks using mixed-integer linear programming, providing guarantees and improving fairness over existing methods across multiple datasets.
Contribution
It proposes a novel approach to certify and enhance neural network fairness using piecewise-linear bounds and MILP, applicable to various metrics including Mahalanobis distance.
Findings
Provides a scalable MILP-based certification method
Achieves significantly higher fairness than prior methods
Applicable to multiple datasets and fairness metrics
Abstract
We consider the problem of certifying the individual fairness (IF) of feed-forward neural networks (NNs). In particular, we work with the --IF formulation, which, given a NN and a similarity metric learnt from data, requires that the output difference between any pair of -similar individuals is bounded by a maximum decision tolerance . Working with a range of metrics, including the Mahalanobis distance, we propose a method to overapproximate the resulting optimisation problem using piecewise-linear functions to lower and upper bound the NN's non-linearities globally over the input space. We encode this computation as the solution of a Mixed-Integer Linear Programming problem and demonstrate that it can be used to compute IF guarantees on four datasets widely used for fairness benchmarking. We show how this formulation can be used to encourage…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning
