SOTAVerified

S2SD: Simultaneous Similarity-based Self-Distillation for Deep Metric Learning

2020-09-17Code Available1· sign in to hype

Karsten Roth, Timo Milbich, Björn Ommer, Joseph Paul Cohen, Marzyeh Ghassemi

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep Metric Learning (DML) provides a crucial tool for visual similarity and zero-shot applications by learning generalizing embedding spaces, although recent work in DML has shown strong performance saturation across training objectives. However, generalization capacity is known to scale with the embedding space dimensionality. Unfortunately, high dimensional embeddings also create higher retrieval cost for downstream applications. To remedy this, we propose Simultaneous Similarity-based Self-distillation (S2SD). S2SD extends DML with knowledge distillation from auxiliary, high-dimensional embedding and feature spaces to leverage complementary context during training while retaining test-time cost and with negligible changes to the training time. Experiments and ablations across different objectives and standard benchmarks show S2SD offers notable improvements of up to 7% in Recall@1, while also setting a new state-of-the-art. Code available at https://github.com/MLforHealth/S2SD.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CARS196ResNet50 + S2SDR@189.5Unverified
CUB-200-2011ResNet50 + S2SDR@170.1Unverified
Stanford Online ProductsResNet50 + S2SDR@181Unverified

Reproductions