MLLGMay 26, 2020

Class-Weighted Classification: Trade-offs and Robust Approaches

arXiv:2005.12914v155 citations
AI Analysis

This work addresses imbalanced classification, a common issue in machine learning, but appears incremental as it builds on existing weighting and robust risk concepts.

The paper tackles imbalanced classification by analyzing class-weighted losses and introduces robust risks, including LCVaR and LHCVaR, which empirically improve class conditional risks.

We address imbalanced classification, the problem in which a label may have low marginal probability relative to other labels, by weighting losses according to the correct class. First, we examine the convergence rates of the expected excess weighted risk of plug-in classifiers where the weighting for the plug-in classifier and the risk may be different. This leads to irreducible errors that do not converge to the weighted Bayes risk, which motivates our consideration of robust risks. We define a robust risk that minimizes risk over a set of weightings and show excess risk bounds for this problem. Finally, we show that particular choices of the weighting set leads to a special instance of conditional value at risk (CVaR) from stochastic programming, which we call label conditional value at risk (LCVaR). Additionally, we generalize this weighting to derive a new robust risk problem that we call label heterogeneous conditional value at risk (LHCVaR). Finally, we empirically demonstrate the efficacy of LCVaR and LHCVaR on improving class conditional risks.

Code Implementations1 repo
Foundations

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

Your Notes