# Zero Shot Learning with the Isoperimetric Loss

**Authors:** Shay Deutsch, Andrea Bertozzi, and Stefano Soatto

arXiv: 1903.06781 · 2019-12-05

## TL;DR

This paper proposes the isoperimetric loss as a novel regularization method for zero-shot learning, leveraging graph-based manifold regularization to improve transfer to unseen classes, outperforming existing methods.

## Contribution

It introduces the isoperimetric loss for regularizing the mapping from visual to semantic spaces, enhancing zero-shot learning without complex models.

## Key findings

- Outperforms state-of-the-art in zero-shot benchmarks
- Regularization of manifold structure improves transfer learning
- Simple baseline with isoperimetric loss achieves significant gains

## Abstract

We introduce the isoperimetric loss as a regularization criterion for learning the map from a visual representation to a semantic embedding, to be used to transfer knowledge to unknown classes in a zero-shot learning setting. We use a pre-trained deep neural network model as a visual representation of image data, a Word2Vec embedding of class labels, and linear maps between the visual and semantic embedding spaces. However, the spaces themselves are not linear, and we postulate the sample embedding to be populated by noisy samples near otherwise smooth manifolds. We exploit the graph structure defined by the sample points to regularize the estimates of the manifolds by inferring the graph connectivity using a generalization of the isoperimetric inequalities from Riemannian geometry to graphs. Surprisingly, this regularization alone, paired with the simplest baseline model, outperforms the state-of-the-art among fully automated methods in zero-shot learning benchmarks such as AwA and CUB. This improvement is achieved solely by learning the structure of the underlying spaces by imposing regularity.

## Full text

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

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1903.06781/full.md

## References

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

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