From Lab to Pocket: A Novel Continual Learning-based Mobile Application for Screening COVID-19
Danny Falero, Muhammad Ashad Kabir, Nusrat Homaira

TL;DR
This paper introduces a mobile application for COVID-19 screening that uses a continual learning approach with deep learning models, enabling it to adapt to new data without retraining from scratch, and demonstrates high accuracy and practical design considerations.
Contribution
It presents a novel continual learning-based mobile app for COVID-19 screening, selecting optimal models and methods to adapt to evolving datasets in real-time.
Findings
DenseNet161 achieved 96.87% accuracy as the foundation model.
Learning without Forgetting (LwF) was the best continual learning method with 71.99% performance.
The app effectively integrates continual learning for real-time COVID-19 screening.
Abstract
Artificial intelligence (AI) has emerged as a promising tool for predicting COVID-19 from medical images. In this paper, we propose a novel continual learning-based approach and present the design and implementation of a mobile application for screening COVID-19. Our approach demonstrates the ability to adapt to evolving datasets, including data collected from different locations or hospitals, varying virus strains, and diverse clinical presentations, without retraining from scratch. We have evaluated state-of-the-art continual learning methods for detecting COVID-19 from chest X-rays and selected the best-performing model for our mobile app. We evaluated various deep learning architectures to select the best-performing one as a foundation model for continual learning. Both regularization and memory-based methods for continual learning were tested, using different memory sizes to…
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
TopicsCOVID-19 diagnosis using AI
