Modeling Inter and Intra-Class Relations in the Triplet Loss for Zero-Shot Learning

Abstract

Recognizing visual unseen classes, i.e. for which no training data is available, is known as Zero Shot Learning (ZSL). Some of the best performing methods apply the triplet loss to seen classes to learn a mapping between visual representations of images and attribute vectors that constitute class prototypes. They nevertheless make several implicit assumptions that limit their performance on real use cases, particularly with fine-grained datasets comprising a large number of classes. We identify three of these assumptions and put forward corresponding novel contributions to address them. Our approach consists in taking into account both inter-class and intra-class relations, respectively by being more permissive with confusions between similar classes, and by penalizing visual samples which are atypical to their class. The approach is tested on four datasets, including the large-scale ImageNet, and exhibits performances significantly above recent methods, even generative methods based on more restrictive hypotheses.

Cite

Text

Le Cacheux et al. "Modeling Inter and Intra-Class Relations in the Triplet Loss for Zero-Shot Learning." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.01043

Markdown

[Le Cacheux et al. "Modeling Inter and Intra-Class Relations in the Triplet Loss for Zero-Shot Learning." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/cacheux2019iccv-modeling/) doi:10.1109/ICCV.2019.01043

BibTeX

@inproceedings{cacheux2019iccv-modeling,
  title     = {{Modeling Inter and Intra-Class Relations in the Triplet Loss for Zero-Shot Learning}},
  author    = {Le Cacheux, Yannick and Le Borgne, Herve and Crucianu, Michel},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.01043},
  url       = {https://mlanthology.org/iccv/2019/cacheux2019iccv-modeling/}
}