CVOct 25, 2021

Generalized Multi-Task Learning from Substantially Unlabeled Multi-Source Medical Image Data

arXiv:2110.13185v113 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of expensive and variable expert annotations in medical imaging by improving model generalizability through multi-task learning, though it is incremental as it builds on existing semi-supervised and multi-task approaches.

The authors tackled the problem of limited labeled medical image data by proposing MultiMix, a multi-task learning model that jointly learns disease classification and anatomical segmentation in a semi-supervised manner, achieving effectiveness in pneumonia classification and lung segmentation in chest X-ray images with varying labeled data quantities.

Deep learning-based models, when trained in a fully-supervised manner, can be effective in performing complex image analysis tasks, although contingent upon the availability of large labeled datasets. Especially in the medical imaging domain, however, expert image annotation is expensive, time-consuming, and prone to variability. Semi-supervised learning from limited quantities of labeled data has shown promise as an alternative. Maximizing knowledge gains from copious unlabeled data benefits semi-supervised learning models. Moreover, learning multiple tasks within the same model further improves its generalizability. We propose MultiMix, a new multi-task learning model that jointly learns disease classification and anatomical segmentation in a semi-supervised manner, while preserving explainability through a novel saliency bridge between the two tasks. Our experiments with varying quantities of multi-source labeled data in the training sets confirm the effectiveness of MultiMix in the simultaneous classification of pneumonia and segmentation of the lungs in chest X-ray images. Moreover, both in-domain and cross-domain evaluations across these tasks further showcase the potential of our model to adapt to challenging generalization scenarios.

Code Implementations1 repo
Foundations

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

Your Notes