LGMLFeb 18, 2021

Optimizing Black-box Metrics with Iterative Example Weighting

arXiv:2102.09492v28 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of optimizing non-differentiable metrics for practitioners in applications like fair classification, though it is incremental as it builds on existing weighting and post-shifting methods.

The paper tackled the problem of optimizing black-box classification metrics, such as those in noisy-label or domain adaptation scenarios, by adaptively learning example weights to approximate the metric on a validation sample, resulting in favorable comparisons to state-of-the-art baselines in experiments.

We consider learning to optimize a classification metric defined by a black-box function of the confusion matrix. Such black-box learning settings are ubiquitous, for example, when the learner only has query access to the metric of interest, or in noisy-label and domain adaptation applications where the learner must evaluate the metric via performance evaluation using a small validation sample. Our approach is to adaptively learn example weights on the training dataset such that the resulting weighted objective best approximates the metric on the validation sample. We show how to model and estimate the example weights and use them to iteratively post-shift a pre-trained class probability estimator to construct a classifier. We also analyze the resulting procedure's statistical properties. Experiments on various label noise, domain shift, and fair classification setups confirm that our proposal compares favorably to the state-of-the-art baselines for each application.

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