English

Verifiable Boosted Tree Ensembles

Machine Learning 2024-02-26 v1 Cryptography and Security Logic in Computer Science Machine Learning

Abstract

Verifiable learning advocates for training machine learning models amenable to efficient security verification. Prior research demonstrated that specific classes of decision tree ensembles -- called large-spread ensembles -- allow for robustness verification in polynomial time against any norm-based attacker. This study expands prior work on verifiable learning from basic ensemble methods (i.e., hard majority voting) to advanced boosted tree ensembles, such as those trained using XGBoost or LightGBM. Our formal results indicate that robustness verification is achievable in polynomial time when considering attackers based on the LL_\infty-norm, but remains NP-hard for other norm-based attackers. Nevertheless, we present a pseudo-polynomial time algorithm to verify robustness against attackers based on the LpL_p-norm for any pN{0}p \in \mathbb{N} \cup \{0\}, which in practice grants excellent performance. Our experimental evaluation shows that large-spread boosted ensembles are accurate enough for practical adoption, while being amenable to efficient security verification.

Keywords

Cite

@article{arxiv.2402.14988,
  title  = {Verifiable Boosted Tree Ensembles},
  author = {Stefano Calzavara and Lorenzo Cazzaro and Claudio Lucchese and Giulio Ermanno Pibiri},
  journal= {arXiv preprint arXiv:2402.14988},
  year   = {2024}
}

Comments

15 pages, 3 figures

R2 v1 2026-06-28T14:57:49.447Z