CVLGJan 16, 2020

Continual Learning for Domain Adaptation in Chest X-ray Classification

arXiv:2001.05922v168 citations
AI Analysis

This addresses domain adaptation challenges in medical imaging for radiologists and AI practitioners, but it is incremental as it applies existing continual learning methods to a new dataset combination.

The paper tackled the problem of deep learning models' limited generalization to new domains in chest X-ray classification by applying continual learning techniques like Joint Training, Elastic Weight Consolidation, and Learning Without Forgetting, achieving competitive results with Learning Without Forgetting even without source domain data.

Over the last years, Deep Learning has been successfully applied to a broad range of medical applications. Especially in the context of chest X-ray classification, results have been reported which are on par, or even superior to experienced radiologists. Despite this success in controlled experimental environments, it has been noted that the ability of Deep Learning models to generalize to data from a new domain (with potentially different tasks) is often limited. In order to address this challenge, we investigate techniques from the field of Continual Learning (CL) including Joint Training (JT), Elastic Weight Consolidation (EWC) and Learning Without Forgetting (LWF). Using the ChestX-ray14 and the MIMIC-CXR datasets, we demonstrate empirically that these methods provide promising options to improve the performance of Deep Learning models on a target domain and to mitigate effectively catastrophic forgetting for the source domain. To this end, the best overall performance was obtained using JT, while for LWF competitive results could be achieved - even without accessing data from the source domain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes