Learning Compositional Representations for Few-Shot Recognition

Abstract

One of the key limitations of modern deep learning approaches lies in the amount of data required to train them. Humans, on the other hand, can learn to recognize novel categories from just a few examples. Instrumental to this rapid learning ability is the compositional structure of concept representations in the human brain — something that deep learning models are lacking. In this work we make a step towards bridging this gap between human and machine learning by introducing a simple regularization technique that allows the learned representation to be decomposable into parts. Our method uses category-level attribute annotations to disentangle the feature space of a network into subspaces corresponding to the attributes. Theses attribute can be both purely visual, like object parts, as well as more abstract, like openness or symmetry. We demonstrate the value of compositional representations on three datasets: CUB-200-2011, SUN397, and ImageNet, and show that they require fewer examples to learn classifiers for novel categories.

Paper

ICCV preprint can be found under this link.

Bibtex:

@inproceedings{tokmakov2018learning,
  title={Learning Compositional Representations for Few-Shot Recognition},
  author={Tokmakov, Pavel and Wang, Yu-Xiong and Hebert, Martial},
  booktitle={ICCV},
  year={2019}
}

Code

Code, ImageNet annotations, and pretrained models are availabel under this link.