Aug 2026· Journal of King Saud University: Computer and Information Sciences· Vol 38· 0 citations· 65 references
TL;DR
Results indicate that global feature importance, used as an active search signal rather than a post-hoc diagnostic, improves both the effectiveness and the efficiency of individual fairness testing.
Abstract
Fairness in machine learning (ML) is a software quality requirement in high-stakes domains such as healthcare, hiring, and criminal justice, where biased predictions based on protected attributes can harm individuals. Individual fairness testing (IFT) searches for pairs of inputs, known as individual discriminatory instances (IDIs), that differ only in a protected attribute yet receive different classifier predictions, indicating discrimination. Existing search-based IFT methods suffer from three limitations: (1) random feature perturbation that ignores the varying discriminatory influence of features, (2) reliance on computationally expensive per-instance local explanations, and (3) high test redundancy that wastes computational resources. This study introduces FIFT (Feature Importance-Guided Fairness Testing), an evolutionary approach that computes global feature importance once via permutation feature importance and uses the normalised scores to guide the search for IDIs. The approach is motivated by the observation that features with greater predictive influence often provide effective search guidance toward classifier decision boundaries where fairness violations may occur. Rather than treating feature importance as a direct indicator of fairness, FIFT employs it as a computationally efficient heuristic for guiding evolutionary search. FIFT introduces Importance-Guided Hybrid Mutation (IHM), which scales perturbation magnitude inversely to feature importance for influential features while applying random perturbations to less influential ones, thus balancing exploitation and exploration of the input space. Experiments on five benchmark datasets and four ML classifiers show that FIFT detects 20.8%–190.4% more IDIs than the strongest baseline, achieves 2.37×\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\times $$\end{document}–3.1×\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$\times $$\end{document} higher throughput than local-explanation-based methods, and reduces test redundancy by 84.0%–98.0% relative to other search-based approaches. Retraining with discovered IDIs improves fairness by 28.6%–88.0% with negligible accuracy loss. These results indicate that global feature importance, used as an active search signal rather than a post-hoc diagnostic, improves both the effectiveness and the efficiency of individual fairness testing.
A novel Ranked Attribute Selection with Midpoint Filtering with Midpoint Filtering (RASF) framework that extends LCS (EXTRACS) to enhance feature selection and rule validation for credit approval and supports explainable AI in credit scoring.
M. Ahamed, Abubakar Siddique, Trung Nguyen et al.· Proceedings of the Genetic a...· 0 citations
The implementation of Artificial Intelligence (AI) in sensitive domains requires that models are fair and clearly understandable for stakeholders to trust in the decisions made. While Explainable AI (XAI) methods approximate the behavior of models, Interpretable AI (IAI) focuses on inherently transparent representations such as decision trees. However, interpretability alone is not enough, as models may encode biases from different sources, including biases present in data, leading to unfair outcomes. This introduces a fundamental trade-off between predictive performance and fairness. In this paper, we propose a novel framework that integrates evolved decision trees generated from random seed-based vectors and Quality Diversity (QD) optimization to jointly address decision interpretability, predictive performance, and fairness. Using evolutionary search, the method generates a repertoire of high-performing, interpretable models that span different regions of the fairness-accuracy space. This enables a systematic characterization of trade-offs and provides decision-makers with multiple transparent alternatives. Experimental results show that the proposed approach effectively discovers diverse decision tree models with competitive overall accuracy while achieving improved fairness across standard benchmarks.
Catalina M. Jaramillo, M. Charity, Julian Togelius· Proceedings of the Genetic a...· 0 citations
A reproduces three of Kamiran and Calders' empirical findings and extends the work by investigating how ranker choice affects the performance of Massaging and Preferential Sampling, recommending Massaging as the most reliable technique for practical deployment.
Two overarching results are revealed: near-perfect performance under a full feature set is largely attributable to target leakage rather than a genuine predictive signal, and, under deployment, valid early-warning features degrade cost-sensitive performance relative to no resampling when SMOTE is used.
A. Catana, A. Florescu· An International Journal of...· 0 citations
This work introduces a method to lower-bound the discrepancy of a classifier: a quantity that jointly captures inaccuracy and unfairness, and develops a computationally efficient procedure for calculating the tightest possible lower bound on the classifier’s discrepancy.
Sivan Sabato, E. Yom-Tov· Journal of Artificial Intell...· 0 citations
When a classifier is trained by actively choosing which examples to label, should its labeling budget depend on which notion of fairness it must satisfy? We answer this with the first information-theoretic lower bounds for group-fair active learning, and the answer is a sharp hierarchy across the three standard notions. Demographic Parity (DP), which equalizes the positive prediction rate across groups, can be verified from unlabeled data alone, so it adds no labels beyond ordinary learning. Equal Opportunity (EO), which equalizes each group's true positive rate, is fundamentally harder: estimating a rate conditioned on the true label forces the learner to collect labeled positives from every group, an irreducible cost that no query strategy can avoid. Equalized Odds (EqOdds), which additionally equalizes false positive rates, costs no more than EO whenever positives are the minority, the typical regime. This exposes a separation at the heart of fair learning: active querying yields the well-known exponential savings for accuracy, but no speedup whatsoever for fairness verification. Concretely, certifying EO to fairness tolerance γ requires Ω(d/ε2 + k/(ε2 p+)) labels, where d is the model's Vapnik--Chervonenkis (VC) dimension, k the number of groups, ε the target error, and p+ = Pr[Y=1] the positive rate; the fairness term is independent of ε, so it is a floor that active learning cannot lower. We give matching algorithms (ConstrainedERM-DP for DP, FairStratified for EO and EqOdds) that are tight up to logarithmic factors. The cost is largest exactly when positives are rare: at p+ = 0.01, as in fraud detection, EO demands roughly 90× more labels than DP. Experiments on Folktables, COMPAS, and Adult confirm the predicted scaling and yield 36 to 39% label savings over passive fair-learning baselines.
Chang Lu, Yizheng Zhao· Proceedings of the 32nd ACM...· 0 citations
Related blog posts
MIT News · Artificial Intelligence· news.mit.eduAug 17, 2026
A USAF cadet and a Lincoln Laboratory researcher found AI chatbots can help nontechnical service members produce viable software applications for their unique problems.