中文
相关论文

相关论文: S3C: Self-Supervised Stochastic Classifiers for Fe…

200 篇论文

Few-shot class-incremental learning (FSCIL) aims to design machine learning algorithms that can continually learn new concepts from a few data points, without forgetting knowledge of old classes. The difficulty lies in that limited data…

计算机视觉与模式识别 · 计算机科学 2021-04-08 Chi Zhang , Nan Song , Guosheng Lin , Yun Zheng , Pan Pan , Yinghui Xu

Few-shot class-incremental learning (FSCIL) aims to build machine learning model that can continually learn new concepts from a few data samples, without forgetting knowledge of old classes. The challenges of FSCIL lies in the limited data…

计算机视觉与模式识别 · 计算机科学 2023-11-01 Fuyuan Hu , Jian Zhang , Fan Lyu , Linyan Li , Fenglei Xu

Few-shot class-incremental learning (FSCIL) aims to incrementally fine-tune a model (trained on base classes) for a novel set of classes using a few examples without forgetting the previous training. Recent efforts address this problem…

计算机视觉与模式识别 · 计算机科学 2022-07-25 Townim Chowdhury , Ali Cheraghian , Sameera Ramasinghe , Sahar Ahmadi , Morteza Saberi , Shafin Rahman

Large deep learning models are impressive, but they struggle when real-time data is not available. Few-shot class-incremental learning (FSCIL) poses a significant challenge for deep neural networks to learn new tasks from just a few labeled…

计算机视觉与模式识别 · 计算机科学 2023-10-25 Songsong Tian , Lusi Li , Weijun Li , Hang Ran , Xin Ning , Prayag Tiwari

Few-shot class-incremental learning (FSCIL) aims to incrementally learn models from a small amount of novel data, which requires strong representation and adaptation ability of models learned under few-example supervision to avoid…

计算机视觉与模式识别 · 计算机科学 2026-01-13 Kexin Bao , Yong Li , Dan Zeng , Shiming Ge

Few-shot Class-Incremental Learning (FSCIL) presents a unique challenge in Machine Learning (ML), as it necessitates the Incremental Learning (IL) of new classes from sparsely labeled training samples without forgetting previous knowledge.…

机器学习 · 计算机科学 2025-01-10 Jinghua Zhang , Li Liu , Olli Silvén , Matti Pietikäinen , Dewen Hu

Few-shot class-incremental learning (FSCIL) aims to continually fit new classes with limited training data, while maintaining the performance of previously learned classes. The main challenges are overfitting the rare new training samples…

计算机视觉与模式识别 · 计算机科学 2024-03-22 Mingli Zhu , Zihao Zhu , Sihong Chen , Chen Chen , Baoyuan Wu

Few-Shot Class-Incremental Learning (FSCIL) represents a cutting-edge paradigm within the broader scope of machine learning, designed to empower models with the ability to assimilate new classes of data with limited examples while…

机器学习 · 计算机科学 2025-03-17 Marinela Adam

Few-shot Class Incremental Learning (FSCIL) presents a challenging yet realistic scenario, which requires the model to continually learn new classes with limited labeled data (i.e., incremental sessions) while retaining knowledge of…

计算机视觉与模式识别 · 计算机科学 2024-11-05 Yijie Hu , Guanyu Yang , Zhaorui Tan , Xiaowei Huang , Kaizhu Huang , Qiu-Feng Wang

Few-shot class-incremental learning (FSCIL) aims to learn sequential classes with limited samples in a few-shot fashion. Inherited from the classical class-incremental learning setting, the popular benchmark of FSCIL uses averaged accuracy…

计算机视觉与模式识别 · 计算机科学 2024-07-11 Yu-Ming Tang , Yi-Xing Peng , Jingke Meng , Wei-Shi Zheng

Class-Incremental Learning (CIL) aims to prevent catastrophic forgetting of previously learned classes while sequentially incorporating new ones. The more challenging Few-shot CIL (FSCIL) setting further complicates this by providing only a…

计算机视觉与模式识别 · 计算机科学 2025-03-14 Zhiwu Wang , Yichen Wu , Renzhen Wang , Haokun Lin , Quanziang Wang , Qian Zhao , Deyu Meng

Few-shot class-incremental learning (FSCIL) is a paradigm where a model, initially trained on a dataset of base classes, must adapt to an expanding problem space by recognizing novel classes with limited data. We focus on the challenging…

计算机视觉与模式识别 · 计算机科学 2026-01-27 Jack Foster , Kirill Paramonov , Mete Ozay , Umberto Michieli

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 old classes. Under…

计算机视觉与模式识别 · 计算机科学 2022-08-22 Da-Wei Zhou , Han-Jia Ye , Liang Ma , Di Xie , Shiliang Pu , De-Chuan Zhan

Few-shot class-incremental learning (FSCIL) aims at recognizing novel classes continually with limited novel class samples. A mainstream baseline for FSCIL is first to train the whole model in the base session, then freeze the feature…

计算机视觉与模式识别 · 计算机科学 2024-02-02 Li-Jun Zhao , Zhen-Duo Chen , Zi-Chao Zhang , Xin Luo , Xin-Shun Xu

Few-shot class-incremental learning (FSCIL) has addressed challenging real-world scenarios where unseen novel classes continually arrive with few samples. In these scenarios, it is required to develop a model that recognizes the novel…

机器学习 · 计算机科学 2022-06-23 Jaehoon Oh , Se-Young Yun

Few-Shot Class-Incremental Learning (FSCIL) models aim to incrementally learn new classes with scarce samples while preserving knowledge of old ones. Existing FSCIL methods usually fine-tune the entire backbone, leading to overfitting and…

机器学习 · 计算机科学 2024-07-18 Chenxi Liu , Zhenyi Wang , Tianyi Xiong , Ruibo Chen , Yihan Wu , Junfeng Guo , Heng Huang

Few-Shot Class-Incremental Learning (FSCIL) aims at incrementally learning novel classes from a few labeled samples by avoiding the overfitting and catastrophic forgetting simultaneously. The current protocol of FSCIL is built by mimicking…

计算机视觉与模式识别 · 计算机科学 2022-07-21 Yawen Cui , Zitong Yu , Wei Peng , Li Liu

Few-shot class incremental learning (FSCIL) enables the continual learning of new concepts with only a few training examples. In FSCIL, the model undergoes substantial updates, making it prone to forgetting previous concepts and overfitting…

机器学习 · 计算机科学 2025-06-23 Juntae Lee , Munawar Hayat , Sungrack Yun

Few-shot class-incremental learning (FSCIL) aims to adapt the model to new classes from very few data (5 samples) without forgetting the previously learned classes. Recent works in many-shot CIL (MSCIL) (using all available training data)…

计算机视觉与模式识别 · 计算机科学 2024-04-11 Dipam Goswami , Bartłomiej Twardowski , Joost van de Weijer

Few-shot class-incremental learning (FSCIL) presents the primary challenge of balancing underfitting to a new session's task and forgetting the tasks from previous sessions. To address this challenge, we develop a simple yet powerful…

计算机视觉与模式识别 · 计算机科学 2023-05-29 In-Ug Yoon , Tae-Min Choi , Young-Min Kim , Jong-Hwan Kim
‹ 上一页 1 2 3 10 下一页 ›