Algorithmic Fairness
Robustness and Sensitivity of Fairness Interventions Under Misspecified Merit Distributions and Latent Parameters
Generated automatically from the limitations stated in 3 papers (NeurIPS, ICML), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.
The problem
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.
Why it matters
Enables practitioners to conduct formal sensitivity analyses before deploying fairness interventions, replacing unverifiable assumptions about latent merit distributions with quantifiable robustness envelopes.
Ways to approach it
Prior-work checks are free with an account. Results someone already ran are shown to everyone.
- 1
Perturbation and sensitivity benchmarking: Implement standard fair classification and ranking algorithms across benchmark fairness datasets (e.g., COMPAS, Adult, Law School) and evaluate metric degradation (demographic parity, predictive equality) under controlled distributional shifts between the assumed merit distribution $\Gamma$ and the true observed outcomes.
- 2
Empirical bounding of unobservable transfer constants: Formulate non-parametric sensitivity bounds for the latent transfer parameters ($\mu, \tau$) under weak structural assumptions, measuring the worst-case fairness violation that can occur across the admissible parameter set.
- 3
Cross-setting partition robustness: Evaluate the performance and individual-versus-group disparity trade-offs of partition-dependent fairness methods when group boundaries are fuzzy, misspecified, or inferred via clustering rather than pre-specified.
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 fundamental non-identifiability makes bounding latent transfer parameters and merit distributions so wide as to be uninformative across all realistic problem settings, limiting the contribution to a purely negative diagnostic without actionable sensitivity bounds.
Evidence
Each paper's own statement of the limitation, verbatim.
- Fairness-aware Anomaly Detection via Fair ProjectionNeurIPS 2025
Fairness target is predictive equality / demographic parity relative to the score function; the transfer constants µ and τ are unobservable and not bounded in practice.
- Fairness in Matching under UncertaintyICML 2023
Assumes the merit distribution Γ is known (or well-estimated); fairness is only as good as Γ, and how to obtain or validate Γ from observables is left to future work
- Fair Adaptive ExperimentsNeurIPS 2023
Requires known pre-specified group partition of covariate space; fairness is enforced only at group level, not individual level.
Nearest existing work
- Fairness Transferability Subject to Bounded Distribution ShiftNeurIPS 2022
- Blind Pareto Fairness and Subgroup RobustnessICML 2021
- Can I Trust My Fairness Metric? Assessing Fairness with Unlabeled Data and Bayesian InferenceNeurIPS 2020
- Aleatoric and Epistemic Discrimination: Fundamental Limits of Fairness InterventionsNeurIPS 2023
- Fairness Guarantees under Demographic ShiftICLR 2022
- Meritocratic Fairness for Cross-Population SelectionICML 2017
- On the Fairness ROAD: Robust Optimization for Adversarial DebiasingICLR 2024
- Causal Conceptions of Fairness and their ConsequencesICML 2022
- Fairness in Ranking under UncertaintyNeurIPS 2021
- On the Long-term Impact of Algorithmic Decision Policies: Effort Unfairness and Feature Segregation through Social LearningICML 2019
- Learning Adversarially Fair and Transferable RepresentationsICML 2018
- Achieving Fairness at No Utility Cost via Data Reweighing with InfluenceICML 2022
- Chasing Fairness Under Distribution Shift: A Model Weight Perturbation ApproachNeurIPS 2023
- Fair Infinitesimal Jackknife: Mitigating the Influence of Biased Training Data Points Without RefittingNeurIPS 2022
- How Far Can Fairness Constraints Help Recover From Biased Data?ICML 2024
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
Benchmarking Algorithmic Fairness Methods Under Violations of Sensitive Attribute Preconditions
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.