Fairify: Fairness Verification of Neural Networks
Sumon Biswas, Hridesh Rajan

TL;DR
Fairify is an SMT-based method that verifies individual fairness in neural networks by leveraging input partitioning and neuron pruning, making fairness certification more practical for real-world models.
Contribution
The paper introduces Fairify, a novel approach that combines formal analysis, input partitioning, and neuron pruning to verify individual fairness in neural networks efficiently.
Findings
Successfully verified fairness on 25 real-world neural networks.
Demonstrated scalability and effectiveness over baseline methods.
Provided practical fairness certification with targeted queries and counterexamples.
Abstract
Fairness of machine learning (ML) software has become a major concern in the recent past. Although recent research on testing and improving fairness have demonstrated impact on real-world software, providing fairness guarantee in practice is still lacking. Certification of ML models is challenging because of the complex decision-making process of the models. In this paper, we proposed Fairify, an SMT-based approach to verify individual fairness property in neural network (NN) models. Individual fairness ensures that any two similar individuals get similar treatment irrespective of their protected attributes e.g., race, sex, age. Verifying this fairness property is hard because of the global checking and non-linear computation nodes in NN. We proposed sound approach to make individual fairness verification tractable for the developers. The key idea is that many neurons in the NN always…
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 · Explainable Artificial Intelligence (XAI) · Ethics and Social Impacts of AI
MethodsPruning
