A Scalable Dual Approach to Semidefinite Metric Learning

Abstract

Distance metric learning plays an important role in many vision problems. Previous work of quadratic Maha-lanobis metric learning usually needs to solve a semidefinite programming (SDP) problem. A standard interior-point SDP solver has a complexity of O(D6.5) (with D the dimension of input data), and can only solve problems up to a few thousand variables. Since the number of variables is D(D +l)/2, this corresponds to a limit around D < 100. This high complexity hampers the application of metric learning to high-dimensional problems. In this work, we propose a very efficient approach to this metric learning problem. We formulate a Lagrange dual approach which is much simpler to optimize, and we can solve much larger Mahalanobis metric learning problems. Roughly, the proposed approach has a time complexity of O(t ̇ D3) with t ≈ 20 ∼ 30 for most problems in our experiments. The proposed algorithm is scalable and easy to implement. Experiments on various datasets show its similar accuracy compared with state-of-the-art. We also demonstrate that this idea may also be able to be applied to other SDP problems such as maximum variance unfolding.

Cite

Text

Shen et al. "A Scalable Dual Approach to Semidefinite Metric Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995447

Markdown

[Shen et al. "A Scalable Dual Approach to Semidefinite Metric Learning." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/shen2011cvpr-scalable/) doi:10.1109/CVPR.2011.5995447

BibTeX

@inproceedings{shen2011cvpr-scalable,
  title     = {{A Scalable Dual Approach to Semidefinite Metric Learning}},
  author    = {Shen, Chunhua and Kim, Junae and Wang, Lei},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {2601-2608},
  doi       = {10.1109/CVPR.2011.5995447},
  url       = {https://mlanthology.org/cvpr/2011/shen2011cvpr-scalable/}
}