Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Hard-Aware Deeply Cascaded Embedding

About

Riding on the waves of deep neural networks, deep metric learning has also achieved promising results in various tasks using triplet network or Siamese network. Though the basic goal of making images from the same category closer than the ones from different categories is intuitive, it is hard to directly optimize due to the quadratic or cubic sample size. To solve the problem, hard example mining which only focuses on a subset of samples that are considered hard is widely used. However, hard is defined relative to a model, where complex models treat most samples as easy ones and vice versa for simple models, and both are not good for training. Samples are also with different hard levels, it is hard to define a model with the just right complexity and choose hard examples adequately. This motivates us to ensemble a set of models with different complexities in cascaded manner and mine hard examples adaptively, a sample is judged by a series of models with increasing complexities and only updates models that consider the sample as a hard case. We evaluate our method on CARS196, CUB-200-2011, Stanford Online Products, VehicleID and DeepFashion datasets. Our method outperforms state-of-the-art methods by a large margin.

Yuhui Yuan, Kuiyuan Yang, Chao Zhang• 2016

Related benchmarks

TaskDatasetResultRank
Image RetrievalCUB-200-2011 (test)
Recall@160.7
251
Image RetrievalStanford Online Products (test)
Recall@170.1
220
Image RetrievalCUB-200 2011
Recall@154.6
146
Image RetrievalCARS196 (test)
Recall@183.8
134
Image RetrievalIn-shop Clothes Retrieval Dataset
Recall@162.1
120
Image RetrievalCUB
Recall@153.6
87
In-shop clothes retrievalin-shop clothes retrieval dataset (test)
Recall@162.1
78
Image RetrievalCARS196
Recall@183.8
56
Image RetrievalCARS 196 (test)
Recall@183.8
56
Image RetrievalStanford Online Products
Recall@170.1
49
Showing 10 of 24 rows

Other info

Code

Follow for update