DeepAI AI Chat
Log In Sign Up

Planar 3D Transfer Learning for End to End Unimodal MRI Unbalanced Data Segmentation

11/23/2020
by   Martin Kolarik, et al.
18

We present a novel approach of 2D to 3D transfer learning based on mapping pre-trained 2D convolutional neural network weights into planar 3D kernels. The method is validated by the proposed planar 3D res-u-net network with encoder transferred from the 2D VGG-16, which is applied for a single-stage unbalanced 3D image data segmentation. In particular, we evaluate the method on the MICCAI 2016 MS lesion segmentation challenge dataset utilizing solely fluid-attenuated inversion recovery (FLAIR) sequence without brain extraction for training and inference to simulate real medical praxis. The planar 3D res-u-net network performed the best both in sensitivity and Dice score amongst end to end methods processing raw MRI scans and achieved comparable Dice score to a state-of-the-art unimodal not end to end approach. Complete source code was released under the open-source license, and this paper complies with the Machine learning reproducibility checklist. By implementing practical transfer learning for 3D data representation, we could segment heavily unbalanced data without selective sampling and achieved more reliable results using less training data in a single modality. From a medical perspective, the unimodal approach gives an advantage in real praxis as it does not require co-registration nor additional scanning time during an examination. Although modern medical imaging methods capture high-resolution 3D anatomy scans suitable for computer-aided detection system processing, deployment of automatic systems for interpretation of radiology imaging is still rather theoretical in many medical areas. Our work aims to bridge the gap by offering a solution for partial research questions.

READ FULL TEXT

page 2

page 3

page 6

page 8

10/15/2018

SynSeg-Net: Synthetic Segmentation Without Target Modality Ground Truth

A key limitation of deep convolutional neural networks (DCNN) based imag...
06/11/2018

Synthetic Perfusion Maps: Imaging Perfusion Deficits in DSC-MRI with Deep Learning

In this work, we present a novel convolutional neural net- work based me...
04/28/2021

Medical Transformer: Universal Brain Encoder for 3D MRI Analysis

Transfer learning has gained attention in medical image analysis due to ...
10/29/2019

Region-based Convolution Neural Network Approach for Accurate Segmentation of Pelvic Radiograph

With the increasing usage of radiograph images as a most common medical ...
03/09/2020

Automatic segmentation of spinal multiple sclerosis lesions: How to generalize across MRI contrasts?

Despite recent improvements in medical image segmentation, the ability t...
10/02/2017

Spinal cord gray matter segmentation using deep dilated convolutions

Gray matter (GM) tissue changes have been associated with a wide range o...

Code Repositories

transfer2d3d

This repository contains code to our paper Planar 3D Transfer Learning for End to End Unimodal MRI Unbalanced Data Segmentation that is accepted for oral presentation at ICPR 2021 regarding weight transfer from 2D imagenet classification architectures to 3D for semantic segmentation


view repo