paper-with-me

홈 › Papers

Subgroup Robustness Grows On Trees: An Empirical Baseline Investigation

2022-11-23 · Josh Gardner, Zoran Popović, Ludwig Schmidt

Researchers have proposed many methods for fair and robust machine learning, but comprehensive empirical evaluation of their subgroup robustness is lacking. In this work, we address this gap in the context of tabular data, where sensitive subgroups are clearly-defined, real-world fairness problems abound, and prior works often do not compare to state-of-the-art tree-based models as baselines. We conduct an empirical comparison of several previously-proposed methods for fair and robust learning alongside state-of-the-art tree-based methods and other baselines. Via experiments with more than $340{,}000$ model configurations on eight datasets, we show that tree-based methods have strong subgroup robustness, even when compared to robustness- and fairness-enhancing methods. Moreover, the best tree-based models tend to show good performance over a range of metrics, while robust or group-fair models can show brittleness, with significant performance differences across different metrics for a fixed model. We also demonstrate that tree-based models show less sensitivity to hyperparameter configurations, and are less costly to train. Our work suggests that tree-based ensemble models make an effective baseline for tabular data, and are a sensible default when subgroup robustness is desired. For associated code and detailed results, see https://github.com/jpgard/subgroup-robustness-grows-on-trees .

📄 PDF Abstract BibTeX arXiv:2211.12703

Code (1)

jpgard/subgroup-robustness-grows-on-trees 공식 구현 pytorch

Tasks

Fairness

Similar Papers 제목 키워드 기반

Doubly-Regressing Approach for Subgroup Fairness

2025-10-24 · Kunwoong Kim, Kyungseon Lee, Jihu Lee, Dongyoon Yang 외 arxiv

Algorithmic fairness is a socially crucial topic in real-world applications of AI. Among many notions of fairness, subgroup fairness is widely studied when multiple sensitive attributes (e.g., gender, race, age) are pres…

Discovering Latent Groups for Robust Classification

2026-06-22 · Ankur Garg, Ulrich Aïvodji, Samira Ebrahimi Kahou, Vincent Michalski arxiv

Machine learning models exploit spurious correlations, achieving high average accuracy but failing disproportionately on underrepresented subgroups. Existing methods address this by adjusting network parameters, guided e…

Efficient Subgroup Analysis via Optimal Trees with Global Parameter Fusion

2026-02-03 · Zhongming Xie, Joseph Giorgio, Jingshen Wang arxiv

Identifying and making statistical inferences on differential treatment effects (commonly known as subgroup analysis in clinical research) is central to precision health. Subgroup analysis allows practitioners to pinpoin…

AIA$^{2}$: Attribute-Agnostic Imbalance Augmentation for Subgroup Robustness

2026-08-31 · Hanshu Rao, Guangzeng Han, Xiaolei Huang arxiv

Attributes describing data content and context can induce diverse imbalance patterns that go beyond label imbalance alone. However, existing studies primarily address label imbalance while overlooking data attributes, su…

Causal Interaction Trees: Tree-Based Subgroup Identification for Observational Data

2020-03-06 · Jiabei Yang, Issa J. Dahabreh, Jon A. Steingrimsson

We propose Causal Interaction Trees for identifying subgroups of participants that have enhanced treatment effects using observational data. We extend the Classification and Regression Tree algorithm by using splitting c…

Decision Makingregression