English

Stroke Lesion Segmentation with Visual Cortex Anatomy Alike Neural Nets

Image and Video Processing 2021-05-25 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Cerebrovascular accident, or commonly known as stroke, is an acute disease with extreme impact on patients and healthcare systems and is the second largest cause of death worldwide. Fast and precise stroke lesion detection and location is an extreme important process with regards to stroke diagnosis, treatment, and prognosis. Except from the manual segmentation approach, machine learning based segmentation methods are the most promising ones when considering efficiency and accuracy, and convolutional neural network based models are the first of its kind. However, most of these neural network models do not really align with the brain anatomical structures. Intuitively, this work presents a more brain alike model which mimics the anatomical structure of the human visual cortex. Through the preliminary experiments on the stroke lesion segmentation task, the proposed model is found to be able to perform equally well or better to the de-facto standard U-Net. Part of the implementation will be made available at https://github.com/DarkoBomer/VCA-Net.

Keywords

Cite

@article{arxiv.2105.06544,
  title  = {Stroke Lesion Segmentation with Visual Cortex Anatomy Alike Neural Nets},
  author = {Chuanlong Li},
  journal= {arXiv preprint arXiv:2105.06544},
  year   = {2021}
}

Comments

Update the segmentation examples figure (Fig. 7); Add the implementation link; Language related issues

R2 v1 2026-06-24T02:05:44.224Z