paper-with-me

Papers

Individually Fair Gradient Boosting

2021-03-31 · ICLR 2021 1 · Alexander Vargo, Fan Zhang, Mikhail Yurochkin, Yuekai Sun

We consider the task of enforcing individual fairness in gradient boosting. Gradient boosting is a popular method for machine learning from tabular data, which arise often in applications where algorithmic fairness is a concern. At a high level, our approach is a functional gradient descent on a (distributionally) robust loss function that encodes our intuition of algorithmic fairness for the ML task at hand. Unlike prior approaches to individual fairness that only work with smooth ML models, our approach also works with non-smooth models such as decision trees. We show that our algorithm converges globally and generalizes. We also demonstrate the efficacy of our algorithm on three ML problems susceptible to algorithmic bias.

📄 PDF Abstract BibTeX arXiv:2103.16785

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

Fair Adversarial Gradient Tree Boosting

2019-11-13 · Vincent Grari, Boris Ruf, Sylvain Lamprier, Marcin Detyniecki

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 t…

AttributeFairnessGeneral Classification

M$^2$FGB: A Min-Max Gradient Boosting Framework for Subgroup Fairness

2025-04-16 · Jansen S. B. Pereira, Giovani Valdrighi, Marcos Medeiros Raimundo

In recent years, fairness in machine learning has emerged as a critical concern to ensure that developed and deployed predictive models do not have disadvantageous predictions for marginalized groups. It is essential to …

Fairness

Forecasting the Short-Term Energy Consumption Using Random Forests and Gradient Boosting

2022-07-25 · Cristina Bianca Pop, Viorica Rozina Chifu, Corina Cordea, Emil Stefan Chifu 외

This paper analyzes comparatively the performance of Random Forests and Gradient Boosting algorithms in the field of forecasting the energy consumption based on historical data. The two algorithms are applied in order to…

Learn Together, Stop Apart: a Novel Approach to Ensemble Pruning

2021-09-29 · Bulat Ibragimov, Gleb Gennadjevich Gusev

Gradient boosting is the most popular method of constructing ensembles that allow getting state-of-the-art results on many tasks. One of the critical parameters affecting the quality of the learned model is the number of…

Ensemble Pruning

FairGBM: Gradient Boosting with Fairness Constraints

2022-09-16 · André F Cruz, Catarina Belém, Sérgio Jesus, João Bravo 외

Tabular data is prevalent in many high-stakes domains, such as financial services or public policy. Gradient Boosted Decision Trees (GBDT) are popular in these settings due to their scalability, performance, and low trai…

Decision MakingFairness