Skip to content
forked from shlizee/AMAG

AMAG: Additive, Multiplicative and Adaptive Graph Neural Network For Forecasting Neural Activity

Notifications You must be signed in to change notification settings

christincha/AMAG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

AMAG

Introduction

This is the webpage for paper "AMAG: Additive, Multiplicative and Adaptive Graph Neural Network For Forecasting Neural Activity," to appear 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 show 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.

image

Adjacency Matrix Recovery with AMAG

We evaluate the ability of AMAG to recover the ground truth adjacency matrix of synthetic datasets and its dependency on tasks. image

Forecasting Visualization on Four Monkey Datasets

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).

image

Multi-step forecasting performance in R squared ($R^2$), Correlation (Corr), and Mean Squared Error (MSE).

image

Visualization of the forecasted signal of AMAG with the strongest baselines.

image

About

AMAG: Additive, Multiplicative and Adaptive Graph Neural Network For Forecasting Neural Activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published