paper-with-me

홈 › Papers

FairZK: A Scalable System to Prove Machine Learning Fairness in Zero-Knowledge

2025-05-12 · Tianyu Zhang, Shen Dong, O. Deniz Kose, Yanning Shen, Yupeng Zhang

With the rise of machine learning techniques, ensuring the fairness of decisions made by machine learning algorithms has become of great importance in critical applications. However, measuring fairness often requires full access to the model parameters, which compromises the confidentiality of the models. In this paper, we propose a solution using zero-knowledge proofs, which allows the model owner to convince the public that a machine learning model is fair while preserving the secrecy of the model. To circumvent the efficiency barrier of naively proving machine learning inferences in zero-knowledge, our key innovation is a new approach to measure fairness only with model parameters and some aggregated information of the input, but not on any specific dataset. To achieve this goal, we derive new bounds for the fairness of logistic regression and deep neural network models that are tighter and better reflecting the fairness compared to prior work. Moreover, we develop efficient zero-knowledge proof protocols for common computations involved in measuring fairness, including the spectral norm of matrices, maximum, absolute value, and fixed-point arithmetic. We have fully implemented our system, FairZK, that proves machine learning fairness in zero-knowledge. Experimental results show that FairZK is significantly faster than the naive approach and an existing scheme that use zero-knowledge inferences as a subroutine. The prover time is improved by 3.1x--1789x depending on the size of the model and the dataset. FairZK can scale to a large model with 47 million parameters for the first time, and generates a proof for its fairness in 343 seconds. This is estimated to be 4 orders of magnitude faster than existing schemes, which only scale to small models with hundreds to thousands of parameters.

📄 PDF Abstract BibTeX arXiv:2505.07997

Code (1)

tnyuzg/fairzk 공식 구현

Tasks

Fairness

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Automated Directed Fairness Testing

2018-07-02 · Sakshi Udeshi, Pryanshu Arora, Sudipta Chattopadhyay

Fairness is a critical trait in decision making. As machine-learning models are increasingly being used in sensitive application domains (e.g. education and employment) for decision making, it is crucial that the decisio…

BIG-bench Machine LearningDecision MakingFairness

LiFT: A Scalable Framework for Measuring Fairness in ML Applications

2020-08-14 · Sriram Vasudevan, Krishnaram Kenthapadi

Many internet applications are powered by machine learned models, which are usually trained on labeled datasets obtained through either implicit / explicit user feedback signals or human judgments. Since societal biases …

Fairness

Beyond Procedure: Substantive Fairness in Conformal Prediction

2026-02-18 · Pengqi Liu, Zijun Yu, Mouloud Belbahri, Arthur Charpentier 외 arxiv

Conformal prediction (CP) offers distribution-free uncertainty quantification for machine learning models, yet its interplay with fairness in downstream decision-making remains underexplored. Moving beyond CP as a standa…

Automatic Fairness Testing of Neural Classifiers through Adversarial Sampling

2021-07-17 · Peixin Zhang, Jingyi Wang, Jun Sun, Xinyu Wang 외

Although deep learning has demonstrated astonishing performance in many applications, there are still concerns about its dependability. One desirable property of deep learning applications with societal impact is fairnes…

Deep LearningFairnesstext-classificationText Classification

Fairness, Integrity, and Privacy in a Scalable Blockchain-based Federated Learning System

2021-11-11 · Timon Rückel, Johannes Sedlmeir, Peter Hofmann

Federated machine learning (FL) allows to collectively train models on sensitive data as only the clients' models and not their training data need to be shared. However, despite the attention that research on FL has draw…

FairnessFederated Learning