Abstract

In principle, zero-shot learning makes it possible to train a recognition model simply by specifying the category’s attributes. For example, with classifiers for generic attributes like striped and four-legged, one can construct a classifier for the zebra category by enumerating which properties it possesses—even without providing zebra training images. In practice, however, the standard zero-shot paradigm suffers because attribute predictions in novel images are hard to get right. We propose a novel random forest approach to train zero-shot models that explicitly accounts for the unreliability of attribute predictions. By leveraging statistics about each attribute’s error tendencies, our method obtains more robust discriminative models for the unseen classes. We further devise extensions to handle the few-shot scenario and unreliable attribute descriptions. On three datasets, we demonstrate the benefit for visual category learning with zero or few training examples, a critical domain for rare categories or categories defined on the fly.


Bibtex

@inproceedings{dinesh-nips2014,
author = {D. Jayaraman and K. Grauman},
title = {{Zero-shot learning with unreliable attributes}},
booktitle = {NIPS},
year = {2014}
}


Downloads

Paper

Supplementary material

Kernel matrices forAwA, aPascal/aYahoo and SUN datasets.

Code