Deep Metric Learning with Self-Supervised Ranking

Abstract

Deep metric learning aims to learn a deep embedding space, where similar objects are pushed towards together and different objects are repelled against. Existing approaches typically use inter-class characteristics, e.g. class-level information or instance-level similarity, to obtain semantic relevance of data points and get a large margin between different classes in the embedding space. However, the intra-class characteristics, e.g. local manifold structure or relative relationship within the same class, are usually overlooked in the learning process. Hence the data structure cannot be fully exploited and the output embeddings have limitation in retrieval. More importantly, retrieval results lack in a good ranking. This paper presents a novel self-supervised ranking auxiliary framework, which captures intra-class characteristics as well as inter-class characteristics for better metric learning. Our method defines specific transform functions to simulates the local structure change of intra-class in the initial image domain, and formulates a self-supervised learning procedure to fully exploit this property and preserve it in the embedding space. Extensive experiments on three standard benchmarks show that our method significantly improves and outperforms the state-of-the-art methods on the performances of both retrieval and ranking by 2%-4%.

Cite

Text

Fu et al. "Deep Metric Learning with Self-Supervised Ranking." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I2.16226

Markdown

[Fu et al. "Deep Metric Learning with Self-Supervised Ranking." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/fu2021aaai-deep/) doi:10.1609/AAAI.V35I2.16226

BibTeX

@inproceedings{fu2021aaai-deep,
  title     = {{Deep Metric Learning with Self-Supervised Ranking}},
  author    = {Fu, Zheren and Li, Yan and Mao, Zhendong and Wang, Quan and Zhang, Yongdong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {1370-1378},
  doi       = {10.1609/AAAI.V35I2.16226},
  url       = {https://mlanthology.org/aaai/2021/fu2021aaai-deep/}
}