https://github.com/amedyukhina/cs-net
CS-Net (MICCAI 2019) and CS2-Net (MedIA 2020)
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: springer.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
CS-Net (MICCAI 2019) and CS2-Net (MedIA 2020)
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of iMED-Lab/CS-Net
Created about 4 years ago
· Last pushed about 4 years ago
https://github.com/amedyukhina/CS-Net/blob/master/
# CS-Net: Channel and Spatial Attention Network for Curvilinear Structure Segmentation Implementation of [CS-Net: Channel and Spatial Attention Network for Curvilinear Structure Segmentation](https://link.springer.com/chapter/10.1007/978-3-030-32239-7_80) For the details of 3D extended version of CS-Net, please refer to [CS2-Net: Deep Learning Segmentation of Curvilinear Structures in Medical Imaging](cs2net.md) --- ## OverviewThe 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. [](http://www.imed-lab.com/?p=16073) ## Requirements      The attention module was implemented based on [DANet](https://github.com/junfu1115/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** | ![]()
Owner
- Name: Anna Medyukhina
- Login: amedyukhina
- Kind: user
- Location: Planet Earth
- Company: ISeeChange
- Repositories: 6
- Profile: https://github.com/amedyukhina
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. [](http://www.imed-lab.com/?p=16073)
## Requirements
    
The attention module was implemented based on [DANet](https://github.com/junfu1115/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