Skip to main content
QUICK REVIEW

[论文解读] Online Deep Metric Learning.

Wenbin Li, Jing Huo|arXiv (Cornell University)|May 15, 2018
Face recognition and analysis参考文献 13被引用 10
一句话总结

本文提出在线深度度量学习(ODML),一种分层框架,通过堆叠带有ReLU非线性的在线度量学习层,实现渐进式、非线性的度量学习。通过将度量学习建模为深度架构,ODML在传统浅层方法的基础上提升了相似性学习性能,在基准数据集上表现出优越的结果。

ABSTRACT

Metric learning learns a metric function from training data to calculate the similarity or distance between samples. From the perspective of feature learning, metric learning essentially learns a new feature space by feature transformation (e.g., Mahalanobis distance metric). However, traditional metric learning algorithms are shallow, which just learn one metric space (feature transformation). Can we further learn a better metric space from the learnt metric space? In other words, can we learn metric progressively and nonlinearly like deep learning by just using the existing metric learning algorithms? To this end, we present a hierarchical metric learning scheme and implement an online deep metric learning framework, namely ODML. Specifically, we take one online metric learning algorithm as a metric layer, followed by a nonlinear layer (i.e., ReLU), and then stack these layers modelled after the deep learning. The proposed ODML enjoys some nice properties, indeed can learn metric progressively and performs superiorly on some datasets. Various experiments with different settings have been conducted to verify these properties of the proposed ODML.

研究动机与目标

  • 为解决浅层度量学习的局限性,实现度量空间的渐进式、分层学习。
  • 探究现有在线度量学习算法是否可被堆叠以形成深层、非线性的度量学习架构。
  • 开发一种通过连续度量变换学习更优特征表示的框架。
  • 验证分层度量学习在真实世界数据集上提升相似性度量性能的有效性。

提出的方法

  • ODML通过堆叠在线度量学习层构建深度架构,每一层学习映射到新的度量空间的变换。
  • 每一层应用一种度量学习算法(例如,在线马氏距离学习)将输入特征变换到新空间。
  • 在每个度量层后应用非线性激活(ReLU),以支持非线性特征空间学习。
  • 该框架以在线方式训练,随着新数据的到来逐步更新度量。
  • 该架构可端到端训练,允许通过度量层反向传播,以优化整个分层结构。

实验结果

研究问题

  • RQ1能否将在线度量学习堆叠以形成深层、分层的度量学习框架?
  • RQ2在度量层中引入非线性是否相比浅层度量学习能带来更优的相似性表征?
  • RQ3所提出的框架能否在在线设置中实现渐进式、自适应的度量学习?
  • RQ4ODML在标准基准测试中的性能与传统度量学习方法相比如何?

主要发现

  • 与传统浅层度量学习方法相比,ODML在多个基准数据集上实现了更优的性能。
  • 度量层的分层堆叠实现了更具判别性的特征表示的渐进式学习。
  • 在每个度量层后集成ReLU非线性激活,显著增强了模型在非线性相似性学习方面的容量。
  • 实验结果证实,ODML的在线训练方案在增量学习场景中有效且可扩展。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。