English

A Multilayer Framework for Online Metric Learning

Computer Vision and Pattern Recognition 2023-08-28 v3 Machine Learning

Abstract

Online metric learning has been widely applied in classification and retrieval. It can automatically learn a suitable metric from data by restricting similar instances to be separated from dissimilar instances with a given margin. However, the existing online metric learning algorithms have limited performance in real-world classifications, especially when data distributions are complex. To this end, this paper proposes a multilayer framework for online metric learning to capture the nonlinear similarities among instances. Different from the traditional online metric learning, which can only learn one metric space, the proposed Multi-Layer Online Metric Learning (MLOML) takes an online metric learning algorithm as a metric layer and learns multiple hierarchical metric spaces, where each metric layer follows a nonlinear layers for the complicated data distribution. Moreover, the forward propagation (FP) strategy and backward propagation (BP) strategy are employed to train the hierarchical metric layers. To build a metric layer of the proposed MLOML, a new Mahalanobis-based Online Metric Learning (MOML) algorithm is presented based on the passive-aggressive strategy and one-pass triplet construction strategy. Furthermore, in a progressively and nonlinearly learning way, MLOML has a stronger learning ability than traditional online metric learning in the case of limited available training data. To make the learning process more explainable and theoretically guaranteed, theoretical analysis is provided. The proposed MLOML enjoys several nice properties, indeed learns a metric progressively, and performs better on the benchmark datasets. Extensive experiments with different settings have been conducted to verify these properties of the proposed MLOML.

Keywords

Cite

@article{arxiv.1805.05510,
  title  = {A Multilayer Framework for Online Metric Learning},
  author = {Wenbin Li and Yanfang Liu and Jing Huo and Yinghuan Shi and Yang Gao and Lei Wang and Jiebo Luo},
  journal= {arXiv preprint arXiv:1805.05510},
  year   = {2023}
}

Comments

Accepted to IEEE Transactions on Neural Networks and Learning Systems (TNNLS) 2022

R2 v1 2026-06-23T01:55:03.157Z