An Efficient Dual Approach to Distance Metric Learning
Chunhua Shen, Junae Kim, Fayao Liu, Lei Wang, Anton van den Hengel

TL;DR
This paper introduces a more efficient dual approach for distance metric learning that significantly reduces computational complexity, enabling the handling of larger datasets while maintaining competitive accuracy.
Contribution
The paper presents a dual formulation-based method that simplifies implementation and reduces complexity from O(D^{6.5}) to O(D^{3}), allowing larger metric learning problems to be solved.
Findings
Achieves comparable accuracy to state-of-the-art methods.
Enables solving larger problems due to reduced computational complexity.
Applicable to general Frobenius-norm regularized SDP problems.
Abstract
Distance metric learning is of fundamental interest in machine learning because the distance metric employed can significantly affect the performance of many learning methods. Quadratic Mahalanobis metric learning is a popular approach to the problem, but typically requires solving a semidefinite programming (SDP) problem, which is computationally expensive. Standard interior-point SDP solvers typically have a complexity of (with the dimension of input data), and can thus only practically solve problems exhibiting less than a few thousand variables. Since the number of variables is , this implies a limit upon the size of problem that can practically be solved of around a few hundred dimensions. The complexity of the popular quadratic Mahalanobis metric learning approach thus limits the size of problem to which metric learning can be applied. Here we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Sparse and Compressive Sensing Techniques · Face and Expression Recognition
