CVMar 6, 2019

Deep Transfer Learning for Multiple Class Novelty Detection

arXiv:1903.02196v1106 citations
Originality Incremental advance
AI Analysis

This addresses the problem of identifying novel objects in visual data for applications like security or autonomous systems, representing a strong incremental advance in novelty detection.

The paper tackles multiple class novelty detection by proposing a transfer learning-based deep network that uses an external dataset and a novel membership loss to improve performance, achieving significant improvements over state-of-the-art methods on four datasets.

We propose a transfer learning-based solution for the problem of multiple class novelty detection. In particular, we propose an end-to-end deep-learning based approach in which we investigate how the knowledge contained in an external, out-of-distributional dataset can be used to improve the performance of a deep network for visual novelty detection. Our solution differs from the standard deep classification networks on two accounts. First, we use a novel loss function, membership loss, in addition to the classical cross-entropy loss for training networks. Secondly, we use the knowledge from the external dataset more effectively to learn globally negative filters, filters that respond to generic objects outside the known class set. We show that thresholding the maximal activation of the proposed network can be used to identify novel objects effectively. Extensive experiments on four publicly available novelty detection datasets show that the proposed method achieves significant improvements over the state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes