IVCVJul 17, 2022

MLP-GAN for Brain Vessel Image Segmentation

arXiv:2207.08265v22 citationsh-index: 28Has Code
Originality Incremental advance
AI Analysis

This work addresses brain vessel segmentation for disease prevention and treatment, representing an incremental improvement by integrating MLP-Mixer into a cGAN framework.

The paper tackles brain vessel image segmentation by proposing MLP-GAN, a multi-view approach using 2D cGANs on 3D volumetric data, which outperforms state-of-the-art methods on a public dataset.

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 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 that show our MLP-GAN outperforms other state-of-the-art methods. We release our code at https://github.com/bxie9/MLP-GAN

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes