This is not complete....!
We proposed a supervised multi-task aiding representation transfer learning network called SMART-Net. This repository provides the official implementation of training SMART-Net as well as the usage of the pre-trained SMART-Net.
Title: Improved performance and robustness of multi-task representation learning with consistency loss between pretexts for intracranial hemorrhage identification in head CT
Authors: Sunggu Kyung1, Keewon Shin, Hyunsu Jeong, Ki Duk Kim, Jooyoung Park, Kyungjin Cho, Jeong Hyun Lee, Gil-Sun Hong, and Namkug Kim
LAB: MI2RL LAB
Journal: Medical Image Analysis (MedIA)
$ git clone https://github.com/babbu3682/SMART-Net.git
$ cd SMART-Net/
$ pip install -r requirements.txt
You can use your own data using the dicom2nifti for converting from dicom to nii.
datasets/samples/
train
|-- sample1_hemo_img.nii.gz
|-- sample1_hemo_mask.nii
|-- sample2_normal_img.nii.gz
|-- sample2_normal_mask.nii
.
.
.
valid
|-- sample9_hemo_img.nii.gz
|-- sample9_hemo_mask.nii
|-- sample10_normal_img.nii.gz
|-- sample10_normal_mask.nii
.
.
.
test
|-- sample20_hemo_img.nii.gz
|-- sample20_hemo_mask.nii
|-- sample21_normal_img.nii.gz
|-- sample21_normal_mask.nii
.
.
.
For personal information security reasons of medical data in Korea, our datasets cannot be disclosed.
If you use this code for your research, please cite our papers:
@article{
title={Improved performance and robustness of multi-task representation learning with consistency loss between pretexts for intracranial hemorrhage identification in head CT},
author={Sunggu Kyung, Keewon Shin, Hyunsu Jeong, Ki Duk Kim, Jooyoung Park, Kyungjin Cho, Jeong Hyun Lee, Gil-Sun Hong, Namkug Kim},
journal={Medical Image Analysis},
year={2022}
}
We build SMART-Net framework by referring to the released code at qubvel/segmentation_models.pytorch and Project-MONAI/MONAI. This is a patent-pending technology.
Project is distributed under MIT License