LGCVMLJul 26, 2019

Multi-Stage Prediction Networks for Data Harmonization

arXiv:1907.11629v120 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses data harmonization for medical imaging, specifically dMRI, by improving predictive performance and learning efficiency, though it is incremental as it builds on existing multi-task learning frameworks.

The paper tackles the problem of harmonizing images across different acquisition platforms and sites by introducing multi-task learning to data harmonization, resulting in a 20% improvement in patch-based mean-squared error over state-of-the-art methods.

In this paper, we introduce multi-task learning (MTL) to data harmonization (DH); where we aim to harmonize images across different acquisition platforms and sites. This allows us to integrate information from multiple acquisitions and improve the predictive performance and learning efficiency of the harmonization model. Specifically, we introduce the Multi Stage Prediction (MSP) Network, a MTL framework that incorporates neural networks of potentially disparate architectures, trained for different individual acquisition platforms, into a larger architecture that is refined in unison. The MSP utilizes high-level features of single networks for individual tasks, as inputs of additional neural networks to inform the final prediction, therefore exploiting redundancy across tasks to make the most of limited training data. We validate our methods on a dMRI harmonization challenge dataset, where we predict three modern platform types, from one obtained from an old scanner. We show how MTL architectures, such as the MSP, produce around 20\% improvement of patch-based mean-squared error over current state-of-the-art methods and that our MSP outperforms off-the-shelf MTL networks. Our code is available https://github.com/sbb-gh/ .

Foundations

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

Your Notes