paper-with-me

홈 › Papers

Few-Shot Continual Learning via Flat-to-Wide Approaches

2023-06-26 · Muhammad Anwar Ma'sum, Mahardhika Pratama, Edwin Lughofer, Lin Liu, Habibullah, Ryszard Kowalczyk

Existing approaches on continual learning call for a lot of samples in their training processes. Such approaches are impractical for many real-world problems having limited samples because of the overfitting problem. This paper proposes a few-shot continual learning approach, termed FLat-tO-WidE AppRoach (FLOWER), where a flat-to-wide learning process finding the flat-wide minima is proposed to address the catastrophic forgetting problem. The issue of data scarcity is overcome with a data augmentation approach making use of a ball generator concept to restrict the sampling space into the smallest enclosing ball. Our numerical studies demonstrate the advantage of FLOWER achieving significantly improved performances over prior arts notably in the small base tasks. For further study, source codes of FLOWER, competitor algorithms and experimental logs are shared publicly in \url{https://github.com/anwarmaxsum/FLOWER}.

📄 PDF Abstract BibTeX arXiv:2306.14369

Code (1)

anwarmaxsum/flower 공식 구현 pytorch

Tasks

Continual LearningData Augmentation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Unsupervised Few-Shot Continual Learning for Remote Sensing Image Scene Classification

2024-06-04 · Muhammad Anwar Ma'sum, Mahardhika Pratama, Ramasamy Savitha, Lin Liu 외

A continual learning (CL) model is desired for remote sensing image analysis because of varying camera parameters, spectral ranges, resolutions, etc. There exist some recent initiatives to develop CL techniques in this d…

Continual LearningScene Classification

C-Flat++: Towards a More Efficient and Powerful Framework for Continual Learning

2025-08-26 · Wei Li, Hangjie Yuan, Zixiang Zhao, Yifan Zhu 외 arxiv

Balancing sensitivity to new tasks and stability for retaining past knowledge is crucial in continual learning (CL). Recently, sharpness-aware minimization has proven effective in transfer learning and has also been adop…

Continual LearningTransfer Learning

A Faster Path to Continual Learning

2026-04-13 · Wei Li, Hangjie Yuan, Zixiang Zhao, Borui Kang 외 arxiv

Continual Learning (CL) aims to train neural networks on a dynamic stream of tasks without forgetting previously learned knowledge. Among optimization-based approaches, C-Flat has emerged as a promising solution due to i…

Continual Learning

Make Continual Learning Stronger via C-Flat

2024-04-01 · Ang Bian, Wei Li, Hangjie Yuan, Chengrong Yu 외

Model generalization ability upon incrementally acquiring dynamically updating knowledge from sequentially arriving tasks is crucial to tackle the sensitivity-stability dilemma in Continual Learning (CL). Weight loss lan…

Continual Learning

AlterSGD: Finding Flat Minima for Continual Learning by Alternative Training

2021-07-13 · Zhongzhan Huang, Mingfu Liang, Senwei Liang, wei he

Deep neural networks suffer from catastrophic forgetting when learning multiple knowledge sequentially, and a growing number of approaches have been proposed to mitigate this problem. Some of these methods achieved consi…

Continual LearningSemantic Segmentation