ICASSP 2023accepted0 citations

MLP-GAN for Brain Vessel Image Segmentation

Bin Xie, Hao Tang, Bin Duan, Dawen Cai, Yan Yan

Abstract

Brain vessel image segmentation can be used as a promising biomarker for better prevention and treatment of different diseases. One successful approach is to consider the segmentation as an image-to-image translation task and perform a conditional Generative Adversarial Network (cGAN) to learn a transformation between two distributions. In this paper, we present a novel multi-view approach, MLP-GAN, which splits a 3D volumetric brain vessel image into three different dimensional 2D images (i.e., sagittal, coronal, axial) and then feed them into three different 2D cGANs. The proposed MLP-GAN not only alleviates the memory issue which exists in the original 3D neural networks but also retains 3D spatial information. Specifically, we utilize U-Net as the backbone for our generator and redesign the pattern of skip connection integrated with the MLP-Mixer [1] which has attracted lots of attention recently. Our model obtains the ability to capture cross-patch information to learn global information with the MLP-Mixer. Extensive experiments are performed on the public brain vessel dataset [2] that show our MLP-GAN outperforms other state-of-the-art methods.

BibTeX
@inproceedings{icassp2023_mlpganforbrainve,
  title = {MLP-GAN for Brain Vessel Image Segmentation},
  author = {Bin Xie and Hao Tang and Bin Duan and Dawen Cai and Yan Yan},
  booktitle = {ICASSP 2023},
  year = {2023}
}