Tricks and Plug-ins for Gradient Boosting with Transformers
Biyi Fang, Truong Vo, Jean Utke, and Diego Klabjan

TL;DR
This paper introduces BoostTransformer, a framework that enhances transformer models with boosting techniques like subgrid token selection and importance-weighted sampling, leading to faster training and better accuracy in NLP tasks.
Contribution
The paper presents a novel boosting-based framework for transformers that improves efficiency and performance without extensive hyperparameter tuning.
Findings
Faster convergence compared to standard transformers
Higher accuracy on fine-grained text classification benchmarks
Reduced architectural search overhead
Abstract
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 augments transformers with boosting principles through subgrid token selection and importance-weighted sampling. Our method incorporates a least square boosting objective directly into the transformer pipeline, enabling more efficient training and improved performance. Across multiple fine-grained text classification benchmarks, BoostTransformer demonstrates both faster convergence and higher accuracy, surpassing standard transformers while minimizing architectural search overhead.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Generative Adversarial Networks and Image Synthesis
