Low-Rank Mixture-of-Experts for Continual Medical Image Segmentation
Qian Chen, Lei Zhu, Hangzhou He, Xinliang Zhang, Shuang Zeng, Qiushi, Ren, Yanye Lu

TL;DR
This paper introduces a low-rank mixture-of-experts approach for continual medical image segmentation, effectively mitigating catastrophic forgetting while reducing memory costs, and demonstrates superior performance on multiple datasets.
Contribution
The paper proposes a novel low-rank mixture-of-experts network for continual learning in medical segmentation, addressing forgetting and memory issues.
Findings
Outperforms existing methods on multiple datasets
Effectively mitigates catastrophic forgetting
Reduces memory costs significantly
Abstract
The primary goal of continual learning (CL) task in medical image segmentation field is to solve the "catastrophic forgetting" problem, where the model totally forgets previously learned features when it is extended to new categories (class-level) or tasks (task-level). Due to the privacy protection, the historical data labels are inaccessible. Prevalent continual learning methods primarily focus on generating pseudo-labels for old datasets to force the model to memorize the learned features. However, the incorrect pseudo-labels may corrupt the learned feature and lead to a new problem that the better the model is trained on the old task, the poorer the model performs on the new tasks. To avoid this problem, we propose a network by introducing the data-specific Mixture of Experts (MoE) structure to handle the new tasks or categories, ensuring that the network parameters of previous…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMedical Image Segmentation Techniques · COVID-19 diagnosis using AI · AI in cancer detection
MethodsFocus
