1: \begin{abstract}
2: Metric learning has become an attractive field for research specially for face recognition (FR) \cite{DBLP:journals/corr/abs-1804-06655}. Loss functions like contrastive loss \cite{Hadsell2006DimensionalityRB} , triplet loss \cite{DBLP:journals/corr/SchroffKP15} or multi-class N-pair loss \cite{sohn2016improved_multiclass_loss} have made possible to train networks, tackling complex scenarios with the presence of many classes and scarcity on the number of images per class. This training method does not only work to build classifiers, but many other applications where measuring similarity is the key. Deep Neural Networks trained via metric learning also offer the possibility to solve few-shot learning problems. Currently used state of the art loss functions such as triplet and contrastive loss functions still suffer from slow convergence due to the selection of effective training samples that has been partially solved by the Multi-class N-pair loss by simultaneously adding additional samples from the different classes. In this work, we extend Multi-class N-pair loss function by proposing the \textit{constellation loss} metric where the distances among all class combinations are simultaneously learned. We have compared our \textit{constellation loss} for visual class embedding over ImageneNet dataset showing that our loss function over-performs the other methods by obtaining a classification accuracy of $XXX$ over the extracted embeddings with a lower number of trainning images.
3: \end{abstract}
4: