paper-with-me

홈 › Papers

FAHT: An Adaptive Fairness-aware Decision Tree Classifier

2019-07-16 · Wenbin Zhang, Eirini Ntoutsi

Automated data-driven decision-making systems are ubiquitous across a wide spread of online as well as offline services. These systems, depend on sophisticated learning algorithms and available data, to optimize the service function for decision support assistance. However, there is a growing concern about the accountability and fairness of the employed models by the fact that often the available historic data is intrinsically discriminatory, i.e., the proportion of members sharing one or more sensitive attributes is higher than the proportion in the population as a whole when receiving positive classification, which leads to a lack of fairness in decision support system. A number of fairness-aware learning methods have been proposed to handle this concern. However, these methods tackle fairness as a static problem and do not take the evolution of the underlying stream population into consideration. In this paper, we introduce a learning mechanism to design a fair classifier for online stream based decision-making. Our learning model, FAHT (Fairness-Aware Hoeffding Tree), is an extension of the well-known Hoeffding Tree algorithm for decision tree induction over streams, that also accounts for fairness. Our experiments show that our algorithm is able to deal with discrimination in streaming environments, while maintaining a moderate predictive performance over the stream.

📄 PDF Abstract BibTeX arXiv:1907.07237

Code (1)

vanbanTruong/FAHT 공식 구현

Tasks

Decision MakingFairness

Similar Papers 제목 키워드 기반

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

Uncertainty-Aware Fairness-Adaptive Classification Trees

2024-10-08 · Anna Gottard, Vanessa Verrina, Sabrina Giordano

In an era where artificial intelligence and machine learning algorithms increasingly impact human life, it is crucial to develop models that account for potential discrimination in their predictions. This paper tackles t…

ClassificationFairness

Domain Adaptive Decision Trees: Implications for Accuracy and Fairness

2023-02-27 · Jose M. Alvarez, Kristen M. Scott, Salvatore Ruggieri, Bettina Berendt

In uses of pre-trained machine learning models, it is a known issue that the target population in which the model is being deployed may not have been reflected in the source population with which the model was trained. T…

Domain AdaptationFairness

Software Engineering Principles for Fairer Systems: Experiments with GroupCART

2025-04-17 · Kewen Peng, Hao Zhuo, Yicheng Yang, Tim Menzies

Discrimination-aware classification aims to make accurate predictions while satisfying fairness constraints. Traditional decision tree learners typically optimize for information gain in the target attribute alone, which…

AttributeFairness

How fair can we go in machine learning? Assessing the boundaries of fairness in decision trees

2020-06-22 · Ana Valdivia, Javier Sánchez-Monedero, Jorge Casillas

Fair machine learning works have been focusing on the development of equitable algorithms that address discrimination of certain groups. Yet, many of these fairness-aware approaches aim to obtain a unique solution to the…

BIG-bench Machine LearningDecision MakingFairness