Boosting with Noisy Data: Challenges and Fixes

Boosting is uniquely sensitive to label noise. The same reweighting mechanism that makes AdaBoost powerful on clean data — assigning higher weights to misclassified examples — causes catastrophic weight concentration on mislabelled examples when noise is present. A single incorrectly…








