SOTAVerified

Improved Embeddings with Easy Positive Triplet Mining

2019-04-08Code Available0· sign in to hype

Hong Xuan, Abby Stylianou, Robert Pless

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep metric learning seeks to define an embedding where semantically similar images are embedded to nearby locations, and semantically dissimilar images are embedded to distant locations. Substantial work has focused on loss functions and strategies to learn these embeddings by pushing images from the same class as close together in the embedding space as possible. In this paper, we propose an alternative, loosened embedding strategy that requires the embedding function only map each training image to the most similar examples from the same class, an approach we call "Easy Positive" mining. We provide a collection of experiments and visualizations that highlight that this Easy Positive mining leads to embeddings that are more flexible and generalize better to new unseen data. This simple mining strategy yields recall performance that exceeds state of the art approaches (including those with complicated loss functions and ensemble methods) on image retrieval datasets including CUB, Stanford Online Products, In-Shop Clothes and Hotels-50K.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CARS196EPSHN512R@182.7Unverified
CUB-200-2011EPSHN512R@164.9Unverified
In-ShopEPSHN512R@187.8Unverified
SOPEPSHN512R@178.3Unverified

Reproductions