SoDeep: A Sorting Deep Net to Learn Ranking Loss Surrogates
Abstract
Several tasks in machine learning are evaluated using non-differentiable metrics such as mean average precision or Spearman correlation. However, their non-differentiability prevents from using them as objective functions in a learning framework. Surrogate and relaxation methods exist but tend to be specific to a given metric. In the present work, we introduce a new method to learn approximations of such non-differentiable objective functions. Our approach is based on a deep architecture that approximates the sorting of arbitrary sets of scores. It is trained virtually for free using synthetic data. This sorting deep (SoDeep) net can then be combined in a plug-and-play manner with existing deep architectures. We demonstrate the interest of our approach in three different tasks that require ranking: Cross-modal text-image retrieval, multi-label image classification and visual memorability ranking. Our approach yields very competitive results on these three tasks, which validates the merit and the flexibility of SoDeep as a proxy for sorting operation in ranking-based losses.
Cite
Text
Engilberge et al. "SoDeep: A Sorting Deep Net to Learn Ranking Loss Surrogates." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.01105Markdown
[Engilberge et al. "SoDeep: A Sorting Deep Net to Learn Ranking Loss Surrogates." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/engilberge2019cvpr-sodeep/) doi:10.1109/CVPR.2019.01105BibTeX
@inproceedings{engilberge2019cvpr-sodeep,
title = {{SoDeep: A Sorting Deep Net to Learn Ranking Loss Surrogates}},
author = {Engilberge, Martin and Chevallier, Louis and Perez, Patrick and Cord, Matthieu},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2019},
doi = {10.1109/CVPR.2019.01105},
url = {https://mlanthology.org/cvpr/2019/engilberge2019cvpr-sodeep/}
}