paper-with-me

Papers

Stochastic Class-Based Hard Example Mining for Deep Metric Learning

2019-06-01 · CVPR 2019 6 · Yumin Suh, Bohyung Han, Wonsik Kim, Kyoung Mu Lee

Performance of deep metric learning depends heavily on the capability of mining hard negative examples during training. However, many metric learning algorithms often require intractable computational cost due to frequent feature computations and nearest neighbor searches in a large-scale dataset. As a result, existing approaches often suffer from trade-off between training speed and prediction accuracy. To alleviate this limitation, we propose a stochastic hard negative mining method. Our key idea is to adopt class signatures that keep track of feature embedding online with minor additional cost during training, and identify hard negative example candidates using the signatures. Given an anchor instance, our algorithm first selects a few hard negative classes based on the class-to-sample distances and then performs a refined search in an instance-level only from the selected classes. As most of the classes are discarded at the first step, it is much more efficient than exhaustive search while effectively mining a large number of hard examples. Our experiment shows that the proposed technique improves image retrieval accuracy substantially; it achieves the state-of-the-art performance on the several standard benchmark datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image RetrievalMetric LearningRetrieval

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Improving Deep Metric Learning with Virtual Classes and Examples Mining

2020-06-11 · Pierre Jacob, David Picard, Aymeric Histace, Edouard Klein

In deep metric learning, the training procedure relies on sampling informative tuples. However, as the training procedure progresses, it becomes nearly impossible to sample relevant hard negative examples without proper …

Metric Learning

Doubly-stochastic mining for heterogeneous retrieval

2020-04-23 · Ankit Singh Rawat, Aditya Krishna Menon, Andreas Veit, Felix Yu 외

Modern retrieval problems are characterised by training sets with potentially billions of labels, and heterogeneous data distributions across subpopulations (e.g., users of a retrieval system may be from different countr…

RetrievalStochastic Optimization

Improved Hard Example Mining by Discovering Attribute-based Hard Person Identity

2019-05-06 · Xiao Wang, Ziliang Chen, Rui Yang, Bin Luo 외

In this paper, we propose Hard Person Identity Mining (HPIM) that attempts to refine the hard example mining to improve the exploration efficacy in person re-identification. It is motivated by following observation: the …

AttributeMetric LearningPerson Re-Identification

S-OHEM: Stratified Online Hard Example Mining for Object Detection

2017-05-05 · Minne Li, Zhaoning Zhang, Hao Yu, Xinyuan Chen 외

One of the major challenges in object detection is to propose detectors with highly accurate localization of objects. The online sampling of high-loss region proposals (hard examples) uses the multitask loss with equal w…

object-detectionObject Detection

Mining on Manifolds: Metric Learning without Labels

2018-03-29 · CVPR 2018 6 · Ahmet Iscen, Giorgos Tolias, Yannis Avrithis, Ondrej Chum

In this work we present a novel unsupervised framework for hard training example mining. The only input to the method is a collection of images relevant to the target application and a meaningful initial representation, …

General ClassificationMetric LearningRetrieval