|
8 | 8 |
|
9 | 9 | --- |
10 | 10 | ## Updates |
11 | | -- July 6, 2026: BUG FIX: DRY-RUN and FINAL submission instructions listed a wrong email. All DRY-RUN and FINAL submissions should be sent to bic-mac-challenge@outlook.com. |
12 | | -- May 15, 2026: NIfTI validation and leaderboards now live - see submission instructions at [https://www.codabench.org/competitions/12555](https://www.codabench.org/competitions/12555) |
13 | | -- April 8, 2026 (13:00 GMT+2): [BUG FIX] A bug in the Carney HU-to-MU conversion formula has been fixed. Please make sure to run `docker pull ghcr.io/bic-mac-challenge/recon:latest` and `git pull` for updated recon and evaluation logic. The 8 ground truth PET train images have been updated on huggingface. |
14 | | -- April 7, 2026: [NEW DATA POLICY] The use of public datasets for pretraining and other use-cases is now allowed under certain conditions. Please see [docs/rules.md](docs/rules.md) for details. |
| 11 | +- **July 8, 2026: [CHANGE]**: The fifth metric, TAC-Bias, has been removed from the final evaluation. Final submissions are scored on the four metrics defined in [Evaluation](#evaluation-srcevaluation). Please see PR #23 for details. |
| 12 | +- **July 6, 2026: [BUG FIX]**: DRY-RUN and FINAL submission instructions listed a wrong email. All DRY-RUN and FINAL submissions should be sent to bic-mac-challenge@outlook.com. |
| 13 | +- **May 15, 2026: [ANNOUNCEMENT]**: NIfTI validation and leaderboards now live - see submission instructions at [https://www.codabench.org/competitions/12555](https://www.codabench.org/competitions/12555) |
| 14 | +- **April 8, 2026 (13:00 GMT+2)**: [BUG FIX] A bug in the Carney HU-to-MU conversion formula has been fixed. Please make sure to run `docker pull ghcr.io/bic-mac-challenge/recon:latest` and `git pull` for updated recon and evaluation logic. The 8 ground truth PET train images have been updated on huggingface. |
| 15 | +- **April 7, 2026: [NEW DATA POLICY]**: The use of public datasets for pretraining and other use-cases is now allowed under certain conditions. Please see [docs/rules.md](docs/rules.md) for details. |
15 | 16 | ## Table of Contents |
16 | 17 |
|
17 | 18 | - [Overview](#overview) |
@@ -185,15 +186,17 @@ The reconstructed PET is written to `/data/output/pet.nii.gz`. |
185 | 186 |
|
186 | 187 | ## 📊 Evaluation (`src/evaluation/`) |
187 | 188 |
|
188 | | -Five metrics compare predicted PET and CT outputs against the ground truth: |
| 189 | +> [!IMPORTANT] |
| 190 | +> The fifth metric `TAC Bias` has been removed from the final evaluation, please see announcement and PR #23. |
| 191 | +
|
| 192 | +Four metrics compare predicted PET and CT outputs against the ground truth: |
189 | 193 |
|
190 | 194 | | Metric | Modality | Description | Region | |
191 | 195 | |--------|------|-------------|--------| |
192 | 196 | | Whole-body SUV MAE | `PET` | Mean absolute error in standardised uptake value (SUV = activity × weight / total dose) | Body mask, excluding ±4 cm around liver | |
193 | 197 | | Brain Outlier Score | `PET` | AUC of fraction of brain voxels within relative error thresholds (5%, 10%, 15%) [Ladefoged 2017 (fig. 8)](https://www.sciencedirect.com/science/article/pii/S1053811916307170)| Brain | |
194 | 198 | | Organ Bias | `PET` | Mean absolute relative error of mean SUV in 8 organs: brain, liver, spleen, heart, pancreas, muscle, adipose, extremities | TotalSegmentator organ labels | |
195 | 199 | | CT MU MAE | `CT` | Mean absolute error of attenuation coefficients (μ at 511 keV) between predicted and ground-truth CT after HU→μ conversion | Body mask, excluding ±4 cm axial slices at top of liver| |
196 | | -| TAC Bias | `Dynamic PET` | Absolute relative error of the integral of time-activity-curves (TACs) for the aorta and selected brain regions. NOTE: Metric is computed only for the final test set due to the size of the dynamic sinograms. | Brain regions and aorta| |
197 | 200 |
|
198 | 201 | **Evaluate a single subject:** |
199 | 202 |
|
|
0 commit comments