LGDec 18, 2025

Quantitative Verification of Fairness in Tree Ensembles

arXiv:2512.16386v1h-index: 2
Originality Incremental advance
AI Analysis

This addresses bias diagnosis and mitigation in machine learning models for fairness-critical applications, representing an incremental advance by adapting verification to tree ensembles.

The paper tackled the problem of verifying fairness in tree ensembles by developing a quantitative method that estimates the ratio of counterexamples and identifies biased regions, outperforming state-of-the-art techniques in experiments on five datasets.

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 estimates the ratio of all counterexamples and characterizes the regions where they occur, which is important information for diagnosing and mitigating bias. To date, quantitative verification has been explored almost exclusively for deep neural networks (DNNs). Representative methods, such as DeepGemini and FairQuant, all build on the core idea of Counterexample-Guided Abstraction Refinement, a generic framework that could be adapted to other model classes. We extended the framework into a model-agnostic form, but discovered two limitations: (i) it can provide only lower bounds, and (ii) its performance scales poorly. Exploiting the discrete structure of tree ensembles, our work proposes an efficient quantification technique that delivers any-time upper and lower bounds. Experiments on five widely used datasets demonstrate its effectiveness and efficiency. When applied to fairness testing, our quantification method significantly outperforms state-of-the-art testing techniques.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes