Adapter Learning in Pretrained Feature Extractor for Continual Learning of Diseases
Wentao Zhang, Yujun Huang, Tong Zhang, Qingsong Zou, Wei-Shi Zheng,, Ruixuan Wang

TL;DR
This paper introduces ACL, an adapter-based continual learning framework that enables diagnosis systems to learn new diseases without forgetting old ones by using lightweight adapters and task-specific heads, demonstrated on medical image datasets.
Contribution
The paper proposes a novel ACL framework that employs lightweight adapters and a task-specific head to prevent catastrophic forgetting in disease diagnosis models during continual learning.
Findings
ACL outperforms existing methods on three medical image datasets.
The use of task-specific heads improves classification accuracy across tasks.
Lightweight adapters enable effective learning without altering the shared feature extractor.
Abstract
Currently intelligent diagnosis systems lack the ability of continually learning to diagnose new diseases once deployed, under the condition of preserving old disease knowledge. In particular, updating an intelligent diagnosis system with training data of new diseases would cause catastrophic forgetting of old disease knowledge. To address the catastrophic forgetting issue, an Adapter-based Continual Learning framework called ACL is proposed to help effectively learn a set of new diseases at each round (or task) of continual learning, without changing the shared feature extractor. The learnable lightweight task-specific adapter(s) can be flexibly designed (e.g., two convolutional layers) and then added to the pretrained and fixed feature extractor. Together with a specially designed task-specific head which absorbs all previously learned old diseases as a single "out-of-distribution"…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Mycobacterium research and diagnosis
