Wisdom of the Ensemble: Improving Consistency of Deep Learning Models

Abstract

Deep learning classifiers are assisting humans in making decisions and hence the user's trust in these models is of paramount importance. Trust is often a function of constant behavior. From an AI model perspective it means given the same input the user would expect the same output, especially for correct outputs, or in other words consistently correct outputs. This paper studies a model behavior in the context of periodic retraining of deployed models where the outputs from successive generations of the models might not agree on the correct labels assigned to the same input. We formally define consistency and correct-consistency of a learning model. We prove that consistency and correct-consistency of an ensemble learner is not less than the average consistency and correct-consistency of individual learners and correct-consistency can be improved with a probability by combining learners with accuracy not less than the average accuracy of ensemble component learners. To validate the theory using three datasets and two state-of-the-art deep learning classifiers we also propose an efficient dynamic snapshot ensemble method and demonstrate its value. Code for our algorithm is available at https://github.com/christa60/dynens.

Cite

Text

Wang et al. "Wisdom of the Ensemble: Improving Consistency of Deep Learning Models." Neural Information Processing Systems, 2020.

Markdown

[Wang et al. "Wisdom of the Ensemble: Improving Consistency of Deep Learning Models." Neural Information Processing Systems, 2020.](https://mlanthology.org/neurips/2020/wang2020neurips-wisdom/)

BibTeX

@inproceedings{wang2020neurips-wisdom,
  title     = {{Wisdom of the Ensemble: Improving Consistency of Deep Learning Models}},
  author    = {Wang, Lijing and Ghosh, Dipanjan and Diaz, Maria Gonzalez and Farahat, Ahmed and Alam, Mahbubul and Gupta, Chetan and Chen, Jiangzhuo and Marathe, Madhav},
  booktitle = {Neural Information Processing Systems},
  year      = {2020},
  url       = {https://mlanthology.org/neurips/2020/wang2020neurips-wisdom/}
}