This is the webpage for paper "AMAG: Additive, Multiplicative and Adaptive Graph Neural Network For Forecasting Neural Activity", published in NeurIPS 2023.
Paper: OpenReview
Dataset: Dataset
AMAG addresses modeling neural population dynamics via the forecasting task and improves forecasting performance by including a prior embedded with Graph Neural network, which consists of pairwise neural unit interaction as a multivariate dynamic system. The method leverages additive and multiplicative message-passing operations analogous to the interactions in neuronal systems and adaptively learns the interaction among neural units to forecast their future activity.
AMAG Features:
- AMAG can forecast neuron activity by using sample-dependent additive and multiplicative message-passing operations with a learnable adjacency matrix.
- AMAG learns the underlying spatial interactions on synthetic datasets and shows the importance of learning to forecast in discovering such interactions.
- We apply AMAG to four neural recording datasets and demonstrate its reliability in generating future neural activity while recovering the channel spatial proximity in the learned adjacency matrix and aligning neural trajectories in the latent space.
We evaluate the ability of AMAG to recover the ground truth adjacency matrix of synthetic datasets and its dependency on tasks.
We compare AMAG with baseline methods, including RNN-based, Transformer-based, and Graph-based methods for one-step forecasting and multi-step forecasting
One-step forecasting performance in R squared ($R^2$ ), Correlation (Corr), and Mean Squared Error (MSE).
Multi-step forecasting performance in R squared ($R^2$ ), Correlation (Corr), and Mean Squared Error (MSE).
If you find the content useful, please cite AMAG paper: AMAG: Additive, Multiplicative and Adaptive Graph Neural Network For Forecasting Neural Activity.
@article{li2024amag,
title={AMAG: Additive, Multiplicative and Adaptive Graph Neural Network For Forecasting Neuron Activity},
author={Li, Jingyuan and Scholl, Leo and Le, Trung and Rajeswaran, Pavithra and Orsborn, Amy and Shlizerman, Eli},
journal={Advances in Neural Information Processing Systems},
volume={36},
year={2024}
}