English

Fair Adversarial Gradient Tree Boosting

Machine Learning 2019-11-19 v2 Artificial Intelligence Computers and Society Machine Learning

Abstract

Fair classification has become an important topic in machine learning research. While most bias mitigation strategies focus on neural networks, we noticed a lack of work on fair classifiers based on decision trees even though they have proven very efficient. In an up-to-date comparison of state-of-the-art classification algorithms in tabular data, tree boosting outperforms deep learning. For this reason, we have developed a novel approach of adversarial gradient tree boosting. The objective of the algorithm is to predict the output YY with gradient tree boosting while minimizing the ability of an adversarial neural network to predict the sensitive attribute SS. The approach incorporates at each iteration the gradient of the neural network directly in the gradient tree boosting. We empirically assess our approach on 4 popular data sets and compare against state-of-the-art algorithms. The results show that our algorithm achieves a higher accuracy while obtaining the same level of fairness, as measured using a set of different common fairness definitions.

Keywords

Cite

@article{arxiv.1911.05369,
  title  = {Fair Adversarial Gradient Tree Boosting},
  author = {Vincent Grari and Boris Ruf and Sylvain Lamprier and Marcin Detyniecki},
  journal= {arXiv preprint arXiv:1911.05369},
  year   = {2019}
}
R2 v1 2026-06-23T12:14:07.041Z