LGSep 23, 2013

A Kernel Classification Framework for Metric Learning

arXiv:1309.5823v1105 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency improvements in metric learning for researchers and practitioners, though it is incremental as it builds on established methods.

The paper tackles the problem of learning distance metrics for machine learning tasks by generalizing existing methods like LMNN and ITML into a kernel classification framework, resulting in new methods (doublet-SVM and triplet-SVM) that achieve competitive classification accuracies with significantly less training time.

Learning a distance metric from the given training samples plays a crucial role in many machine learning tasks, and various models and optimization algorithms have been proposed in the past decade. In this paper, we generalize several state-of-the-art metric learning methods, such as large margin nearest neighbor (LMNN) and information theoretic metric learning (ITML), into a kernel classification framework. First, doublets and triplets are constructed from the training samples, and a family of degree-2 polynomial kernel functions are proposed for pairs of doublets or triplets. Then, a kernel classification framework is established, which can not only generalize many popular metric learning methods such as LMNN and ITML, but also suggest new metric learning methods, which can be efficiently implemented, interestingly, by using the standard support vector machine (SVM) solvers. Two novel metric learning methods, namely doublet-SVM and triplet-SVM, are then developed under the proposed framework. Experimental results show that doublet-SVM and triplet-SVM achieve competitive classification accuracies with state-of-the-art metric learning methods such as ITML and LMNN but with significantly less training time.

Foundations

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

Your Notes