GALDS: A Graph-Autoencoder-based Latent Dynamics Surrogate model to predict neurite material transport

πŸ“… 2025-07-14
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Simulating intraneuronal transport in dendritic arbors suffers from high computational cost and low accuracy. To address this, we propose a latent-dynamics surrogate model coupling a graph autoencoder with neural ordinary differential equations (Neural ODEs). The graph autoencoder projects high-dimensional geometric structures, velocity fields, and concentration distributions into a low-dimensional latent space; within this space, a graph neural network drives the Neural ODE to model spatiotemporal evolution, thereby avoiding error accumulation inherent in recurrent architectures. This design significantly reduces model complexity and data dependency. Experiments demonstrate that the model achieves a mean relative error of only 3%β€”with a peak under 8%β€”on unseen neuronal geometries and anomalous transport scenarios. Moreover, inference speed is accelerated tenfold over state-of-the-art surrogates. The approach thus provides an efficient, robust, and generalizable solution for large-scale simulation of neuronal material transport.

Technology Category

Application Category

πŸ“ Abstract
Neurons exhibit intricate geometries within their neurite networks, which play a crucial role in processes such as signaling and nutrient transport. Accurate simulation of material transport in the networks is essential for understanding these biological phenomena but poses significant computational challenges because of the complex tree-like structures involved. Traditional approaches are time-intensive and resource-demanding, yet the inherent properties of neuron trees, which consists primarily of pipes with steady-state parabolic velocity profiles and bifurcations, provide opportunities for computational optimization. To address these challenges, we propose a Graph-Autoencoder-based Latent Dynamics Surrogate (GALDS) model, which is specifically designed to streamline the simulation of material transport in neural trees. GALDS employs a graph autoencoder to encode latent representations of the network's geometry, velocity fields, and concentration profiles. These latent space representations are then assembled into a global graph, which is subsequently used to predict system dynamics in the latent space via a trained graph latent space system dynamic model, inspired by the Neural Ordinary Differential Equations (Neural ODEs) concept. The integration of an autoencoder allows for the use of smaller graph neural network models with reduced training data requirements. Furthermore, the Neural ODE component effectively mitigates the issue of error accumulation commonly encountered in recurrent neural networks. The effectiveness of the GALDS model is demonstrated through results on eight unseen geometries and four abnormal transport examples, where our approach achieves mean relative error of 3% with maximum relative error <8% and demonstrates a 10-fold speed improvement compared to previous surrogate model approaches.
Problem

Research questions and friction points this paper is trying to address.

Predict material transport in complex neurite networks efficiently
Overcome computational challenges of traditional simulation methods
Reduce error accumulation and training data requirements
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph autoencoder encodes neurite geometry and dynamics
Latent space predicts system dynamics via Neural ODEs
Reduces error accumulation and training data needs
πŸ”Ž Similar Papers
No similar papers found.