CVApr 12, 2018

Zero-Shot Object Detection

arXiv:1804.04340v2412 citations
Originality Incremental advance
AI Analysis

This addresses the problem of detecting novel objects for computer vision applications, but it is incremental as it builds on prior zero-shot classification work.

The paper tackles zero-shot object detection (ZSD) by detecting unseen object classes without training data, using visual-semantic embeddings and background-aware approaches, and reports empirical results on MSCOCO and VisualGenome datasets.

We introduce and tackle the problem of zero-shot object detection (ZSD), which aims to detect object classes which are not observed during training. We work with a challenging set of object classes, not restricting ourselves to similar and/or fine-grained categories as in prior works on zero-shot classification. We present a principled approach by first adapting visual-semantic embeddings for ZSD. We then discuss the problems associated with selecting a background class and motivate two background-aware approaches for learning robust detectors. One of these models uses a fixed background class and the other is based on iterative latent assignments. We also outline the challenge associated with using a limited number of training classes and propose a solution based on dense sampling of the semantic label space using auxiliary data with a large number of categories. We propose novel splits of two standard detection datasets - MSCOCO and VisualGenome, and present extensive empirical results in both the traditional and generalized zero-shot settings to highlight the benefits of the proposed methods. We provide useful insights into the algorithm and conclude by posing some open questions to encourage further research.

Foundations

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

Your Notes