Giter VIP home page Giter VIP logo

ichseg's Introduction

Segmentation of Tiny Intracranial Hemorrhage via Learning-to-Rank Local Feature Enhancement

Implementation for ISBI 2024 paper Segmentation of Tiny Intracranial Hemorrhage via Learning-to-Rank Local Feature Enhancement by Shizhan Gong, Yuan Zhong, Yuqi Gong, Nga Yan Chan, Wenao Ma, Calvin Hoi-Kwan Mak, Jill Abrigo, and Qi Dou.

Sample Results

Alt text

Setup and Instruction

Our code is based on the framework of nnU-Net. The training data preprocessing and training protocol is exactly the same as the original nnU-Net.

Specifically, our modified variant can be found in the script.

For installing nnU-Net, please refer to the instructions.

As the original repo is continuing upgrading, which may make our modification fail. Please install the historical version we provided in our repo.

cd nnUNet
pip install -e .

For data preprocessing, please refer to the instructions.

For training and predicting nnU-Net, please refer to the instructions.

To train with our learning-to-rank variant, change the command as

nnUNetv2_train DATASET_NAME_OR_ID 3d_fullres FOLD -tr nnUNetTrainer_rank

To predict with our learning-to-rank variant, change the command as

nnUNetv2_predict -i INPUT_FOLDER -o OUTPUT_FOLDER -d DATASET_NAME_OR_ID -c 3d_fullres -tr nnUNetTrainer_rank

Sample data

We use the data stored in .nii.gz format, two sample cases can be found in the sample_data.

Pre-trained Checkpoint

We provide several pre-trained checkpoints trained on our dataset correponding to different folds. You can download the checkpoint here.

Bibtex

If you find this work helpful, you can cite our paper as follows:

@INPROCEEDINGS{gong2024segmentation,
  author={Gong, Shizhan and Zhong, Yuan and Gong, Yuqi and Chan, Nga Yan and Ma, Wenao and Mak, Calvin Hoi-Kwan and Abrigo, Jill and Dou, Qi},
  booktitle={2024 IEEE 21th International Symposium on Biomedical Imaging (ISBI)}, 
  title={Segmentation of Tiny Intracranial Hemorrhage via Learning-to-Rank Local Feature Enhancement}, 
  year={2024}
 }

Acknowledgement

Our code is based on nnU-Net.

Contact

For any questions, please contact [email protected]

ichseg's People

Contributors

peterant330 avatar

Stargazers

 avatar

Watchers

Qi Dou avatar

Forkers

peterant330

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.