oculomix: Hierarchical Sampling for Retinal-Based Systemic Disease Prediction
Hyunmin Kim, Yukun Zhou, Rahul A. Jonas, Lie Ju, Sunjin Hwang, Pearse A. Keane, Siegfried K. Wagner
TL;DR
The paper tackles the challenge of predicting systemic diseases from retinal images (oculomics) when standard mixed-sample data augmentations can perturb patient-specific attributes. It introduces Oculomix, a hierarchical sampling framework that confines mixing to exam-level (same time point) and patient-level (across time) groups, using a soft temporal ranking loss to encode disease progression across exams. On the AlzEye dataset for five-year MACE prediction and an external HYU MACE set, Oculomix yields consistent improvements in AUROC, AUPRC, and C-index (e.g., up to 3 percentage points in AUROC and 12% in C-index), demonstrating better preservation of patient morbidity signals and improved generalization. This approach provides a practically applicable augmentation strategy for transformer-based oculomics pipelines, highlighting the importance of incorporating patient-exam hierarchy and temporal information in mixed-sample augmentation.
Abstract
Oculomics - the concept of predicting systemic diseases, such as cardiovascular disease and dementia, through retinal imaging - has advanced rapidly due to the data efficiency of transformer-based foundation models like RETFound. Image-level mixed sample data augmentations, such as CutMix and MixUp, are frequently used for training transformers, yet these techniques perturb patient-specific attributes, such as medical comorbidity and clinical factors, since they only account for images and labels. To address this limitation, we propose a hierarchical sampling strategy, Oculomix, for mixed sample augmentations. Our method is based on two clinical priors. First (exam level), images acquired from the same patient at the same time point share the same attributes. Second (patient level), images acquired from the same patient at different time points have a soft temporal trend, as morbidity generally increases over time. Guided by these priors, our method constrains the mixing space to the patient and exam levels to better preserve patient-specific characteristics and leverages their hierarchical relationships. The proposed method is validated using ViT models on a five-year prediction of major adverse cardiovascular events (MACE) in a large ethnically diverse population (Alzeye). We show that Oculomix consistently outperforms image-level CutMix and MixUp by up to 3% in AUROC, demonstrating the necessity and value of the proposed method in oculomics.
