Applications of Sequential Learning for Medical Image Classification
Sohaib Naim, Brian Caffo, Haris I Sair, Craig K Jones

TL;DR
This paper develops a sequential learning framework for medical image classification, enabling models to learn from small data increments over time and addressing common challenges like overfitting and catastrophic forgetting.
Contribution
It introduces a novel neural network training approach for continual learning on medical images, with heuristics for training assessment without validation sets.
Findings
Sequential learning achieves ~95% accuracy similar to traditional CNNs.
Pre-training accelerates convergence and improves performance.
The approach is feasible for clinically realistic incremental data acquisition.
Abstract
Purpose: The aim of this work is to develop a neural network training framework for continual training of small amounts of medical imaging data and create heuristics to assess training in the absence of a hold-out validation or test set. Materials and Methods: We formulated a retrospective sequential learning approach that would train and consistently update a model on mini-batches of medical images over time. We address problems that impede sequential learning such as overfitting, catastrophic forgetting, and concept drift through PyTorch convolutional neural networks (CNN) and publicly available Medical MNIST and NIH Chest X-Ray imaging datasets. We begin by comparing two methods for a sequentially trained CNN with and without base pre-training. We then transition to two methods of unique training and validation data recruitment to estimate full information extraction without…
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
TopicsMachine Learning in Healthcare · COVID-19 diagnosis using AI · AI in cancer detection
MethodsBalanced Selection
