Bayes-Optimal Fair Classification with Linear Disparity Constraints via Pre-, In-, and Post-processing

· Source: JMLR · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Xianli Zeng, Kevin Jiang, Guang Cheng, and Edgar Dobriban present methods for Bayes-optimal fair classification, published in 27(65):1−87, 2026. This research minimizes classification error while satisfying group fairness constraints, addressing disparate impacts on protected groups. The authors define linear and bilinear disparity measures, identifying popular metrics like demographic parity and equality of opportunity as bilinear. They derive Bayes-optimal fair classifiers under a single linear disparity measure, linking it to the Neyman-Pearson lemma, and provide explicit group-wise thresholding rules for bilinear measures. The work extends to multi-class protected attributes and equalized odds, even when protected attributes are not used in prediction. Based on these theoretical insights, the team developed practical methods: Fair Up- and Down-Sampling (pre-processing), Fair cost-sensitive Classification (in-processing), and a Fair Plug-In Rule (post-processing). These methods directly control disparity, achieve near-optimal fairness-accuracy tradeoffs, and show strong empirical performance, with their pre-processing method outperforming prior approaches at low disparity levels.

Key takeaway

For Machine Learning Engineers designing fair classification systems, you should consider these Bayes-optimal methods to directly control disparity while maintaining high accuracy. The explicit forms for linear and bilinear disparity measures, combined with the proposed pre-processing, in-processing, and post-processing techniques, offer a principled approach. You can achieve near-optimal fairness-accuracy tradeoffs. The pre-processing method shows superior accuracy at low disparity levels compared to prior methods. Implement these to improve your model's fairness guarantees.

Key insights

Bayes-optimal fair classifiers are derived for linear and bilinear disparity measures, enabling direct disparity control.

Principles

Method

Algorithms are designed for pre-processing (Fair Up- and Down-Sampling), in-processing (Fair cost-sensitive Classification), and post-processing (Fair Plug-In Rule) to learn fair Bayes-optimal classifiers.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by JMLR.