Error-Correcting Output Codes with Ensemble Diversity for Robust Learning in Neural Networks
Abstract
Though deep learning has been applied successfully in many scenarios, malicious inputs with human-imperceptible perturbations can make it vulnerable in real applications. This paper proposes an error-correcting neural network (ECNN) that combines a set of binary classifiers to combat adversarial examples in the multi-class classification problem. To build an ECNN, we propose to design a code matrix so that the minimum Hamming distance between any two rows (i.e., two codewords) and the minimum shared information distance between any two columns (i.e., two partitions of class labels) are simultaneously maximized. Maximizing row distances can increase the system fault tolerance while maximizing column distances helps increase the diversity between binary classifiers. We propose an end-to-end training method for our ECNN, which allows further improvement of the diversity between binary classifiers. The end-to-end training renders our proposed ECNN different from the traditional error-correcting output code (ECOC) based methods that train binary classifiers independently. ECNN is complementary to other existing defense approaches such as adversarial training and can be applied in conjunction with them. We empirically demonstrate that our proposed ECNN is effective against the state-of-the-art white-box and black-box attacks on several datasets while maintaining good classification accuracy on normal examples.
Cite
Text
Song et al. "Error-Correcting Output Codes with Ensemble Diversity for Robust Learning in Neural Networks." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I11.17169Markdown
[Song et al. "Error-Correcting Output Codes with Ensemble Diversity for Robust Learning in Neural Networks." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/song2021aaai-error/) doi:10.1609/AAAI.V35I11.17169BibTeX
@inproceedings{song2021aaai-error,
title = {{Error-Correcting Output Codes with Ensemble Diversity for Robust Learning in Neural Networks}},
author = {Song, Yang and Kang, Qiyu and Tay, Wee Peng},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2021},
pages = {9722-9729},
doi = {10.1609/AAAI.V35I11.17169},
url = {https://mlanthology.org/aaai/2021/song2021aaai-error/}
}