Search papers, labs, and topics across Lattice.
This paper introduces ENC-ODE, a novel framework utilizing neural Ordinary Differential Equations to model the continuous-time evolution of clinical biomarkers in neurodegenerative diseases. By leveraging a target-conditioned attention mechanism, ENC-ODE effectively aggregates event-level predictions without compressing historical data, addressing the challenges posed by sparse and irregular longitudinal data. Extensive experiments on the Alzheimer's Disease Neuroimaging Initiative dataset reveal that ENC-ODE significantly outperforms traditional sequence models, providing a scalable solution for clinical applications in neurodegeneration management.
ENC-ODE redefines biomarker prediction in neurodegenerative diseases by accurately modeling continuous dynamics from sparse clinical events, outperforming conventional methods.
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 https://github.com/JardinDelSol/enc-ode.