Overview

Final Project

💥Online Viewer: jupyter notebook for final project

  • Title

Enhanced 3D Zonal Segmentation of the Prostate on MRI via Enhanced Weight-Standardization and GroupNorm

基于的Weight-Standardization和GroupNorm的三维前列腺MRI区块分割

  • Abstract

In this final project, I utilized Weight Standardization (WS) as well as GroupNorm to accelerate neural networks training and improve overall segmentation results for 3D Zonal Segmentation of the Prostate on MRI images. WS is targeted at the micro-batch training setting where each GPU typically has only 1-2 images for training. The quantitative experiments have shown that UWG-Net can outperform the performances of 3D U-Net (baseline) with BN trained with small batch sizes with only two more lines of code. The effectiveness of WS is verified on the open-source Prostate Dataset, including 22 training cases and 10 testing cases.

Quantitative experiments on Prostate Dataset Quantitative experiments on Prostate Dataset. Red, green, and blue fonts denote the first, second, and third best performance among all models.