English

MetricOpt: Learning to Optimize Black-Box Evaluation Metrics

Machine Learning 2021-04-22 v1 Computer Vision and Pattern Recognition

Abstract

We study the problem of directly optimizing arbitrary non-differentiable task evaluation metrics such as misclassification rate and recall. Our method, named MetricOpt, operates in a black-box setting where the computational details of the target metric are unknown. We achieve this by learning a differentiable value function, which maps compact task-specific model parameters to metric observations. The learned value function is easily pluggable into existing optimizers like SGD and Adam, and is effective for rapidly finetuning a pre-trained model. This leads to consistent improvements since the value function provides effective metric supervision during finetuning, and helps to correct the potential bias of loss-only supervision. MetricOpt achieves state-of-the-art performance on a variety of metrics for (image) classification, image retrieval and object detection. Solid benefits are found over competing methods, which often involve complex loss design or adaptation. MetricOpt also generalizes well to new tasks and model architectures.

Keywords

Cite

@article{arxiv.2104.10631,
  title  = {MetricOpt: Learning to Optimize Black-Box Evaluation Metrics},
  author = {Chen Huang and Shuangfei Zhai and Pengsheng Guo and Josh Susskind},
  journal= {arXiv preprint arXiv:2104.10631},
  year   = {2021}
}

Comments

CVPR 2021 (Oral), Supplementary Materials added

R2 v1 2026-06-24T01:24:20.347Z