paper-with-me

Papers

Building Robust Ensembles via Margin Boosting

2022-06-07 · Dinghuai Zhang, Hongyang Zhang, Aaron Courville, Yoshua Bengio, Pradeep Ravikumar, Arun Sai Suggala

In the context of adversarial robustness, a single model does not usually have enough power to defend against all possible adversarial attacks, and as a result, has sub-optimal robustness. Consequently, an emerging line of work has focused on learning an ensemble of neural networks to defend against adversarial attacks. In this work, we take a principled approach towards building robust ensembles. We view this problem from the perspective of margin-boosting and develop an algorithm for learning an ensemble with maximum margin. Through extensive empirical evaluation on benchmark datasets, we show that our algorithm not only outperforms existing ensembling techniques, but also large models trained in an end-to-end fashion. An important byproduct of our work is a margin-maximizing cross-entropy (MCE) loss, which is a better alternative to the standard cross-entropy (CE) loss. Empirically, we show that replacing the CE loss in state-of-the-art adversarial training techniques with our MCE loss leads to significant performance improvement.

📄 PDF Abstract BibTeX arXiv:2206.03362

Code (1)

zdhnarsil/margin-boosting 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Better Boosting with Bandits for Online Learning

2020-01-16 · Nikolaos Nikolaou, Joseph Mellor, Nikunj C. Oza, Gavin Brown

Probability estimates generated by boosting ensembles are poorly calibrated because of the margin maximization nature of the algorithm. The outputs of the ensemble need to be properly calibrated before they can be used a…

Boosting Revisited: Benchmarking and Advancing LP-Based Ensemble Methods

2025-07-24 · Fabian Akkerman, Julien Ferry, Christian Artigues, Emmanuel Hebrard 외 arxiv

Despite their theoretical appeal, totally corrective boosting methods based on linear programming have received limited empirical attention. In this paper, we conduct the first large-scale experimental study of six LP-ba…

A Generalized Stacking for Implementing Ensembles of Gradient Boosting Machines

2020-10-12 · Andrei V. Konstantinov, Lev V. Utkin

The gradient boosting machine is one of the powerful tools for solving regression problems. In order to cope with its shortcomings, an approach for constructing ensembles of gradient boosting models is proposed. The main…

regression

Explaining Predictions from Tree-based Boosting Ensembles

2019-07-04 · Ana Lucic, Hinda Haned, Maarten de Rijke

Understanding how "black-box" models arrive at their predictions has sparked significant interest from both within and outside the AI community. Our work focuses on doing this by generating local explanations about indiv…

counterfactualCounterfactual Explanation

Uncertainty in Gradient Boosting via Ensembles

2020-06-18 · ICLR 2021 1 · Andrey Malinin, Liudmila Prokhorenkova, Aleksei Ustimenko

For many practical, high-risk applications, it is essential to quantify uncertainty in a model's predictions to avoid costly mistakes. While predictive uncertainty is widely studied for neural networks, the topic seems t…

General Classification