All Projects → iMED-Lab → CS-Net

iMED-Lab / CS-Net

Licence: MIT license
CS-Net (MICCAI 2019) and CS2-Net (MedIA 2020)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CS-Net

Innereye Deeplearning
Medical Imaging Deep Learning library to train and deploy models on Azure Machine Learning and Azure Stack
Stars: ✭ 246 (+364.15%)
Mutual labels:  medical-imaging
few-shot-segmentation
PyTorch implementation of 'Squeeze and Excite' Guided Few Shot Segmentation of Volumetric Scans
Stars: ✭ 78 (+47.17%)
Mutual labels:  medical-imaging
GaNDLF
A generalizable application framework for segmentation, regression, and classification using PyTorch
Stars: ✭ 77 (+45.28%)
Mutual labels:  medical-imaging
melanoma segmentation
Segmentation of skin cancers on ISIC 2017 challenge dataset.
Stars: ✭ 47 (-11.32%)
Mutual labels:  medical-imaging
time-series-annotator
Time series annotation library.
Stars: ✭ 52 (-1.89%)
Mutual labels:  medical-imaging
direct
Deep learning framework for MRI reconstruction
Stars: ✭ 161 (+203.77%)
Mutual labels:  medical-imaging
Dicoogle
Dicoogle - Open Source PACS
Stars: ✭ 237 (+347.17%)
Mutual labels:  medical-imaging
GateContrib
User-oriented public repository of Gate (macros, examples and user contributions)
Stars: ✭ 57 (+7.55%)
Mutual labels:  medical-imaging
Deep-Learning-liver-segmentation
Application of Deep Learning to the segmentation of medical images
Stars: ✭ 39 (-26.42%)
Mutual labels:  medical-imaging
cucim
No description or website provided.
Stars: ✭ 218 (+311.32%)
Mutual labels:  medical-imaging
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (+84.91%)
Mutual labels:  medical-imaging
SemiDenseNet
Repository containing the code of one of the networks that we employed in the iSEG Grand MICCAI Challenge 2017, infant brain segmentation.
Stars: ✭ 55 (+3.77%)
Mutual labels:  medical-imaging
chest xray 14
Benchmarks on NIH Chest X-ray 14 dataset
Stars: ✭ 67 (+26.42%)
Mutual labels:  medical-imaging
DARTS
Code for DARTS: DenseUnet-based Automatic Rapid Tool for brain Segmentation
Stars: ✭ 61 (+15.09%)
Mutual labels:  medical-imaging
Malaria-Detection-using-Keras
Malaria Detection using Deep Learning from Images made available publicly from NIH
Stars: ✭ 38 (-28.3%)
Mutual labels:  medical-imaging
Gdcm
Grassroots DICOM read-only mirror. Only for Pull Request. Please report bug at http://sf.net/p/gdcm
Stars: ✭ 240 (+352.83%)
Mutual labels:  medical-imaging
mrnet
Building an ACL tear detector to spot knee injuries from MRIs with PyTorch (MRNet)
Stars: ✭ 98 (+84.91%)
Mutual labels:  medical-imaging
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (+5.66%)
Mutual labels:  medical-imaging
CNN-DICOM-Segmentation
DICOM Image Segmentation with CNNs in Tensorflow
Stars: ✭ 87 (+64.15%)
Mutual labels:  medical-imaging
3D-GuidedGradCAM-for-Medical-Imaging
This Repo containes the implemnetation of generating Guided-GradCAM for 3D medical Imaging using Nifti file in tensorflow 2.0. Different input files can be used in that case need to edit the input to the Guided-gradCAM model.
Stars: ✭ 60 (+13.21%)
Mutual labels:  medical-imaging

CS-Net: Channel and Spatial Attention Network for Curvilinear Structure Segmentation

Implementation of CS-Net: Channel and Spatial Attention Network for Curvilinear Structure Segmentation

For the details of 3D extended version of CS-Net, please refer to CS2-Net: Deep Learning Segmentation of Curvilinear Structures in Medical Imaging


Overview

The main contribution of this work is the publication of two scarce datasets in the medical image field. Plesae click the link below to access the details and source data.

Requirements

The attention module was implemented based on DANet. The difference between the proposed module and the original block is that we added a new 1x3 and 3x1 kernel convolution layer into spatial attention module. Plese refer to the paper for details.

Get Started

Using the train.py and predict.py to train and test the model on your own dataset, respectively.

Examples

  • Vessel segmentation on Fundus

  • Vessel segmentation on OCT-A images

  • Nerve fiber tracing on CCM

Citation

@inproceedings{mou2019cs,
title={CS-Net: channel and spatial attention network for curvilinear structure segmentation},
author={Mou, Lei and Zhao, Yitian and Chen, Li and Cheng, Jun and Gu, Zaiwang and Hao, Huaying and Qi, Hong and Zheng, Yalin and Frangi, Alejandro and Liu, Jiang},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={721--730},
year={2019},
organization={Springer}
}

Useful Links

DRIVE http://www.isi.uu.nl/Research/Databases/DRIVE/
STARE http://www.ces.clemson.edu/ahoover/stare/
IOSTAR http://www.retinacheck.org/
ToF MIDAS http://insight-journal.org/midas/community/view/21
Synthetic https://github.com/giesekow/deepvesselnet/wiki/Datasets
VascuSynth http://vascusynth.cs.sfu.ca/Data.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].