Table of Contents
Fetching ...

Multitask Multimodal Self-Supervised Learning for Medical Images

Cristian Simionescu

TL;DR

Medical image analysis faces a data bottleneck due to limited expert-labeled datasets, privacy, and heterogeneity across modalities. This work introduces Medformer, a multitask, multimodal foundational model built around Adaptformers that dynamically tailor input and output processing via latent embeddings for dimensionality (2D/3D), modality, body region, and task. It combines self-supervised learning with supervised fine-tuning, showing that large-scale SSL pretraining plus task-specific adaptation yields faster convergence and competitive or superior performance on diverse MedMNIST tasks, particularly in data-scarce settings. The thesis also presents BrainFuse for MRI data augmentation, Backforward Propagation for training stability, and REVERT for clinical outcome prediction, illustrating broad applicability across medical and domain-specific problems. Collectively, these contributions demonstrate a scalable, adaptable pathway toward data-efficient, trustworthy diagnostic systems with potential impact on clinical workflows, data privacy, and cross-modality knowledge transfer.

Abstract

This thesis works to address a pivotal challenge in medical image analysis: the reliance on extensive labeled datasets, which are often limited due to the need for expert annotation and constrained by privacy and legal issues. By focusing on the development of self-supervised learning techniques and domain adaptation methods, this research aims to circumvent these limitations, presenting a novel approach to enhance the utility and efficacy of deep learning in medical imaging. Central to this thesis is the development of the Medformer, an innovative neural network architecture designed for multitask learning and deep domain adaptation. This model is adept at pre-training on diverse medical image datasets, handling varying sizes and modalities, and is equipped with a dynamic input-output adaptation mechanism. This enables efficient processing and integration of a wide range of medical image types, from 2D X-rays to complex 3D MRIs, thus mitigating the dependency on large labeled datasets. Further, the thesis explores the current state of self-supervised learning in medical imaging. It introduces novel pretext tasks that are capable of extracting meaningful information from unlabeled data, significantly advancing the model's interpretative abilities. This approach is validated through rigorous experimentation, including the use of the MedMNIST dataset, demonstrating the model's proficiency in learning generalized features applicable to various downstream tasks. In summary, this thesis contributes to the advancement of medical image analysis by offering a scalable, adaptable framework that reduces reliance on labeled data. It paves the way for more accurate, efficient diagnostic tools in healthcare, signifying a major step forward in the application of deep learning in medical imaging.

Multitask Multimodal Self-Supervised Learning for Medical Images

TL;DR

Medical image analysis faces a data bottleneck due to limited expert-labeled datasets, privacy, and heterogeneity across modalities. This work introduces Medformer, a multitask, multimodal foundational model built around Adaptformers that dynamically tailor input and output processing via latent embeddings for dimensionality (2D/3D), modality, body region, and task. It combines self-supervised learning with supervised fine-tuning, showing that large-scale SSL pretraining plus task-specific adaptation yields faster convergence and competitive or superior performance on diverse MedMNIST tasks, particularly in data-scarce settings. The thesis also presents BrainFuse for MRI data augmentation, Backforward Propagation for training stability, and REVERT for clinical outcome prediction, illustrating broad applicability across medical and domain-specific problems. Collectively, these contributions demonstrate a scalable, adaptable pathway toward data-efficient, trustworthy diagnostic systems with potential impact on clinical workflows, data privacy, and cross-modality knowledge transfer.

Abstract

This thesis works to address a pivotal challenge in medical image analysis: the reliance on extensive labeled datasets, which are often limited due to the need for expert annotation and constrained by privacy and legal issues. By focusing on the development of self-supervised learning techniques and domain adaptation methods, this research aims to circumvent these limitations, presenting a novel approach to enhance the utility and efficacy of deep learning in medical imaging. Central to this thesis is the development of the Medformer, an innovative neural network architecture designed for multitask learning and deep domain adaptation. This model is adept at pre-training on diverse medical image datasets, handling varying sizes and modalities, and is equipped with a dynamic input-output adaptation mechanism. This enables efficient processing and integration of a wide range of medical image types, from 2D X-rays to complex 3D MRIs, thus mitigating the dependency on large labeled datasets. Further, the thesis explores the current state of self-supervised learning in medical imaging. It introduces novel pretext tasks that are capable of extracting meaningful information from unlabeled data, significantly advancing the model's interpretative abilities. This approach is validated through rigorous experimentation, including the use of the MedMNIST dataset, demonstrating the model's proficiency in learning generalized features applicable to various downstream tasks. In summary, this thesis contributes to the advancement of medical image analysis by offering a scalable, adaptable framework that reduces reliance on labeled data. It paves the way for more accurate, efficient diagnostic tools in healthcare, signifying a major step forward in the application of deep learning in medical imaging.
Paper Structure (207 sections, 11 equations, 32 figures, 13 tables, 2 algorithms)

This paper contains 207 sections, 11 equations, 32 figures, 13 tables, 2 algorithms.

Figures (32)

  • Figure 1: Examples of heterogeneous medical imaging modalities illustrating the diversity in data (X-ray, CT, and MRI).
  • Figure 2: Examples of homogeneity in medical imaging modalities illustrating the similarity of the underlying subject (PET, CT, and MRI).
  • Figure 3: Neuron structure
  • Figure 4: Multi-layered perceptron
  • Figure 5: Recurrent neural structure
  • ...and 27 more figures