Card

Segthor '19-using-ResU-net

The recent advances in the field of computer vision has led to the wide use of Convolutional Neural Networks (CNNs) in organ segmentation of computed tomography (CT) images. Image guided radiation therapy requires the accurate segmentation of organs at risk (OARs). In this paper, we propose a 2D U-Net network to automatically segment thoracic organs at risk in computed tomography (CT) images. The architecture consists of a down sampling path to capture features and a symmetric up sampling path to obtain precise localization. SegTHOR19 is a competition timed to the conference IEEE ISBI 2019 that addresses the problem of organs at risk segmentation in Computed Tomography (CT) images. In the SegTHOR19 challenge, 40 CT scans with 4 thoracic organs (i.e., esophagus, heart, trachea and aorta) were used for training [1]. We experimented with both 2D U-net and 2D U-Net with Resnet18 architecture to train the networks. Our best results were obtained by using 2D Convolutional U-Net with ResNet18.

For full demo of this project

YouTube video link -- https://youtu.be/jOHFZobAvwc

author: Mohit Asudani

Institution: Indian Institute of Information Technology, Manipur

email: m.asudani@iiitmanipur.ac.in

Tookit need Python 3, pytorch >= 1.0.1, fastai version 1.x.

The data path is organized like:

./dataset/train/Patient_01/GT.nii

./dataset/train/Patient_01/Patient_01.nii

GPU used : NVIDIA® DGX-1™ (8 gpu)
COLAB GPU

DATA VISUALIZATION:

Dataset for training

Dataset for training


Data obtained by testing

Data obtained by testing




Please don't hesitate to contact me if you have any question about the data, method, or code !