Robust Loss Functions for Training Decision Trees with Noisy Labels
Jonathan Wilton, Nan Ye
TL;DR
Addresses learning decision trees under label noise. Introduces conservative losses and distribution losses, including the adaptive negative exponential (NE) loss, with a tunable robustness parameter. Shows that conservative losses induce early stopping and majority-class robustness, and that ANE delivers strong, noise-tolerant performance across both decision trees and random forests for binary and multiclass tasks. The framework unifies existing losses and provides a scalable, tunable solution with public code.
Abstract
We consider training decision trees using noisily labeled data, focusing on loss functions that can lead to robust learning algorithms. Our contributions are threefold. First, we offer novel theoretical insights on the robustness of many existing loss functions in the context of decision tree learning. We show that some of the losses belong to a class of what we call conservative losses, and the conservative losses lead to an early stopping behavior during training and noise-tolerant predictions during testing. Second, we introduce a framework for constructing robust loss functions, called distribution losses. These losses apply percentile-based penalties based on an assumed margin distribution, and they naturally allow adapting to different noise rates via a robustness parameter. In particular, we introduce a new loss called the negative exponential loss, which leads to an efficient greedy impurity-reduction learning algorithm. Lastly, our experiments on multiple datasets and noise settings validate our theoretical insight and the effectiveness of our adaptive negative exponential loss.
