MLLGMay 26, 2015

Optimizing Non-decomposable Performance Measures: A Tale of Two Classes

arXiv:1505.06812v151 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient large-scale optimization for non-decomposable metrics in machine learning, offering significant practical improvements but is incremental as it builds on existing optimization frameworks.

The paper tackled the challenge of optimizing non-decomposable performance measures like F-measure in imbalanced classification by developing stochastic optimization methods (SPADE and STAMP) for two function families, achieving order-of-magnitude speedups and competitive accuracy.

Modern classification problems frequently present mild to severe label imbalance as well as specific requirements on classification characteristics, and require optimizing performance measures that are non-decomposable over the dataset, such as F-measure. Such measures have spurred much interest and pose specific challenges to learning algorithms since their non-additive nature precludes a direct application of well-studied large scale optimization methods such as stochastic gradient descent. In this paper we reveal that for two large families of performance measures that can be expressed as functions of true positive/negative rates, it is indeed possible to implement point stochastic updates. The families we consider are concave and pseudo-linear functions of TPR, TNR which cover several popularly used performance measures such as F-measure, G-mean and H-mean. Our core contribution is an adaptive linearization scheme for these families, using which we develop optimization techniques that enable truly point-based stochastic updates. For concave performance measures we propose SPADE, a stochastic primal dual solver; for pseudo-linear measures we propose STAMP, a stochastic alternate maximization procedure. Both methods have crisp convergence guarantees, demonstrate significant speedups over existing methods - often by an order of magnitude or more, and give similar or more accurate predictions on test data.

Foundations

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

Your Notes