AUTHOR=Li Ruipeng , Ye Jianming , Huang Yueqi , Jin Wei , Xu Peng , Guo Lilin TITLE=A continuous learning approach to brain tumor segmentation: integrating multi-scale spatial distillation and pseudo-labeling strategies JOURNAL=Frontiers in Oncology VOLUME=Volume 13 - 2023 YEAR=2024 URL=https://www.frontiersin.org/journals/oncology/articles/10.3389/fonc.2023.1247603 DOI=10.3389/fonc.2023.1247603 ISSN=2234-943X ABSTRACT=In this study, we present a novel continuous learning framework tailored for brain tumor segmentation, a critical step in both diagnosis and treatment planning. This framework addresses common challenges in brain tumor segmentation, such as computational complexity, limited generalizability, and the extensive need for manual annotation. Our approach uniquely combines multi-scale spatial distillation with pseudo-labeling strategies, leveraging the coordinated capabilities of the ResNet18 and DeepLabV3+ network architectures. This integration enhances feature extraction and efficiently manages model size, promoting accurate and fast segmentation. To mitigate the problem of catastrophic forgetting during model training, our methodology incorporates a multi-scale spatial distillation scheme. This scheme is essential for maintaining model diversity and preserving knowledge from previous training phases.In addition, a confidence-based pseudo-labeling technique is employed, allowing the model to self-improve based on its predictions and ensuring a balanced treatment of data categories. The effectiveness of our framework has been evaluated on three publicly available datasets (BraTS2019, BraTS2020, BraTS2021) and one proprietary dataset (BraTS_FAHZU) using performance metrics such as Dice coefficient, sensitivity, specificity, and Hausdorff95 distance. The results consistently show competitive performance against other state-of-the-art segmentation techniques, demonstrating improved accuracy and efficiency. This advance has significant implications for the field of medical image segmentation. Our code is freely available at https://github.com/smallboy-code/A-brain-tumor-segmentation-framework-usingcontinual-learning.