English

Tricks and Plug-ins for Gradient Boosting in Image Classification

Machine Learning 2025-11-18 v4 Machine Learning

Abstract

Convolutional Neural Networks (CNNs) have achieved remarkable success across a wide range of machine learning tasks by leveraging hierarchical feature learning through deep architectures. However, the large number of layers and millions of parameters often make CNNs computationally expensive to train, requiring extensive time and manual tuning to discover optimal architectures. In this paper, we introduce a novel framework for boosting CNN performance that integrates dynamic feature selection with the principles of BoostCNN. Our approach incorporates two key strategies: subgrid selection and importance sampling, to guide training toward informative regions of the feature space. We further develop a family of algorithms that embed boosting weights directly into the network training process using a least squares loss formulation. This integration not only alleviates the burden of manual architecture design but also enhances accuracy and efficiency. Experimental results across several fine-grained classification benchmarks demonstrate that our boosted CNN variants consistently outperform conventional CNNs in both predictive performance and training speed.

Keywords

Cite

@article{arxiv.2507.22842,
  title  = {Tricks and Plug-ins for Gradient Boosting in Image Classification},
  author = {Biyi Fang and Truong Vo and Jean Utke and Diego Klabjan},
  journal= {arXiv preprint arXiv:2507.22842},
  year   = {2025}
}

Comments

6 pages, 5 figures. Experimental results reported on CIFAR-10, SVHN, and ImageNetSub datasets

R2 v1 2026-07-01T04:26:24.678Z