# X-Net: Brain Stroke Lesion Segmentation Based on Depthwise Separable   Convolution and Long-range Dependencies

**Authors:** Kehan Qi, Hao Yang, Cheng Li, Zaiyi Liu, Meiyun Wang, Qiegen Liu and, Shanshan Wang

arXiv: 1907.07000 · 2020-01-01

## TL;DR

This paper introduces X-Net, a novel brain stroke lesion segmentation model that combines depthwise separable convolution with a nonlocal Feature Similarity Module to improve long-range dependency capture and segmentation accuracy.

## Contribution

The paper presents a new deep learning architecture, X-Net, that effectively captures long-range dependencies using a nonlocal module and reduces model size with depthwise separable convolutions.

## Key findings

- X-Net outperforms six state-of-the-art methods on the ATLAS dataset.
- The use of FSM enhances contextual information extraction.
- The model achieves superior segmentation accuracy.

## Abstract

The morbidity of brain stroke increased rapidly in the past few years. To help specialists in lesion measurements and treatment planning, automatic segmentation methods are critically required for clinical practices. Recently, approaches based on deep learning and methods for contextual information extraction have served in many image segmentation tasks. However, their performances are limited due to the insufficient training of a large number of parameters, which sometimes fail in capturing long-range dependencies. To address these issues, we propose a depthwise separable convolution based X-Net that designs a nonlocal operation namely Feature Similarity Module (FSM) to capture long-range dependencies. The adopted depthwise convolution allows to reduce the network size, while the developed FSM provides a more effective, dense contextual information extraction and thus facilitates better segmentation. The effectiveness of X-Net was evaluated on an open dataset Anatomical Tracings of Lesions After Stroke (ATLAS) with superior performance achieved compared to other six state-of-the-art approaches. We make our code and models available at https://github.com/Andrewsher/X-Net.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.07000/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1907.07000/full.md

## References

21 references — full list in the complete paper: https://tomesphere.com/paper/1907.07000/full.md

---
Source: https://tomesphere.com/paper/1907.07000