This is the code for "Deep Vessel Segmentation by Learning Graphical Connectivity".
We provide precomputed results of the VGN on the four retinal image datasets. [OneDrive]
test_CNN.py
, test_CNN_HRF.py
, test_VGN.py
, or test_VGN_HRF.py
, with appropriate input arguments including the path for the downloaded model.We use a sequential training scheme composed of an initial pretraining of the CNN followed by joint training, including fine-tuning of the CNN module, of the whole VGN. Before the joint training, training graphs must be constructed from vessel probability maps inferred from the pretrained CNN.
(This step can be skipped by using a pretrained model we share.)
train_CNN.py
with appropriate input arguments including the path for the downloaded pretrained model.GenGraph/make_graph_db.py
.train_VGN.py
with appropriate input arguments including the path for the pretrained CNN model.Two example results, each of which is from the STARE and CHASE_DB1 datasets. The images in each row from left to right are, the original input image, GT, result. The last column is slowly changed from the baseline CNN result to the VGN result to better show the difference.
@article{shin_media19,
title = "Deep vessel segmentation by learning graphical connectivity",
journal = "Medical Image Analysis",
volume = "58",
pages = "101556",
year = "2019",
issn = "1361-8415",
doi = "https://doi.org/10.1016/j.media.2019.101556",
url = "http://www.sciencedirect.com/science/article/pii/S1361841519300982",
author = "Seung Yeon Shin and Soochahn Lee and Il Dong Yun and Kyoung Mu Lee",
}