LGNCJun 5, 2024

Population Transformer: Learning Population-level Representations of Neural Activity

arXiv:2406.03044v424 citationsHas Code
AI Analysis

This work addresses the problem of efficiently analyzing neural recordings across subjects and datasets for neuroscience researchers, offering an incremental improvement through a novel aggregation method.

The paper tackles the challenge of scaling models for neural time-series data with sparse and variable electrode distributions by introducing the Population Transformer (PopT), a self-supervised framework that learns population-level representations. It reduces data requirements for downstream decoding while increasing accuracy, achieving similar or better performance than end-to-end methods with lower computational cost.

We present a self-supervised framework that learns population-level codes for arbitrary ensembles of neural recordings at scale. We address key challenges in scaling models with neural time-series data, namely, sparse and variable electrode distribution across subjects and datasets. The Population Transformer (PopT) stacks on top of pretrained temporal embeddings and enhances downstream decoding by enabling learned aggregation of multiple spatially-sparse data channels. The pretrained PopT lowers the amount of data required for downstream decoding experiments, while increasing accuracy, even on held-out subjects and tasks. Compared to end-to-end methods, this approach is computationally lightweight, while achieving similar or better decoding performance. We further show how our framework is generalizable to multiple time-series embeddings and neural data modalities. Beyond decoding, we interpret the pretrained and fine-tuned PopT models to show how they can be used to extract neuroscience insights from large amounts of data. We release our code as well as a pretrained PopT to enable off-the-shelf improvements in multi-channel intracranial data decoding and interpretability. Code is available at https://github.com/czlwang/PopulationTransformer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes