paper-with-me

홈 › Papers

One-stage Prompt-based Continual Learning

2024-02-25 · Youngeun Kim, Yuhang Li, Priyadarshini Panda

Prompt-based Continual Learning (PCL) has gained considerable attention as a promising continual learning solution as it achieves state-of-the-art performance while preventing privacy violation and memory overhead issues. Nonetheless, existing PCL approaches face significant computational burdens because of two Vision Transformer (ViT) feed-forward stages; one is for the query ViT that generates a prompt query to select prompts inside a prompt pool; the other one is a backbone ViT that mixes information between selected prompts and image tokens. To address this, we introduce a one-stage PCL framework by directly using the intermediate layer's token embedding as a prompt query. This design removes the need for an additional feed-forward stage for query ViT, resulting in ~50% computational cost reduction for both training and inference with marginal accuracy drop < 1%. We further introduce a Query-Pool Regularization (QR) loss that regulates the relationship between the prompt query and the prompt pool to improve representation power. The QR loss is only applied during training time, so there is no computational overhead at inference from the QR loss. With the QR loss, our approach maintains ~ 50% computational cost reduction during inference as well as outperforms the prior two-stage PCL methods by ~1.4% on public class-incremental continual learning benchmarks including CIFAR-100, ImageNet-R, and DomainNet.

📄 PDF Abstract BibTeX arXiv:2402.16189

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…
Attention 설명 없음

Similar Papers 제목 키워드 기반

CluMo: Cluster-based Modality Fusion Prompt for Continual Learning in Visual Question Answering

2024-08-21 · Yuliang Cai, Mohammad Rostami

Large vision-language models (VLMs) have shown significant performance boost in various application domains. However, adopting them to deal with several sequentially encountered tasks has been challenging because finetun…

Continual LearningQuestion AnsweringVisual Question Answering

LW2G: Learning Whether to Grow for Prompt-based Continual Learning

2024-09-27 · Qian Feng, Dawei Zhou, Hanbin Zhao, Chao Zhang 외

Continual Learning (CL) aims to learn in non-stationary scenarios, progressively acquiring and maintaining knowledge from sequential tasks. Recent Prompt-based Continual Learning (PCL) has achieved remarkable performance…

Continual LearningPrompt LearningRetrieval

UniPrompt-CL: Sustainable Continual Learning in Medical AI with Unified Prompt Pools

2025-08-14 · Gyutae Oh, Jitae Shin arxiv

Modern AI models are typically trained on static datasets, limiting their ability to continuously adapt to rapidly evolving real-world environments. While continual learning (CL) addresses this limitation, most CL method…

Incremental LearningContinual Learning

Decoupling Continual Semantic Segmentation

2025-08-07 · Yifu Guo, Yuquan Lu, Wentao Zhang, Zishan Xu 외 arxiv

Continual Semantic Segmentation (CSS) requires learning new classes without forgetting previously acquired knowledge, addressing the fundamental challenge of catastrophic forgetting in dense prediction tasks. However, ex…

Continual Semantic SegmentationContinual Learning

A Proposal for Networks Capable of Continual Learning

2025-03-28 · Zeki Doruk Erden, Boi Faltings

We analyze the ability of computational units to retain past responses after parameter updates, a key property for system-wide continual learning. Neural networks trained with gradient descent lack this capability, promp…

Continual Learning