LGCVMLSep 29, 2020

Acceleration of Large Margin Metric Learning for Nearest Neighbor Classification Using Triplet Mining and Stratified Sampling

arXiv:2009.14244v15 citations
Originality Incremental advance
AI Analysis

This work addresses scalability issues in metric learning for researchers and practitioners, but it is incremental as it adapts existing mining methods from Siamese networks to a specific metric learning context.

The paper tackled the problem of accelerating large margin metric learning for nearest neighbor classification by proposing triplet mining techniques and a hierarchical stratified sampling approach, resulting in improved scalability and optimization efficiency as demonstrated on Fisher Iris, ORL faces, and MNIST datasets.

Metric learning is one of the techniques in manifold learning with the goal of finding a projection subspace for increasing and decreasing the inter- and intra-class variances, respectively. Some of the metric learning methods are based on triplet learning with anchor-positive-negative triplets. Large margin metric learning for nearest neighbor classification is one of the fundamental methods to do this. Recently, Siamese networks have been introduced with the triplet loss. Many triplet mining methods have been developed for Siamese networks; however, these techniques have not been applied on the triplets of large margin metric learning for nearest neighbor classification. In this work, inspired by the mining methods for Siamese networks, we propose several triplet mining techniques for large margin metric learning. Moreover, a hierarchical approach is proposed, for acceleration and scalability of optimization, where triplets are selected by stratified sampling in hierarchical hyper-spheres. We analyze the proposed methods on three publicly available datasets, i.e., Fisher Iris, ORL faces, and MNIST datasets.

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