CVLGMLApr 2, 2018

Hierarchical Novelty Detection for Visual Object Recognition

arXiv:1804.00722v278 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of recognizing unseen classes in computer vision, offering a more informative approach than binary novelty detection, though it is incremental as it builds on existing hierarchical frameworks.

The paper tackles the problem of detecting novel object classes in visual recognition by proposing hierarchical classification methods that identify the closest superclass for novel objects, achieving improved generalized zero-shot learning performance.

Deep neural networks have achieved impressive success in large-scale visual object recognition tasks with a predefined set of classes. However, recognizing objects of novel classes unseen during training still remains challenging. The problem of detecting such novel classes has been addressed in the literature, but most prior works have focused on providing simple binary or regressive decisions, e.g., the output would be "known," "novel," or corresponding confidence intervals. In this paper, we study more informative novelty detection schemes based on a hierarchical classification framework. For an object of a novel class, we aim for finding its closest super class in the hierarchical taxonomy of known classes. To this end, we propose two different approaches termed top-down and flatten methods, and their combination as well. The essential ingredients of our methods are confidence-calibrated classifiers, data relabeling, and the leave-one-out strategy for modeling novel classes under the hierarchical taxonomy. Furthermore, our method can generate a hierarchical embedding that leads to improved generalized zero-shot learning performance in combination with other commonly-used semantic embeddings.

Foundations

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

Your Notes