Non-Exhaustive Learning Using Gaussian Mixture Generative Adversarial Networks
Jun Zhuang, Mohammad Al Hasan

TL;DR
This paper introduces NE-GM-GAN, a novel deep generative model that uses Gaussian mixture latent representations for incremental detection of new classes in streaming data, outperforming existing methods.
Contribution
The paper proposes NE-GM-GAN, a new online non-exhaustive learning model combining Gaussian mixtures with GANs for better detection of emerging classes.
Findings
Significantly outperforms state-of-the-art methods in benchmark tests.
Effectively detects instances of novel classes in streaming data.
Demonstrates robustness across multiple datasets.
Abstract
Supervised learning, while deployed in real-life scenarios, often encounters instances of unknown classes. Conventional algorithms for training a supervised learning model do not provide an option to detect such instances, so they miss-classify such instances with 100% probability. Open Set Recognition (OSR) and Non-Exhaustive Learning (NEL) are potential solutions to overcome this problem. Most existing methods of OSR first classify members of existing classes and then identify instances of new classes. However, many of the existing methods of OSR only makes a binary decision, i.e., they only identify the existence of the unknown class. Hence, such methods cannot distinguish test instances belonging to incremental unseen classes. On the other hand, the majority of NEL methods often make a parametric assumption over the data distribution, which either fail to return good results, due to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Domain Adaptation and Few-Shot Learning · Water Systems and Optimization
