paper-with-me

Papers

Tricks and Plug-ins for Gradient Boosting in Image Classification

2025-07-30 · Biyi Fang, Truong Vo, Jean Utke, Diego Klabjan arxiv

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.

📄 PDF Abstract BibTeX arXiv:2507.22842

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Tricks and Plug-ins for Gradient Boosting with Transformers

2025-08-04 · Biyi Fang, Truong Vo, Jean Utke, Diego Klabjan arxiv

Transformer architectures dominate modern NLP but often demand heavy computational resources and intricate hyperparameter tuning. To mitigate these challenges, we propose a novel framework, BoostTransformer, that augment…

Text Classification

Tricks and Plugins to GBM on Images and Sequences

2022-03-01 · Biyi Fang, Jean Utke, Diego Klabjan

Convolutional neural networks (CNNs) and transformers, which are composed of multiple processing layers and blocks to learn the representations of data with multiple abstract levels, are the most successful machine learn…

feature selection

Bag of Tricks for Retail Product Image Classification

2020-01-12 · Muktabh Mayank Srivastava

Retail Product Image Classification is an important Computer Vision and Machine Learning problem for building real world systems like self-checkout stores and automated retail execution evaluation. In this work, we prese…

ClassificationGeneral Classificationimage-classificationImage Classification

Understanding the Tricks of Deep Learning in Medical Image Segmentation: Challenges and Future Directions

2022-09-21 · Dong Zhang, Yi Lin, Hao Chen, Zhuotao Tian 외

Over the past few years, the rapid development of deep learning technologies for computer vision has significantly improved the performance of medical image segmentation (MedISeg). However, the diverse implementation str…

Data AugmentationDomain AdaptationImage SegmentationMedical Image Segmentation+1

Gradient Boosting With Piece-Wise Linear Regression Trees

2018-02-15 · Yu Shi, Jian Li, Zhize Li

Gradient Boosted Decision Trees (GBDT) is a very successful ensemble learning algorithm widely used across a variety of applications. Recently, several variants of GBDT training algorithms and implementations have been d…

Ensemble Learningregression