|
1 | | -# PSAT: **P**ediatric **S**egmentation **A**pproaches via **A**dult **A**ugmentations and **T**ransfer |
| 1 | +# PSAT |
2 | 2 |
|
3 | | -### PSAT Notation and Meaning |
| 3 | +This repository contains the code and configuration files for PSAT (Pediatric Segmentation Approaches via Adult Augmentations and Transfer). |
4 | 4 |
|
5 | | -**PSAT** stands for **Plan, Set, Augmentation, and Tuning**. Each letter represents a key component of the training configuration for segmentation approaches in pediatric radiotherapy. Below is a breakdown of the notation and its possible options: |
| 5 | +## Overview |
6 | 6 |
|
7 | | -| **Component** | **Symbol** | **Options and Description** | |
8 | | -|------------------|--------------|----------------------------------------------------------------------------------------------------------------| |
9 | | -| **Plan** | $P$ | - **p**: Pediatric Plans <br> - **a**: Adult Plans <br> - **m**: Mixed Plans | |
10 | | -| **Set** | $S$ | - **p**: Pediatric Dataset <br> - **a**: Adult Dataset <br> - **m**: Mixed Dataset | |
11 | | -| **Augmentation** | $A$ | - **d**: Default Augmentations <br> - **c**: Contraction Augmentations | |
12 | | -| **Tuning** | $T$ | - **p**: Pediatric Fine-Tuning <br> - **m**: Mixed Fine-Tuning <br> - **None**: No Fine-Tuning | |
| 7 | +PSAT addresses pediatric segmentation challenges by combining: |
| 8 | +- **Training Plans:** Derived from adult, pediatric, or mixed data ($P_a$, $P_p$, $P_m$). |
| 9 | +- **Learning Sets:** Adult-only, pediatric-only, or mixed ($S_a$, $S_p$, $S_m$). |
| 10 | +- **Augmentations:** Default ($A_d$) and contraction-based ($A_c$) strategies. |
| 11 | +- **Transfer Learning:** Direct inference ($T_o$), fine-tuning ($T_p$), or continual learning ($T_m$). |
13 | 12 |
|
14 | | ---- |
15 | | - |
16 | | -### Example of PSAT Notation |
17 | | - |
18 | | -- $P_a S_a A_d T_p$ |
19 | | - - **Plan**: Adult Plans |
20 | | - - **Set**: Adult Dataset |
21 | | - - **Augmentation**: Default Augmentations |
22 | | - - **Tuning**: Pediatric Fine-Tuning |
| 13 | +<img src="resources/images/PSAT_overview.png" alt="PSAT Overview" style="width:80%; max-width:1000px; display:block; margin: 0 auto;"> |
23 | 14 |
|
24 | 15 | ## Documentation |
25 | 16 |
|
|
0 commit comments