# SoDeep: a Sorting Deep net to learn ranking loss surrogates

**Authors:** Martin Engilberge, Louis Chevallier, Patrick P\'erez, Matthieu Cord

arXiv: 1904.04272 · 2019-04-10

## TL;DR

SoDeep introduces a deep learning approach to approximate non-differentiable ranking metrics, enabling their use as differentiable objectives across various ranking tasks with competitive results.

## Contribution

The paper presents a novel deep architecture, SoDeep, that learns to approximate sorting operations, facilitating the optimization of non-differentiable ranking metrics.

## Key findings

- Achieves competitive results in text-image retrieval
- Effective in multi-label image classification
- Validates flexibility across ranking tasks

## 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.04272/full.md

## Figures

9 figures with captions in the complete paper: https://tomesphere.com/paper/1904.04272/full.md

## References

40 references — full list in the complete paper: https://tomesphere.com/paper/1904.04272/full.md

---
Source: https://tomesphere.com/paper/1904.04272