LGMLFeb 16, 2019

Making Convex Loss Functions Robust to Outliers using $e$-Exponentiated Transformation

arXiv:1902.06127v21 citations
AI Analysis

This addresses the issue of outlier sensitivity in machine learning models for practitioners, though it appears incremental as it builds on existing loss functions.

The paper tackles the problem of making convex loss functions robust to outliers by proposing an e-exponentiated transformation, which theoretically yields a tighter generalization error bound for corrupted datasets and empirically improves accuracy significantly compared to the original loss function, matching state-of-the-art methods in the presence of label noise.

In this paper, we propose a novel {\em $e$-exponentiated} transformation, $0 \le e<1$, for loss functions. When the transformation is applied to a convex loss function, the transformed loss function become more robust to outliers. Using a novel generalization error bound, we have theoretically shown that the transformed loss function has a tighter bound for datasets corrupted by outliers. Our empirical observation shows that the accuracy obtained using the transformed loss function can be significantly better than the same obtained using the original loss function and comparable to that obtained by some other state of the art methods in the presence of label noise.

Foundations

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

Your Notes