paper-with-me

홈 › Papers

Coarse-To-Fine Incremental Few-Shot Learning

2021-11-24 · Xiang Xiang, Yuwen Tan, Qian Wan, Jing Ma

Different from fine-tuning models pre-trained on a large-scale dataset of preset classes, class-incremental learning (CIL) aims to recognize novel classes over time without forgetting pre-trained classes. However, a given model will be challenged by test images with finer-grained classes, e.g., a basenji is at most recognized as a dog. Such images form a new training set (i.e., support set) so that the incremental model is hoped to recognize a basenji (i.e., query) as a basenji next time. This paper formulates such a hybrid natural problem of coarse-to-fine few-shot (C2FS) recognition as a CIL problem named C2FSCIL, and proposes a simple, effective, and theoretically-sound strategy Knowe: to learn, normalize, and freeze a classifier's weights from fine labels, once learning an embedding space contrastively from coarse labels. Besides, as CIL aims at a stability-plasticity balance, new overall performance metrics are proposed. In that sense, on CIFAR-100, BREEDS, and tieredImageNet, Knowe outperforms all recent relevant CIL/FSCIL methods that are tailored to the new problem setting for the first time.

📄 PDF Abstract BibTeX arXiv:2111.14806

Code (1)

HAIV-Lab/Knowe 공식 구현 pytorch

Tasks

class-incremental learningClass Incremental LearningFew-Shot LearningIncremental Learning

Similar Papers 제목 키워드 기반

Hyperbolic Coarse-to-Fine Few-Shot Class-Incremental Learning

2025-09-23 · Jiaxin Dai, Xiang Xiang arxiv

In the field of machine learning, hyperbolic space demonstrates superior representation capabilities for hierarchical data compared to conventional Euclidean space. This work focuses on the Coarse-To-Fine Few-Shot Class-…

Few-Shot Class-Incremental Learning

Coarse-to-Fine Domain Incremental Learning with Attentive Distillation for Mining Footprint Segmentation in Multispectral Imagery

2026-05-23 · Alif Tri Handoyo, Vincent C. S. Lee, Rizka Widyarini Purwanto, Alex M. Lechner 외 arxiv

Automatically mapping and segmenting global mining footprints using remote sensing and deep learning is critical for monitoring the socio-environmental risks and impacts of mining, yet its progress is hindered by the sca…

Incremental LearningDomain Adaptation

Incremental-DETR: Incremental Few-Shot Object Detection via Self-Supervised Learning

2022-05-09 · Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

Incremental few-shot object detection aims at detecting novel classes without forgetting knowledge of the base classes with only a few labeled training data from the novel classes. Most related prior works are on increme…

Few-Shot Object DetectionKnowledge DistillationObjectobject-detection+2

Few-shot Class-incremental Fault Diagnosis by Preserving Class-Agnostic Knowledge with Dual-Granularity Representations

2025-08-16 · Zhendong Yang, Jie Wang, Liansong Zong, Xiaorong Liu 외 arxiv

Few-Shot Class-Incremental Fault Diagnosis (FSC-FD), which aims to continuously learn from new fault classes with only a few samples without forgetting old ones, is critical for real-world industrial systems. However, th…

Fault Diagnosis

AdaSfM: From Coarse Global to Fine Incremental Adaptive Structure from Motion

2023-01-28 · Yu Chen, Zihao Yu, Shu Song, Tianning Yu 외

Despite the impressive results achieved by many existing Structure from Motion (SfM) approaches, there is still a need to improve the robustness, accuracy, and efficiency on large-scale scenes with many outlier matches a…