FairProof : Confidential and Certifiable Fairness for Neural Networks
Chhavi Yadav, Amrita Roy Chowdhury, Dan Boneh, Kamalika Chaudhuri
TL;DR
FairProof tackles publicly verifiable fairness for confidential neural networks by coupling a local individual fairness certification for fully-connected ReLU networks with a cryptographic protocol that commits to the model and proves certificate correctness via succinct zero-knowledge proofs. It reduces the certification problem to robust verification using GeoCert, and introduces a ZKP-friendly lower bound $\epsilon_{LB}$ to enable efficient online verification while maintaining model confidentiality and uniformity. The approach is implemented in Gnark and validated on standard datasets, showing feasible certificate generation times and small proof sizes, enabling practical deployment under confidentiality constraints. Overall, FairProof demonstrates a viable path toward transparent, privacy-preserving fairness verification in high-stakes ML deployments.
Abstract
Machine learning models are increasingly used in societal applications, yet legal and privacy concerns demand that they very often be kept confidential. Consequently, there is a growing distrust about the fairness properties of these models in the minds of consumers, who are often at the receiving end of model predictions. To this end, we propose \name -- a system that uses Zero-Knowledge Proofs (a cryptographic primitive) to publicly verify the fairness of a model, while maintaining confidentiality. We also propose a fairness certification algorithm for fully-connected neural networks which is befitting to ZKPs and is used in this system. We implement \name in Gnark and demonstrate empirically that our system is practically feasible. Code is available at https://github.com/infinite-pursuits/FairProof.
