babbu3682 / SMART-Net

Official SMART-Net Code
MIT License
18 stars 3 forks source link

SMART-Net - Official Pytorch Implementation

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.

šŸ’” Highlights

Paper

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)

Paper | Code

Requirements

šŸ“¦ SMART-Net Framework

1. Clone the repository and install dependencies

$ git clone https://github.com/babbu3682/SMART-Net.git
$ cd SMART-Net/
$ pip install -r requirements.txt

2. Preparing data

For your convenience, we have provided few 3D nii samples from Physionet publish dataset as well as their mask labels.

Note: We do not use this data as a train, it is just for code publishing examples.

You can use your own data using the dicom2nifti for converting from dicom to nii.

Excuse

For personal information security reasons of medical data in Korea, our datasets cannot be disclosed.

šŸ“ Citation

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}
}

šŸ¤ Acknowledgement

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.

šŸ›”ļø License

Project is distributed under MIT License