Skip to content

ClinicalDataScience/autoPETIII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img.png

autoPETIII challenge

Repository for code associated with autoPETIII machine learning challenge:
autopet-iii.grand-challenge.org

If you use the data associated to this challenge, please cite:

Gatidis S, Kuestner T. A whole-body FDG-PET/CT dataset with manually annotated tumor lesions (FDG-PET-CT-Lesions) 
[Dataset]. The Cancer Imaging Archive, 2022. DOI: 10.7937/gkr0-xv29

and

Jeblick, K., et al. A whole-body PSMA-PET/CT dataset with manually annotated tumor lesions 
(PSMA-PET-CT-Lesions) (Version 1) [Dataset]. The Cancer Imaging Archive, 2024.
DOI: 10.7937/r7ep-3x37

nnunet-baseline

Baseline model for lesion segmentation: The nnUNet framework (https://github.com/MIC-DKFZ/nnUNet) was used for training the baseline model using the 3D fullres configuration with 16 GB of VRAM. PET (SUV) and resampled CT volumes were used as model input. The model was trained for 250k steps; the initial learning rate to 1e-4. Training was performed with all samples. Inference runs without test-time augmentation because of the challenge time limit of 5 minutes.

datacentric-baseline

Baseline model for lesion segmentation in award category 2: This model is based on the provided datacentric challenge framework. Input patches were of size (128, 160, 112), batch size was set to 4, 2 A100 GPUS were used, learning rate 1e-4 using SGD, trained for roughly 250k steps on all cases. During inference the model makes use of a dynamic test-time augmentation because of the time limit of 5 minutes. It also clips every mask values where the suv is smaller than one.

evaluation-metrics

Evaluation code for the autoPETIII challenge according to here

References

Challenge: DOI
FDG Database:
PSMA Database:

About

Official repository for the autoPET III challenge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published