LGMLSep 20, 2018

Distribution Networks for Open Set Learning

arXiv:1809.08106v25 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of handling unseen classes in machine learning models, which is crucial for real-world applications, though it is incremental as it builds on existing detection methods by adding modeling capabilities.

The paper tackles the problem of open set learning by proposing distribution networks to not only detect but also model novel classes based on probability distributions, enabling them to be used in subsequent classification tasks, with experimental results showing accurate detection and modeling on MNIST and CIFAR10 datasets.

In open set learning, a model must be able to generalize to novel classes when it encounters a sample that does not belong to any of the classes it has seen before. Open set learning poses a realistic learning scenario that is receiving growing attention. Existing studies on open set learning mainly focused on detecting novel classes, but few studies tried to model them for differentiating novel classes. In this paper, we recognize that novel classes should be different from each other, and propose distribution networks for open set learning that can model different novel classes based on probability distributions. We hypothesize that, through a certain mapping, samples from different classes with the same classification criterion should follow different probability distributions from the same distribution family. A deep neural network is learned to map the samples in the original feature space to a latent space where the distributions of known classes can be jointly learned with the network. We additionally propose a distribution parameter transfer and updating strategy for novel class modeling when a novel class is detected in the latent space. By novel class modeling, the detected novel classes can serve as known classes to the subsequent classification. Our experimental results on image datasets MNIST and CIFAR10 show that the distribution networks can detect novel classes accurately, and model them well for the subsequent classification tasks.

Foundations

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

Your Notes