CVMLJan 25, 2017

Universal representations:The missing link between faces, text, planktons, and cat breeds

arXiv:1701.07275v1154 citations
Originality Incremental advance
AI Analysis

This addresses the limitation of needing separate models for different vision problems, potentially reducing data requirements and improving efficiency in machine vision systems.

The paper tackles the problem of creating a universal visual representation that can handle multiple diverse vision domains simultaneously, showing that a single neural network can perform as well or better than specialized networks across domains like sketches, planktons, and MNIST digits.

With the advent of large labelled datasets and high-capacity models, the performance of machine vision systems has been improving rapidly. However, the technology has still major limitations, starting from the fact that different vision problems are still solved by different models, trained from scratch or fine-tuned on the target data. The human visual system, in stark contrast, learns a universal representation for vision in the early life of an individual. This representation works well for an enormous variety of vision problems, with little or no change, with the major advantage of requiring little training data to solve any of them. In this paper we investigate whether neural networks may work as universal representations by studying their capacity in relation to the “size” of a large combination of vision problems. We do so by showing that a single neural network can learn simultaneously several very different visual domains (from sketches to planktons and MNIST digits) as well as, or better than, a number of specialized networks. However, we also show that this requires to carefully normalize the information in the network, by using domain-specific scaling factors or, more generically, by using an instance normalization layer.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes