TR2022-075

An Empirical Analysis of Boosting Deep Networks


Abstract:

Boosting is a method for finding a highly accurate classifier by linearly combining many “weak” classifiers, each of which may be only moderately accurate. Thus, boosting is a method for learning an ensemble of classifiers. While boosting has been shown to be very effective for decision trees, its impact on neural networks has not been extensively studied. Using standard object recognition datasets, we verify experimentally the wellknown result that a boosted ensemble of decision trees usually generalizes much better on testing data than a single decision tree with the same number of parameters. In contrast, using the same datasets and boosting algorithms, our experiments show the opposite to be true when using neural networks (both convolutional neural networks (CNNs) and multilayer perceptrons (MLPs)). We find that a single neural network usually generalizes better than a boosted ensemble of smaller neural networks with the same total number of parameters. While this is an experimental investigation, more theoretical research is warranted to understand the role of boosting in deep learningbased classifiers

 

  • Related Publication

  •  Rambhatla, S., Jones, M.J., Chellappa, R., "To Boost or not to Boost: On the Limits of Boosted Neural Networks", arXiv, July 2021.
    BibTeX arXiv
    • @article{Rambhatla2021jul,
    • author = {Rambhatla, Sai and Jones, Michael J. and Chellappa, Rama},
    • title = {To Boost or not to Boost: On the Limits of Boosted Neural Networks},
    • journal = {arXiv},
    • year = 2021,
    • month = jul,
    • url = {https://arxiv.org/abs/2107.13600}
    • }