Algorithmic Fairness
Benchmarking Algorithmic Fairness Methods Under Violations of Sensitive Attribute Preconditions
Generated automatically from the limitations stated in 4 papers (ICLR, ICML, TheWebConference), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
Existing algorithmic fairness methods are almost universally evaluated under rigid preconditions: fully observed or missing-at-random discrete group labels, bounded minority group representations ($\rho$-fraction), and absence of feature-dependent annotation noise. In real-world deployments, sensitive attributes are often unannotated, continuous, severely underrepresented, or corrupted by feature-dependent noise. Because fairness methods have not been systematically evaluated across these non-idealized regimes, practitioners cannot determine which, if any, algorithmic debiasing approaches retain their fairness guarantees or utility tradeoffs when theoretical preconditions fail.
Why it matters
Provides the first standardized, empirical map of failure modes for fair learning methods under realistic sensitive attribute limitations, enabling practitioners to select robust methods and establishing rigorous baselines for future algorithmic development.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Systematic empirical benchmark: Construct a standardized evaluation suite perturbing sensitive attribute regimes (continuous distributions, non-random missingness, low minority frequency below standard $\rho$ thresholds, and feature-dependent noise) across tabular, graph, and image datasets, measuring Pareto frontier shifts in demographic parity, equalized odds, and task accuracy across standard in-processing and post-processing fairness methods.
- 2
Robustness stress-testing of differentially private fair algorithms: Evaluate privacy-preserving fair learners under varying degrees of extreme demographic imbalance and unannotated proxy attributes, measuring empirical privacy-fairness-utility degradation curves.
Have a different approach?
Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.
Why it might fail
If concurrent large-scale empirical benchmarks release exhaustive stress-tests covering these exact missingness, continuous-attribute, and sparsity configurations before the evaluation pipeline is established.
Evidence
Each paper's own statement of the limitation, verbatim.
- Optimal Fair Aggregation of Crowdsourced Noisy Labels using Demographic Parity ConstraintsICML 2026
Does not model feature-dependent annotator confusion matrices or interactions between non-sensitive input features and sensitive attributes.
- FairGE: Fairness-Aware Graph Encoding in Incomplete Social NetworksTheWebConference 2026
Evaluated exclusively on node classification under synthetic uniform missing-at-random sensitive attribute distributions.
- Benchmarking Bias Mitigation Toward Fairness Without Harm from Vision to LVLMsICLR 2026
Requires explicit, discrete demographic or group annotations to evaluate subgroup metrics and cannot handle continuous or unannotated sensitive attributes.
- Stochastic Differentially Private and Fair LearningICLR 2023
Requires every sensitive attribute to appear in at least a ρ-fraction of the dataset; the authors note performance of fair DP learning without sample diversity is unknown.
Nearest existing work
- Fairness without Demographics through Adversarially Reweighted LearningNeurIPS 2020
- Differentially Private Fair LearningICML 2019
- On the Inductive Biases of Demographic Parity-based Fair Learning AlgorithmsUAI 2024
- Estimating and Controlling for Equalized Odds via Sensitive Attribute PredictorsNeurIPS 2023
- FFB: A Fair Fairness Benchmark for In-Processing Group Fairness MethodsICLR 2024
- Blind Pareto Fairness and Subgroup RobustnessICML 2021
- Stochastic Differentially Private and Fair LearningICLR 2023
- On the Fairness ROAD: Robust Optimization for Adversarial DebiasingICLR 2024
- Blind Justice: Fairness with Encrypted Sensitive AttributesICML 2018
- Fair Learning with Private Demographic DataICML 2020
- FairNet: Dynamic Fairness Correction without Performance Loss via Contrastive Conditional LoRANeurIPS 2025
- Self-Supervised Fair Representation Learning without DemographicsNeurIPS 2022
- Fair Classification with Noisy Protected Attributes: A Framework with Provable GuaranteesICML 2021
- Learning Fair RepresentationsICML 2013
- Fairness Risks for Group-Conditionally Missing DemographicsAISTATS 2025
Related open problems
Algorithmic Fairness
A Unified Formulation for Multiclass and Regression Targets under Postprocessing-Based Guarantees
Ten independent lines of work — spanning fairness postprocessing, conformal prediction, and related certification-style methods — each stop at binary or, at best, categorical classification targets. Continuous outcomes and structured prediction are simply out of reach with current formulations, which means a large fraction of real prediction problems (prices, dosages, rankings, likelihoods) get either no guarantee at all or a crude discretization that distorts the guarantee. Practitioners must choose between losing the guarantee and losing the task, and every paper defers the same extension to "future work" rather than solving it jointly.
Algorithmic Fairness
Robustness and Sensitivity of Fairness Interventions Under Misspecified Merit Distributions and Latent Parameters
Many algorithmic fairness frameworks rely on theoretical assumptions that cannot be verified in deployment, specifically requiring known ground-truth merit distributions, unobservable transfer constants, or rigid pre-specified group partitions. In real-world applications, practitioners have access only to observed proxy labels and imperfect covariates, leaving the true merit distributions and transfer constants unknown and unbounded. Consequently, when fairness interventions are calibrated against estimated or misspecified latent parameters, theoretical parity guarantees can break down unpredictably, risking both utility loss and unintended disparity.