Skip to content

pis2016004-prog/MICCAI2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLaMur: A Gated Linear Attentive Multiscale Residual U-Net for 3D Medical Image Segmentation

Network Design

GLaMur Network


Installation

The code is tested with PyTorch 1.11.0 and CUDA 11.3. After cloning the repository, follow the below steps for installation,

  1. Install PyTorch and torchvision
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
  1. Install other dependencies
pip install -r requirements.txt

Dataset

We follow the same dataset preprocessing as in UNETR++. We conducted extensive experiments on five benchmarks: Synapse, BTCV, ACDC, and Decathlon-Lung.

Please refer to Setting up the datasets on nnFormer repository for more details.

Training

The following scripts can be used for training our UNETR++ model on the datasets:

bash training_scripts/run_training_synapse.sh
bash training_scripts/run_training_acdc.sh
bash training_scripts/run_training_lung.sh
bash training_scripts/run_training_tumor.sh

Evaluation

The checkpoints are avilable here [!(https://drive.google.com/drive/folders/1D_yXZGsHCjAWLHMMnQKAmtKpefv-dzx3?usp=sharing)]


Acknowledgement

This repository is built based on nnFormer repository.

About

GLaMur: A Gated Linear Multiscale Residual U-Net for 3D Medical Image Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors