Context-Aware Zero-Shot Recognition

Abstract

We present a novel problem setting in zero-shot learning, zero-shot object recognition and detection in the context. Contrary to the traditional zero-shot learning methods, which simply infers unseen categories by transferring knowledge from the objects belonging to semantically similar seen categories, we aim to understand the identity of the novel objects in an image surrounded by the known objects using the inter-object relation prior. Specifically, we leverage the visual context and the geometric relationships between all pairs of objects in a single image, and capture the information useful to infer unseen categories. We integrate our context-aware zero-shot learning framework into the traditional zero-shot learning techniques seamlessly using a Conditional Random Field (CRF). The proposed algorithm is evaluated on both zero-shot region classification and zero-shot detection tasks. The results on Visual Genome (VG) dataset show that our model significantly boosts performance with the additional visual context compared to traditional methods.

Cite

Text

Luo et al. "Context-Aware Zero-Shot Recognition." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I07.6841

Markdown

[Luo et al. "Context-Aware Zero-Shot Recognition." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/luo2020aaai-context/) doi:10.1609/AAAI.V34I07.6841

BibTeX

@inproceedings{luo2020aaai-context,
  title     = {{Context-Aware Zero-Shot Recognition}},
  author    = {Luo, Ruotian and Zhang, Ning and Han, Bohyung and Yang, Linjie},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {11709-11716},
  doi       = {10.1609/AAAI.V34I07.6841},
  url       = {https://mlanthology.org/aaai/2020/luo2020aaai-context/}
}