PSAT: Pediatric Segmentation Approaches via Adult Augmentations and Transfer Learning
Journal:
arXiv
Published Date:
Jul 8, 2025
Abstract
Pediatric medical imaging presents unique challenges due to significant
anatomical and developmental differences compared to adults. Direct application
of segmentation models trained on adult data often yields suboptimal
performance, particularly for small or rapidly evolving structures. To address
these challenges, several strategies leveraging the nnU-Net framework have been
proposed, differing along four key axes: (i) the fingerprint dataset (adult,
pediatric, or a combination thereof) from which the Training Plan -including
the network architecture-is derived; (ii) the Learning Set (adult, pediatric,
or mixed), (iii) Data Augmentation parameters, and (iv) the Transfer learning
method (finetuning versus continual learning). In this work, we introduce PSAT
(Pediatric Segmentation Approaches via Adult Augmentations and Transfer
learning), a systematic study that investigates the impact of these axes on
segmentation performance. We benchmark the derived strategies on two pediatric
CT datasets and compare them with state-of-theart methods, including a
commercial radiotherapy solution. PSAT highlights key pitfalls and provides
actionable insights for improving pediatric segmentation. Our experiments
reveal that a training plan based on an adult fingerprint dataset is misaligned
with pediatric anatomy-resulting in significant performance degradation,
especially when segmenting fine structures-and that continual learning
strategies mitigate institutional shifts, thus enhancing generalization across
diverse pediatric datasets. The code is available at
https://github.com/ICANS-Strasbourg/PSAT.