ImageFlowNet: Forecasting Multiscale Image-Level Trajectories of Disease Progression with Irregularly-Sampled Longitudinal Medical Images
Chen Liu, Ke Xu, Liangbo L. Shen, Guillaume Huguet, Zilong Wang, Alexander Tong, Danilo Bzdok, Jay Stewart, Jay C. Wang, Lucian V. Del Priore, Smita Krishnaswamy
TL;DR
ImageFlowNet addresses the challenge of forecasting disease trajectories from irregularly sampled longitudinal medical images while preserving spatial detail. It constructs multiscale joint patient representations and evolves latent states via a position parameterized neural ODE or SDE, using a UNet backbone and multiple regularizations to stabilize learning. The work provides theoretical insights including an equivalence with original neural ODE dynamics and a dynamic OT interpretation, and demonstrates superior forecasting performance across retinal geographic atrophy, brain multiple sclerosis, and glioblastoma datasets. Practically, ImageFlowNet enables image level trajectory visualization and prediction without heavy feature engineering, with test time optimization offering further gains and a stochastic variant enabling uncertainty quantification.
Abstract
Advances in medical imaging technologies have enabled the collection of longitudinal images, which involve repeated scanning of the same patients over time, to monitor disease progression. However, predictive modeling of such data remains challenging due to high dimensionality, irregular sampling, and data sparsity. To address these issues, we propose ImageFlowNet, a novel model designed to forecast disease trajectories from initial images while preserving spatial details. ImageFlowNet first learns multiscale joint representation spaces across patients and time points, then optimizes deterministic or stochastic flow fields within these spaces using a position-parameterized neural ODE/SDE framework. The model leverages a UNet architecture to create robust multiscale representations and mitigates data scarcity by combining knowledge from all patients. We provide theoretical insights that support our formulation of ODEs, and motivate our regularizations involving high-level visual features, latent space organization, and trajectory smoothness. We validate ImageFlowNet on three longitudinal medical image datasets depicting progression in geographic atrophy, multiple sclerosis, and glioblastoma, demonstrating its ability to effectively forecast disease progression and outperform existing methods. Our contributions include the development of ImageFlowNet, its theoretical underpinnings, and empirical validation on real-world datasets. The official implementation is available at https://github.com/KrishnaswamyLab/ImageFlowNet.
