MRI brain tumor segmentation using residual Spatial Pyramid Pooling-powered 3D U-Net.

Journal: Frontiers in public health
Published Date:

Abstract

Brain tumor diagnosis has been a lengthy process, and automation of a process such as brain tumor segmentation speeds up the timeline. U-Nets have been a commonly used solution for semantic segmentation, and it uses a downsampling-upsampling approach to segment tumors. U-Nets rely on residual connections to pass information during upsampling; however, an upsampling block only receives information from one downsampling block. This restricts the context and scope of an upsampling block. In this paper, we propose SPP-U-Net where the residual connections are replaced with a combination of Spatial Pyramid Pooling (SPP) and Attention blocks. Here, SPP provides information from various downsampling blocks, which will increase the scope of reconstruction while attention provides the necessary context by incorporating local characteristics with their corresponding global dependencies. Existing literature uses heavy approaches such as the usage of nested and dense skip connections and transformers. These approaches increase the training parameters within the model which therefore increase the training time and complexity of the model. The proposed approach on the other hand attains comparable results to existing literature without changing the number of trainable parameters over larger dimensions such as 160 × 192 × 192. All in all, the proposed model scores an average dice score of 0.883 and a Hausdorff distance of 7.84 on Brats 2021 cross validation.

Authors

  • Sanchit Vijay
    School of Electronics Engineering, Vellore Institute of Technology, Vellore, Tamil Nadu, India.
  • Thejineaswar Guhan
    School of Information Technology and Engineering, Vellore Institute of Technology, Vellore 632 014, India.
  • Kathiravan Srinivasan
    School of Computer Science and Engineering, Vellore Institute of Technology, Vellore, India.
  • P M Durai Raj Vincent
    School of Computer Science Engineering and Information Systems, Vellore Institute of Technology, Vellore, India.
  • Chuan-Yu Chang
    Department of Computer Science and Information Engineering, National Yunlin University of Science and Technology, Yunlin 64002, Taiwan.