paper-with-me

Papers

Representation learning for neural population activity with Neural Data Transformers

2021-08-02 · Joel Ye, Chethan Pandarinath

Neural population activity is theorized to reflect an underlying dynamical structure. This structure can be accurately captured using state space models with explicit dynamics, such as those based on recurrent neural networks (RNNs). However, using recurrence to explicitly model dynamics necessitates sequential processing of data, slowing real-time applications such as brain-computer interfaces. Here we introduce the Neural Data Transformer (NDT), a non-recurrent alternative. We test the NDT's ability to capture autonomous dynamical systems by applying it to synthetic datasets with known dynamics and data from monkey motor cortex during a reaching task well-modeled by RNNs. The NDT models these datasets as well as state-of-the-art recurrent models. Further, its non-recurrence enables 3.9ms inference, well within the loop time of real-time applications and more than 6 times faster than recurrent baselines on the monkey reaching dataset. These results suggest that an explicit dynamics model is not necessary to model autonomous neural population dynamics. Code: https://github.com/snel-repo/neural-data-transformers

📄 PDF Abstract BibTeX arXiv:2108.01210

Code (1)

snel-repo/neural-data-transformers 공식 구현 pytorch

Tasks

Representation LearningState Space Models

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Learning Time-Invariant Representations for Individual Neurons from Population Dynamics

2023-11-03 · NeurIPS 2023 11 · Lu Mi, Trung Le, Tianxing He, Eli Shlizerman 외

Neurons can display highly variable dynamics. While such variability presumably supports the wide range of behaviors generated by the organism, their gene expressions are relatively stable in the adult brain. This sugges…

Self-Supervised Learning

STNDT: Modeling Neural Population Activity with a Spatiotemporal Transformer

2022-06-09 · Trung Le, Eli Shlizerman

Modeling neural population dynamics underlying noisy single-trial spiking activities is essential for relating neural observation and behavior. A recent non-recurrent method - Neural Data Transformers (NDT) - has shown g…

Contrastive Learning

Demixed principal component analysis of population activity in higher cortical areas reveals independent representation of task parameters

2014-10-22 · Dmitry Kobak, Wieland Brendel, Christos Constantinidis, Claudia E. Feierstein 외

Neurons in higher cortical areas, such as the prefrontal cortex, are known to be tuned to a variety of sensory and motor variables. The resulting diversity of neural tuning often obscures the represented information. Her…

Decision MakingDimensionality ReductionDiversity

Seeing the forest and the tree: Building representations of both individual and collective dynamics with transformers

2022-06-10 · Ran Liu, Mehdi Azabou, Max Dabagia, Jingyun Xiao 외

Complex time-varying systems are often studied by abstracting away from the dynamics of individual components to build a model of the population-level dynamics from the start. However, when building a population-level de…

Time SeriesTime Series Analysis

Baseline-corrected space-by-time non-negative matrix factorization for decoding single trial population spike trains

2018-01-01 · ICLR 2018 1 · Arezoo Alizadeh, Marion Mutter, Thomas Münch, Arno Onken 외

Activity of populations of sensory neurons carries stimulus information in both the temporal and the spatial dimensions. This poses the question of how to compactly represent all the information that the population codes…

Tensor Decomposition