paper-with-me

Papers

OOD-MAML: Meta-Learning for Few-Shot Out-of-Distribution Detection and Classification

2020-12-01 · NeurIPS 2020 12 · Taewon Jeong, Heeyoung Kim

We propose a few-shot learning method for detecting out-of-distribution (OOD) samples from classes that are unseen during training while classifying samples from seen classes using only a few labeled examples. For detecting unseen classes while generalizing to new samples of known classes, we synthesize fake samples, i.e., OOD samples, but that resemble in-distribution samples, and use them along with real samples. Our approach is based on an extension of model-agnostic meta learning (MAML) and is denoted as OOD-MAML, which not only learns a model initialization but also the initial fake samples across tasks. The learned initial fake samples can be used to quickly adapt to new tasks to form task-specific fake samples with only one or a few gradient update steps using MAML. For testing, OOD-MAML converts a K-shot N-way classification task into N sub-tasks of K-shot OOD detection with respect to each class. The joint analysis of N sub-tasks facilitates simultaneous classification and OOD detection and, furthermore, offers an advantage, in that it does not require re-training when the number of classes for a test task differs from that for training tasks; it is sufficient to simply assume as many sub-tasks as the number of classes for the test task. We also demonstrate the effective performance of OOD-MAML over benchmark datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningGeneral ClassificationMeta-LearningOut-of-Distribution DetectionOut of Distribution (OOD) Detection

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

How to Train Your MAML to Excel in Few-Shot Classification

2021-06-30 · ICLR 2022 4 · Han-Jia Ye, Wei-Lun Chao

Model-agnostic meta-learning (MAML) is arguably one of the most popular meta-learning algorithms nowadays. Nevertheless, its performance on few-shot classification is far behind many recent algorithms dedicated to the pr…

ClassificationMeta-Learning

BayPrAnoMeta: Bayesian Proto-MAML for Few-Shot Industrial Image Anomaly Detection

2026-01-27 · Soham Sarkar, Tanmay Sen, Sayantan Banerjee arxiv

Industrial image anomaly detection is a challenging problem owing to extreme class imbalance and the scarcity of labeled defective samples, particularly in few-shot settings. We propose BayPrAnoMeta, a Bayesian generaliz…

Anomaly Detection

Repurposing Pretrained Models for Robust Out-of-domain Few-Shot Learning

2021-03-16 · ICLR 2021 1 · Namyeong Kwon, Hwidong Na, Gabriel Huang, Simon Lacoste-Julien

Model-agnostic meta-learning (MAML) is a popular method for few-shot learning but assumes that we have access to the meta-training set. In practice, training on the meta-training set may not always be an option due to da…

Few-Shot LearningMeta-Learning

ST-MAML: A Stochastic-Task based Method for Task-Heterogeneous Meta-Learning

2021-09-27 · Zhe Wang, Jake Grigsby, Arshdeep Sekhon, Yanjun Qi

Optimization-based meta-learning typically assumes tasks are sampled from a single distribution - an assumption oversimplifies and limits the diversity of tasks that meta-learning can model. Handling tasks from multiple …

DiversityFew-Shot Image Classificationimage-classificationImage Classification+1

Multimodal Model-Agnostic Meta-Learning via Task-Aware Modulation

2019-10-30 · NeurIPS 2019 12 · Risto Vuorio, Shao-Hua Sun, Hexiang Hu, Joseph J. Lim

Model-agnostic meta-learners aim to acquire meta-learned parameters from similar tasks to adapt to novel tasks from the same distribution with few gradient updates. With the flexibility in the choice of models, those fra…

Few-Shot Image ClassificationFew-Shot LearningGeneral Classificationimage-classification+5