TL;DR
This paper introduces a meta-learning approach tailored for few-shot one-class classification, enabling models to effectively learn from limited normal class data and outperform existing methods across various domains.
Contribution
It proposes a modified MAML-based meta-learning method optimized for few-shot OCC, with theoretical analysis and empirical validation demonstrating its effectiveness.
Findings
Outperforms classical OCC and few-shot classification methods
Enables learning of unseen tasks from few normal samples
Achieves state-of-the-art results in few-shot OCC scenarios
Abstract
Although few-shot learning and one-class classification (OCC), i.e., learning a binary classifier with data from only one class, have been separately well studied, their intersection remains rather unexplored. Our work addresses the few-shot OCC problem and presents a method to modify the episodic data sampling strategy of the model-agnostic meta-learning (MAML) algorithm to learn a model initialization particularly suited for learning few-shot OCC tasks. This is done by explicitly optimizing for an initialization which only requires few gradient steps with one-class minibatches to yield a performance increase on class-balanced test data. We provide a theoretical analysis that explains why our approach works in the few-shot OCC scenario, while other meta-learning algorithms fail, including the unmodified MAML. Our experiments on eight datasets from the image and time-series domains show…
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
Taxonomy
MethodsModel-Agnostic Meta-Learning
