ENC-ODE: Event-level Neurodegenerative Modeling in Continuous Time with Neural ODEs
Predicting the progression of neurodegenerative diseases like Alzheimer’s is essential for early diagnosis and effective treatment. However, clinical data is often sparse and irregular because medical imaging and biomarker tests are expensive and burdensome for patients. Researchers have developed ENC-ODE, a new modeling framework that predicts how biomarkers evolve over time by treating clinical observations as individual events rather than compressing them into a single, simplified history.
Modeling Disease Progression in Continuous Time
Traditional models often struggle with irregular time gaps between patient visits, frequently forcing data into a single "bottleneck" representation that loses important details. ENC-ODE addresses this by using Neural Ordinary Differential Equations (ODEs). Instead of forcing data into a fixed format, the model treats each patient observation as a starting point for a continuous trajectory. These trajectories are conditioned on the patient’s specific diagnosis, allowing the model to learn how disease progression rates differ depending on the stage of the condition.
Target-Conditioned Attention
A key innovation in this framework is its attention mechanism. Rather than relying on a compressed summary of a patient's entire medical history, the model keeps individual event-level predictions accessible. When the model needs to predict a future biomarker state, it uses a target-conditioned attention mechanism to weigh the importance of past observations. This allows the system to selectively aggregate information that is most relevant to the specific time and modality being predicted, effectively filtering out noise and improving accuracy.
Scalability and Performance
To ensure the model is practical for clinical use, the researchers implemented a parallel computation strategy. By solving the ODEs for multiple past events simultaneously, they significantly reduced the computational cost compared to sequential processing, making the model more scalable. Experiments using the Alzheimer’s Disease Neuroimaging Initiative (ADNI) dataset showed that ENC-ODE outperformed representative sequence models, such as RNNs and Transformers, across various metrics. The model proved particularly effective at integrating multimodal data, demonstrating that its selective attention mechanism successfully manages complex, heterogeneous clinical histories.
Comments (0)
to join the discussion
No comments yet
Be the first to share your thoughts!