paper-with-me

Papers

Few-Shot Class-Incremental Learning from an Open-Set Perspective

2022-07-30 · Can Peng, Kun Zhao, Tianren Wang, Meng Li, Brian C. Lovell

The continual appearance of new objects in the visual world poses considerable challenges for current deep learning methods in real-world deployments. The challenge of new task learning is often exacerbated by the scarcity of data for the new categories due to rarity or cost. Here we explore the important task of Few-Shot Class-Incremental Learning (FSCIL) and its extreme data scarcity condition of one-shot. An ideal FSCIL model needs to perform well on all classes, regardless of their presentation order or paucity of data. It also needs to be robust to open-set real-world conditions and be easily adapted to the new tasks that always arise in the field. In this paper, we first reevaluate the current task setting and propose a more comprehensive and practical setting for the FSCIL task. Then, inspired by the similarity of the goals for FSCIL and modern face recognition systems, we propose our method -- Augmented Angular Loss Incremental Classification or ALICE. In ALICE, instead of the commonly used cross-entropy loss, we propose to use the angular penalty loss to obtain well-clustered features. As the obtained features not only need to be compactly clustered but also diverse enough to maintain generalization for future incremental classes, we further discuss how class augmentation, data augmentation, and data balancing affect classification performance. Experiments on benchmark datasets, including CIFAR100, miniImageNet, and CUB200, demonstrate the improved performance of ALICE over the state-of-the-art FSCIL methods.

📄 PDF Abstract BibTeX arXiv:2208.00147

Code (1)

canpeng123/fscil_alice 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningData AugmentationFace RecognitionFew-Shot Class-Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

Attraction Diminishing and Distributing for Few-Shot Class-Incremental Learning

2025-01-01 · CVPR 2025 1 · Li-Jun Zhao, Zhen-Duo Chen, Yongxin Wang, Xin Luo 외

Few-Shot Class-Incremental Learning (FSCIL) aims to continuously learn novel classes with limited samples after pre-training on a set of base classes. To avoid catastrophic forgetting and overfitting, most FSCIL meth…

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

Incremental Few-Shot Object Detection

2020-03-10 · CVPR 2020 6 · Juan-Manuel Perez-Rua, Xiatian Zhu, Timothy Hospedales, Tao Xiang

Most existing object detection methods rely on the availability of abundant labelled training samples per class and offline model training in a batch mode. These requirements substantially limit their scalability to open…

Few-Shot LearningFew-Shot Object DetectionIncremental LearningMeta-Learning+3

Few-Shot Batch Incremental Road Object Detection via Detector Fusion

2021-08-18 · Anuj Tambwekar, Kshitij Agrawal, Anay Majee, Anbumani Subramanian

Incremental few-shot learning has emerged as a new and challenging area in deep learning, whose objective is to train deep learning models using very few samples of new class data, and none of the old class data. In this…

Few-Shot Learningobject-detectionObject Detection

Continual Learning in Open-vocabulary Classification with Complementary Memory Systems

2023-07-04 · Zhen Zhu, Weijie Lyu, Yao Xiao, Derek Hoiem

We introduce a method for flexible and efficient continual learning in open-vocabulary image classification, drawing inspiration from the complementary learning systems observed in human cognition. Specifically, we propo…

Continual Learningimage-classificationImage ClassificationOpen Vocabulary Image Classification

Delving into the Openness of CLIP

2022-06-04 · Shuhuai Ren, Lei LI, Xuancheng Ren, Guangxiang Zhao 외

Contrastive Language-Image Pre-training (CLIP) formulates image classification as an image-to-text matching task, i.e., matching images to the corresponding natural language descriptions instead of discrete category IDs.…

image-classificationImage ClassificationImage to textText Matching