paper-with-me

Papers

FairTTTS: A Tree Test Time Simulation Method for Fairness-Aware Classification

2025-01-14 · Nurit Cohen-Inger, Lior Rokach, Bracha Shapira, Seffi Cohen

Algorithmic decision-making has become deeply ingrained in many domains, yet biases in machine learning models can still produce discriminatory outcomes, often harming unprivileged groups. Achieving fair classification is inherently challenging, requiring a careful balance between predictive performance and ethical considerations. We present FairTTTS, a novel post-processing bias mitigation method inspired by the Tree Test Time Simulation (TTTS) method. Originally developed to enhance accuracy and robustness against adversarial inputs through probabilistic decision-path adjustments, TTTS serves as the foundation for FairTTTS. By building on this accuracy-enhancing technique, FairTTTS mitigates bias and improves predictive performance. FairTTTS uses a distance-based heuristic to adjust decisions at protected attribute nodes, ensuring fairness for unprivileged samples. This fairness-oriented adjustment occurs as a post-processing step, allowing FairTTTS to be applied to pre-trained models, diverse datasets, and various fairness metrics without retraining. Extensive evaluation on seven benchmark datasets shows that FairTTTS outperforms traditional methods in fairness improvement, achieving a 20.96% average increase over the baseline compared to 18.78% for related work, and further enhances accuracy by 0.55%. In contrast, competing methods typically reduce accuracy by 0.42%. These results confirm that FairTTTS effectively promotes more equitable decision-making while simultaneously improving predictive performance.

📄 PDF Abstract BibTeX arXiv:2501.08155

Code (1)

nuritci/fairttts 공식 구현

Tasks

AttributeDecision MakingFairness

Similar Papers 제목 키워드 기반

Quantitative Verification of Fairness in Tree Ensembles

2025-12-18 · Zhenjiang Zhao, Takahisa Toda, Takashi Kitamura arxiv

This work focuses on quantitative verification of fairness in tree ensembles. Unlike traditional verification approaches that merely return a single counterexample when the fairness is violated, quantitative verification…

Fair Feature Importance Scores for Interpreting Tree-Based Methods and Surrogates

2023-10-06 · Camille Olivia Little, Debolina Halder Lina, Genevera I. Allen

Across various sectors such as healthcare, criminal justice, national security, finance, and technology, large-scale machine learning (ML) and artificial intelligence (AI) systems are being deployed to make critical data…

FairnessFeature ImportanceKnowledge Distillation

Explainable Global Fairness Verification of Tree-Based Classifiers

2022-09-27 · Stefano Calzavara, Lorenzo Cazzaro, Claudio Lucchese, Federico Marcuzzi

We present a new approach to the global fairness verification of tree-based classifiers. Given a tree-based classifier and a set of sensitive features potentially leading to discrimination, our analysis synthesizes suffi…

Fairness

FairTree: Subgroup Fairness Auditing of Machine Learning Models with Bias-Variance Decomposition

2026-04-21 · Rudolf Debelak arxiv

The evaluation of machine learning models typically relies mainly on performance metrics based on loss functions, which risk to overlook changes in performance in relevant subgroups. Auditing tools such as SliceFinder an…

Fair Training of Decision Tree Classifiers

2021-01-04 · Francesco Ranzato, Caterina Urban, Marco Zanella

We study the problem of formally verifying individual fairness of decision tree ensembles, as well as training tree models which maximize both accuracy and individual fairness. In our approach, fairness verification and …

Fairness