VLM: Vision-Language Model—a model trained to understand images and text jointly
EHR: Electronic Health Records—digital version of a patient's paper chart, including diagnosis codes
I3D: Inflated 3D ConvNet—a technique to expand 2D convolutional weights into 3D to initialize 3D networks
Zero-shot: Evaluating a model on a task it wasn't explicitly trained for, using only its pre-trained knowledge
PheWAS: Phenome-Wide Association Study—a method to scan for associations between genetic variants and a wide range of phenotypic traits (diseases)
Linear probe: Training a simple linear classifier on top of a frozen pre-trained model to evaluate feature quality
nnUNet: No-New-UNet—a self-configuring framework for medical image segmentation that adapts to dataset properties
AUROC: Area Under the Receiver Operating Characteristic curve—a metric for binary classification performance
Dice score: A metric measuring the overlap between predicted and ground-truth segmentation masks (0 to 1)