Region-Aware Global Context Modeling for Automatic Nerve Segmentation from Ultrasound Images

Abstract

We present a novel deep learning model equipped with a new region-aware global context modeling technique for automatic nerve segmentation from ultrasound images, which is a challenging task due to (1) the large variation and blurred boundaries of targets, (2) the large amount of speckle noise in ultrasound images, and (3) the inherent real-time requirement of this task. It is essential to efficiently capture long-range dependencies by global context modeling for a segmentation network to overcome these challenges. Traditional global context modeling techniques usually explore pixel-aware correlations to establish long-range dependencies, which are usually computation-intensive and greatly degrade time performance. In addition, in this application, pixel-aware modeling may inevitably introduce much speckle noise in the computation and potentially degrade segmentation performance. In this paper, we propose a novel region-aware modeling technique to establish long-range dependencies based on different regions to improve segmentation accuracy while maintaining real-time performance; we call it region-aware pyramid aggregation (RPA) module. In order to adaptively divide the feature maps into a set of semantic-independent regions, we develop an attention mechanism and integrate it into the spatial pyramid network to evaluate the semantic similarity of different regions. We further develop an adaptive pyramid fusion (APF) module to dynamically fuse the multi-level features generated from the decoder to refining the segmentation results. We conducted extensive experiments on a famous public ultrasound nerve image segmentation dataset. Experimental results demonstrate that our method consistently outperforms our rivals in terms of segmentation accuracy. The code is available at https://github.com/jsonliu-szu/RAGCM.

Cite

Text

Wu et al. "Region-Aware Global Context Modeling for Automatic Nerve Segmentation from Ultrasound Images." AAAI Conference on Artificial Intelligence, 2021. doi:10.1609/AAAI.V35I4.16397

Markdown

[Wu et al. "Region-Aware Global Context Modeling for Automatic Nerve Segmentation from Ultrasound Images." AAAI Conference on Artificial Intelligence, 2021.](https://mlanthology.org/aaai/2021/wu2021aaai-region/) doi:10.1609/AAAI.V35I4.16397

BibTeX

@inproceedings{wu2021aaai-region,
  title     = {{Region-Aware Global Context Modeling for Automatic Nerve Segmentation from Ultrasound Images}},
  author    = {Wu, Huisi and Liu, Jiasheng and Wang, Wei and Wen, Zhenkun and Qin, Jing},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2021},
  pages     = {2907-2915},
  doi       = {10.1609/AAAI.V35I4.16397},
  url       = {https://mlanthology.org/aaai/2021/wu2021aaai-region/}
}