English

Learning from Peers: Collaborative Ensemble Adversarial Training

Machine Learning 2025-09-03 v1

Abstract

Ensemble Adversarial Training (EAT) attempts to enhance the robustness of models against adversarial attacks by leveraging multiple models. However, current EAT strategies tend to train the sub-models independently, ignoring the cooperative benefits between sub-models. Through detailed inspections of the process of EAT, we find that that samples with classification disparities between sub-models are close to the decision boundary of ensemble, exerting greater influence on the robustness of ensemble. To this end, we propose a novel yet efficient Collaborative Ensemble Adversarial Training (CEAT), to highlight the cooperative learning among sub-models in the ensemble. To be specific, samples with larger predictive disparities between the sub-models will receive greater attention during the adversarial training of the other sub-models. CEAT leverages the probability disparities to adaptively assign weights to different samples, by incorporating a calibrating distance regularization. Extensive experiments on widely-adopted datasets show that our proposed method achieves the state-of-the-art performance over competitive EAT methods. It is noteworthy that CEAT is model-agnostic, which can be seamlessly adapted into various ensemble methods with flexible applicability.

Keywords

Cite

@article{arxiv.2509.00089,
  title  = {Learning from Peers: Collaborative Ensemble Adversarial Training},
  author = {Li Dengjin and Guo Yanming and Xie Yuxiang and Li Zheng and Chen Jiangming and Li Xiaolong and Lao Mingrui},
  journal= {arXiv preprint arXiv:2509.00089},
  year   = {2025}
}
R2 v1 2026-07-01T05:12:46.497Z