paper-with-me

Papers

ITBoost: Information-Theoretic Trust for Robust Boosting

2026-05-06 · Ye Su, Longlong Zhao, Diego Garcia-Gil, Jipeng Guo, Gangchun Zhang, Jinxin Chen, Jinsong Chen arxiv

Gradient boosting remains a strong and widely used method for tabular data learning, but its performance often degrades when training labels are noisy. This behavior is largely related to the way boosting algorithms emphasize samples with large gradients, without explicitly accounting for whether such errors originate from informative hard cases or from unreliable labels. We address this issue by reconsidering how sample reliability is evaluated during boosting. Instead of relying on instantaneous error, we examine the evolution of each sample's residuals across iterations. Based on this insight, we propose Information-Theoretic Trust Boosting (ITBoost), which uses the Minimum Description Length principle to measure the complexity of residual trajectories. Samples whose residual patterns fluctuate in an irregular manner are treated as less trustworthy and are down-weighted during learning. Theoretically, we derive a tighter generalization bound for ITBoost under label noise. Empirical results on various tabular benchmarks indicate that ITBoost provides improved robustness in noisy environments over leading boosting and deep tabular models, while retaining best average performance on clean data.

📄 PDF Abstract BibTeX arXiv:2605.04671

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Logistic Boosting Regression for Label Distribution Learning

2016-06-01 · CVPR 2016 6 · Chao Xing, Xin Geng, Hui Xue

Label Distribution Learning (LDL) is a general learning framework which includes both single label and multi-label learning as its special cases. One of the main assumptions made in traditional LDL algorithms is the deri…

Age EstimationFacial Expression RecognitionFacial Expression Recognition (FER)Multi-Label Learning+1

Non-Convex Boosting Overcomes Random Label Noise

2014-09-09 · Sunsern Cheamanunkul, Evan Ettinger, Yoav Freund

The sensitivity of Adaboost to random label noise is a well-studied problem. LogitBoost, BrownBoost and RobustBoost are boosting algorithms claimed to be less sensitive to noise than AdaBoost. We present the results of e…

Sensitivity

A Fast Sampling Gradient Tree Boosting Framework

2019-11-20 · Daniel Chao Zhou, Zhongming Jin, Tong Zhang

As an adaptive, interpretable, robust, and accurate meta-algorithm for arbitrary differentiable loss functions, gradient tree boosting is one of the most popular machine learning techniques, though the computational expe…

SPLBoost: An Improved Robust Boosting Algorithm Based on Self-paced Learning

2017-06-20 · Kaidong Wang, Yao Wang, Qian Zhao, Deyu Meng 외

It is known that Boosting can be interpreted as a gradient descent technique to minimize an underlying loss function. Specifically, the underlying loss being minimized by the traditional AdaBoost is the exponential loss,…

On the Dual Formulation of Boosting Algorithms

2009-01-23 · Chunhua Shen, Hanxi Li

We study boosting algorithms from a new perspective. We show that the Lagrange dual problems of AdaBoost, LogitBoost and soft-margin LPBoost with generalized hinge loss are all entropy maximization problems. By looking a…