Back to AI Research

AI Research

ENC-ODE: Event-level Neurodegenerative Modeling in... | AI Research

Key Takeaways

  • ENC-ODE: Event-level Neurodegenerative Modeling in Continuous Time with Neural ODEs Predicting the progression of neurodegenerative diseases like Alzheimer’s...
  • Accurately predicting the temporal evolution of clinical biomarkers is crucial for the early diagnosis and management of neurodegenerative diseases such as Alzheimer's disease.
  • However, this relies on longitudinal data to capture biomarker changes over time, which is often sparse and irregular due to the high cost, labor-intensive nature, and patient burden.
  • To address these challenges, we propose ENC-ODE, an Event-level Neurodegenerative modeling in Continuous time with neural Ordinary Differential Equations.
  • ENC-ODE predicts future biomarker evolution by modeling clinical events through diagnosis-conditioned continuous dynamics.
Paper AbstractExpand

Accurately predicting the temporal evolution of clinical biomarkers is crucial for the early diagnosis and management of neurodegenerative diseases such as Alzheimer's disease. However, this relies on longitudinal data to capture biomarker changes over time, which is often sparse and irregular due to the high cost, labor-intensive nature, and patient burden. To address these challenges, we propose ENC-ODE, an Event-level Neurodegenerative modeling in Continuous time with neural Ordinary Differential Equations. ENC-ODE predicts future biomarker evolution by modeling clinical events through diagnosis-conditioned continuous dynamics. A target-conditioned attention mechanism weights and aggregates event-level predictions for the target time and modality without history compression. Extensive experiments on Alzheimer's Disease Neuroimaging Initiative (ADNI) dataset demonstrate that ENC-ODE outperforms representative sequence models while offering a scalable and neuroscientifically grounded solution for clinical support. The code is available at this https URL .

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)

No comments yet

Be the first to share your thoughts!