paper-with-me

Papers

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 experiments evaluating these algorithms on both synthetic and real datasets. We compare the performance on each of datasets when the labels are corrupted by different levels of independent label noise. In presence of random label noise, we found that BrownBoost and RobustBoost perform significantly better than AdaBoost and LogitBoost, while the difference between each pair of algorithms is insignificant. We provide an explanation for the difference based on the margin distributions of the algorithms.

📄 PDF Abstract BibTeX arXiv:1409.2905

Code (0)

등록된 구현이 없습니다.

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

Boosting in the Presence of Massart Noise

2021-06-14 · Ilias Diakonikolas, Russell Impagliazzo, Daniel Kane, Rex Lei 외

We study the problem of boosting the accuracy of a weak learner in the (distribution-independent) PAC model with Massart noise. In the Massart noise model, the label of each example $x$ is independently misclassified wit…

Smoothly Giving up: Robustness for Simple Models

2023-02-17 · Tyler Sypherd, Nathan Stromberg, Richard Nock, Visar Berisha 외

There is a growing need for models that are interpretable and have reduced energy and computational cost (e.g., in health care analytics and federated learning). Examples of algorithms to train such models include logist…

Federated Learningregression

Robust-GBDT: GBDT with Nonconvex Loss for Tabular Classification in the Presence of Label Noise and Class Imbalance

2023-10-08 · Jiaqi Luo, Yuedong Quan, Shixin Xu

Dealing with label noise in tabular classification tasks poses a persistent challenge in machine learning. While robust boosting methods have shown promise in binary classification, their effectiveness in complex, multi-…

Binary ClassificationClassificationComputational EfficiencyMissing Values+2

Potential-Based Agnostic Boosting

2009-12-01 · NeurIPS 2009 12 · Varun Kanade, Adam Kalai

We prove strong noise-tolerance properties of a potential-based boosting algorithm, similar to MadaBoost (Domingo and Watanabe, 2000) and SmoothBoost (Servedio, 2003). Our analysis is in the agnostic framework of Kearns,…

Learning Theory

Boosting in the presence of label noise

2013-09-26 · Jakramate Bootkrajang, Ata Kaban

Boosting is known to be sensitive to label noise. We studied two approaches to improve AdaBoost's robustness against labelling errors. One is to employ a label-noise robust classifier as a base learner, while the other i…