Y. Duan, L. Chen, J. Lu, and J. Zhou, Deep Embedding Learning with Discriminative Sampling Policy, IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), pp. 4964-4973, 2019.

Abstract:

Deep embedding learning aims to learn a distance metric for effective similarity measurement, which has achieved promising performance in various tasks. As the vast majority of training samples produce gradients with magnitudes close to zero, hard example mining is usually employed to improve the effectiveness and efficiency of the training procedure. However, most existing sampling methods are designed by hand, which ignores the dependence between examples and suffer from exhaustive searching. In this paper, we propose a deep embedding with discriminative sampling policy (DE-DSP) learning framework by simultaneously training two models: a deep sampler network that learns effective sampling strategies, and a feature embedding that maps samples to the feature space. Rather than exhaustively calculating the hardness of all the examples for mining through forward-propagation, the deep sampler network exploits the strong prior of relations among samples to learn discriminative sampling policy in a more efficient manner. Experimental results demonstrate faster convergence and stronger discriminative power of our DE-DSP framework under different embedding objectives.

Bibtex:

@inproceedings{duan2019deep,
  title={Deep Embedding Learning With Discriminative Sampling Policy},
  author={Duan, Yueqi and Chen, Lei and Lu, Jiwen and Zhou, Jie},
  booktitle={CVPR},
  pages={4964--4973},
  year={2019}
}