LGMLOct 11, 2018

Taming the Cross Entropy Loss

arXiv:1810.05075v153 citations
Originality Incremental advance
AI Analysis

This provides a robust loss function for deep learning applications affected by label noise, but it is incremental as it builds on existing cross entropy methods.

The paper tackles the problem of label noise in classification tasks by introducing the Tamed Cross Entropy (TCE) loss, which outperforms the standard Cross Entropy loss in all tested scenarios with artificially contaminated image datasets.

We present the Tamed Cross Entropy (TCE) loss function, a robust derivative of the standard Cross Entropy (CE) loss used in deep learning for classification tasks. However, unlike other robust losses, the TCE loss is designed to exhibit the same training properties than the CE loss in noiseless scenarios. Therefore, the TCE loss requires no modification on the training regime compared to the CE loss and, in consequence, can be applied in all applications where the CE loss is currently used. We evaluate the TCE loss using the ResNet architecture on four image datasets that we artificially contaminated with various levels of label noise. The TCE loss outperforms the CE loss in every tested scenario.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes