paper-with-me

홈 › Papers

MetaFSCIL: A Meta-Learning Approach for Few-Shot Class Incremental Learning

2022-01-01 · CVPR 2022 1 · Zhixiang Chi, Li Gu, Huan Liu, Yang Wang, Yuanhao Yu, Jin Tang

In this paper, we tackle the problem of few-shot class incremental learning (FSCIL). FSCIL aims to incrementally learn new classes with only a few samples in each class. Most existing methods only consider the incremental steps at test time. The learning objective of these methods is often hand-engineered and is not directly tied to the objective (i.e. incrementally learning new classes) during testing. Those methods are sub-optimal due to the misalignment between the training objectives and what the methods are expected to do during evaluation. In this work, we proposed a bi-level optimization based on meta-learning to directly optimize the network to learn how to incrementally learn in the setting of FSCIL. Concretely, we propose to sample sequences of incremental tasks from base classes for training to simulate the evaluation protocol. For each task, the model is learned using a meta-objective such that it is capable to perform fast adaptation without forgetting. Furthermore, we propose a bi-directional guided modulation, which is learned to automatically modulate the activations to reduce catastrophic forgetting. Extensive experimental results demonstrate that the proposed method outperforms the baseline and achieves the state-of-the-art results on CIFAR100, MiniImageNet, and CUB200 datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental LearningMeta-Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Incremental Meta-Learning via Episodic Replay Distillation for Few-Shot Image Recognition

2021-11-09 · Kai Wang, Xialei Liu, Andy Bagdanov, Luis Herranz 외

Most meta-learning approaches assume the existence of a very large set of labeled data available for episodic meta-learning of base knowledge. This contrasts with the more realistic continual learning paradigm in which d…

Continual LearningKnowledge DistillationMeta-Learning

Incremental Meta-Learning via Indirect Discriminant Alignment

2020-02-11 · Qing Liu, Orchid Majumder, Alessandro Achille, Avinash Ravichandran 외

Majority of the modern meta-learning methods for few-shot classification tasks operate in two phases: a meta-training phase where the meta-learner learns a generic representation by solving multiple few-shot tasks sample…

Incremental LearningMeta-Learning

XtarNet: Learning to Extract Task-Adaptive Representation for Incremental Few-Shot Learning

2020-03-19 · ICML 2020 1 · Sung Whan Yoon, Do-Yeon Kim, Jun Seo, Jaekyun Moon

Learning novel concepts while preserving prior knowledge is a long-standing challenge in machine learning. The challenge gets greater when a novel task is given with only a few labeled examples, a problem known as increm…

Few-Shot LearningNovel ConceptsTAR

Incremental Few-Shot Object Detection via Simple Fine-Tuning Approach

2023-02-20 · Tae-Min Choi, Jong-Hwan Kim

In this paper, we explore incremental few-shot object detection (iFSD), which incrementally learns novel classes using only a few examples without revisiting base classes. Previous iFSD works achieved the desired results…

Few-Shot Object DetectionMeta-Learningobject-detectionObject Detection

Few-Shot Class-Incremental Learning by Sampling Multi-Phase Tasks

2022-03-31 · Da-Wei Zhou, Han-Jia Ye, Liang Ma, Di Xie 외

New classes arise frequently in our ever-changing world, e.g., emerging topics in social media and new types of products in e-commerce. A model should recognize new classes and meanwhile maintain discriminability over ol…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+1