REVIEW 3 major objections 5 minor 1 cited by
BrainStratify: Coarse-to-Fine Disentanglement of Intracranial Neural Dynamics
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read BrainStratify claims that a coarse-to-fine pipeline—functional channel clustering followed by decoupled product quantization—outperforms prior self-supervised intracranial speech decoders on sEEG and ECoG.
desk verdict A well-executed recipe that beats Du-IN consistently, but the 'disentanglement' story is not backed by the paper's own ablation; the empirical gains are real, the interpretation is not. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is Decoupled Product Quantization (DPQ), a vector quantizer made of $G$ parallel sub-quantizers. Each sub-quantizer linearly projects neural-token embeddings into its own low-dimensional code space, looks up the nearest code in its own codebook, and contributes a code to a concatenated vector that is mapped back to the model dimension. The training objective adds a partial-correlation penalty $L_{pc}=\sum_{j<k} z_q^{[j]}\cdot z_q^{[k]}$ so that the sub-codexes become group-wise independent along the channel dimension. DPQ's discrete codes then supervise a mask-modeling pretraining stage, which is what lets the encoder learn contextual representations for fine-grained states. The coarse stage feeds DPQ: a spatial-context pretraining task trains the transformer whose attention graph, aggregated across layers, patches, and samples, is spectrally clustered into functional channel groups.
What would settle it
Train BrainStratify-Fine with a single codebook of matched total capacity and without the partial-correlation penalty; if decoding accuracy stays the same, the disentanglement mechanism is not what produces the reported gains. Separately, check whether each sub-codex used alone decodes the task or whether sub-codex choices vary by anatomical site or trial phase—if they do not, the codes are not separating distinct neural dynamics.
Extended reading notes
Core claim
On its own terms, BrainStratify establishes that intracranial speech recordings contain multiple distinct neural dynamics that can be separated in two stages. The coarse stage learns a spatial-context objective on sEEG, aggregates the spatial transformer's inter-channel attention, and spectrally clusters channels into functional groups. The fine stage then applies Decoupled Product Quantization (DPQ)—$G$ parallel sub-quantizers, each with its own projection and codebook, trained with a partial-correlation penalty that pushes the sub-codexes toward independence—and uses the discrete DPQ codes as supervision for mask modeling. Empirically, the paper reports that this pipeline outperforms all compared baselines on every task: 66.44$\pm$3.65% versus 62.70$\pm$4.69% on the Du-IN 61-word task, 75.36$\pm$3.17% versus 70.66$\pm$3.74% on the 49-syllable CTC task, 58.50$\pm$1.51% versus 52.63$\pm$1.68% word accuracy on the authors' new epidural ECoG dataset, and top ROC-AUCs of 0.79/0.91/0.95/0.98 on the Brain Treebank tasks. The authors conclude that combining data-driven channel stratification with neuroscience-inspired modularity is a robust way to decode speech from intracranial signals.
Load-bearing premise
The load-bearing premise is that the partial-correlation penalty and parallel sub-codebooks force the quantizer to learn independent components that correspond to distinct neural dynamics, rather than simply adding capacity through more codebooks and trainable projections.
Editorial extensions
If this is right
- Channel selection no longer needs large labeled sets: the coarse stage clusters channels using self-supervision and matches supervised multi-channel selection on the 61-word task.
- Decoupling the codebook into parallel sub-quantizers improves both word classification and syllable CTC decoding, with the largest absolute gains on epidural ECoG, where re-referencing is unavailable.
- Mask modeling over DPQ codes transfers to speech-perception tasks, as shown by improved ROC-AUC on sentence-onset and word-onset detection in the Brain Treebank dataset.
- Because the framework is trained per subject with its own codebooks, it can be applied to new recording modalities and channel layouts without retuning the architecture.
Reading between the lines
- The authors' ablation shows that removing the partial-correlation penalty causes only minor performance drops because separate initialization of each sub-quantizer projection mimics the regularization effect; this implies the reported gains may come largely from added codebook capacity and initialization, not from verified disentanglement.
- No independent evidence yet shows that individual sub-codexes track distinct neural processes; a direct check would be to decode using each sub-codex alone or to correlate sub-codex usage with anatomical locations or trial phases. If the sub-codexes behave interchangeably, the disentanglement claim is not supported beyond accuracy numbers.
- The single-subject epidural ECoG result suggests clinical viability for an ALS user, but cross-subject replication is an untested extension before the approach can be claimed as a general neuroprosthetic solution.
- A plausible extension, not tested here, is to apply the same coarse-to-fine pipeline to other high-dimensional neural recordings such as micro-electrode arrays or high-density EEG, where channel sparsity and signal mixing are similarly problematic.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes BrainStratify, a two-stage self-supervised framework for decoding speech from intracranial signals. In the coarse stage, a temporal-spatial transformer is pre-trained with a spatial-context task and spectral clustering is applied to the resulting inter-channel attention graph to identify functional channel groups. In the fine stage, a VQ-VAE with Decoupled Product Quantization (DPQ) — several parallel sub-codexes with an orthogonality penalty between their outputs — learns discrete neural codes, followed by mask modeling (MAE) pre-training and supervised fine-tuning for word/syllable classification and CTC tasks. The framework is evaluated on the Du-IN sEEG dataset (12 subjects), the Brain Treebank sEEG dataset (10 subjects), and a newly collected single-subject epidural ECoG dataset, reporting accuracy or ROC-AUC improvements over several baselines, including the authors' prior Du-IN method.
Significance. The empirical effort is substantial: three datasets, six seeds, subject-wise tables in the appendix, and a clean differential ablation (Figure 10) showing that removing the DPQ module reduces performance to the Du-IN baseline. If the disentanglement claim were supported, the paper would offer a useful step toward interpretable, modular neural decoding. As it stands, the reported accuracy gains are real but the central conceptual claim — that DPQ disentangles distinct neural dynamics — is not demonstrated by the evidence presented. The unsupervised coarse channel selection matching supervised MC selection is a valuable and defensible contribution in its own right. The careful reporting of subject-wise results and ablations deserves explicit credit.
major comments (3)
- [Section 3.3, Eq. (3) and Appendix I] The 'partial-correlation constraint' Lpc is defined as a sum of pairwise inner products zq[j]_i · zq[k]_i between quantized outputs of different sub-quantizers; this is an orthogonality penalty, not a partial correlation. More importantly, Appendix I states that removing Lpc 'causes only minor performance drops' because separate initialization of the embedding-to-codex projections 'mimics the regularization effect of Lpc.' Thus the accuracy gains of BrainStratify-Fine over Du-IN in Table 3 are not evidence that distinct neural dynamics are being decoupled; they are consistent with added codebook capacity and projection diversity from G parallel codexes. The central conceptual claim in Section 4.4 ('DPQ's effectiveness in identifying fine-grained states') is therefore unsupported. Please provide direct evidence of sub-codex specificity, such as codebook usage statistics, mutual information between each sub-codex assignment and phonetic/articulatory or temporal variables, or leave-one-sub-codex-out decoding; if the sub-codexes are redundant, the disentanglement claim should be removed or reframed as codebook expansion.
- [Table 3, Du-IN rows] The coarse stage does not actually improve downstream decoding in the final pipeline: BrainStra.-Fine with BrainStra.-Coarse selection reaches 66.44±3.65 word accuracy and 75.36±3.17 syllable accuracy, versus 66.35±3.86 and 75.54±3.19 with supervised MC selection. The paper's statement that BrainStratify-Coarse 'enhanc[es] downstream channel aggregation' (Section 4.4) is not supported by these numbers. The defensible and still valuable claim is that unsupervised coarse selection matches supervised MC selection; this should be stated explicitly and supported by a comparison against random or other unsupervised selections in the final pre-trained pipeline, since Table 2 evaluates channel selection strategies only with a non-pre-trained backbone.
- [Abstract and Tables 3-4] The claim that BrainStratify 'significantly outperforms' all baselines is not backed by any statistical test. The headline comparisons show overlapping standard errors (e.g., Table 3, Du-IN word: 66.44±3.65 vs Du-IN 62.70±4.69; Du-IN syllable: 75.36±3.17 vs 70.66±3.74). Because six seeds and subject-wise results are available in Appendix K, a paired permutation test across subjects and seeds should be reported for the main comparisons; otherwise the abstract's 'significantly' is unsupported.
minor comments (5)
- [Reproducibility Statement] The code link is given as 'TODO'; a working repository or supplementary file is needed before publication.
- [Table 4] The header contains a typo: 'V olumn' should be 'Volume'.
- [Appendix B.2] The Brain Treebank analysis window is narrowed from PopT's [-2.5,2.5]s to [-2.0,2.0]s; this protocol deviation is disclosed only in the appendix and should be highlighted in the main text because it changes the exact task definition and affects comparability with prior published PopT numbers.
- [Figure 4] The caption says 'codex groups (from 0 to 8)', but G=0 is undefined; the leftmost point presumably corresponds to the Du-IN model with G=1 and a larger codex, and this should be clarified.
- [Eq. (2)] The notation z_g^i for the selected code index is used before it is defined; please define z_g^i = arg min_j ... before writing c^g_{z_g^i}.
Circularity Check
No significant circularity: DPQ gains come from held-out test comparisons against a clean ablation (Du-IN minus DPQ), and the inert-Lpc admission weakens interpretability but not the empirical derivation.
full rationale
The closest circular benchmark is Du-IN [55], a prior method by overlapping authors, but the differential test is clean: the paper states that 'removing DPQ entirely reduces BrainStratify-Fine to Du-IN [55]' (Appendix I), and all accuracies are measured on held-out test splits with fixed train/validation/test partitions shared across methods. The DPQ contribution is therefore measured, not fitted. The only load-bearing self-citation is the adoption of Du-IN's Neural Encoder and two-stage VQ-VAE/MAE pipeline, which is explicitly disclosed in Section 3.3 and does not import a uniqueness result or forbid alternatives. No equation reduces to its own input: the codebook assignment in Eq. (2) and the MAE objective in Eq. (6) are standard and independently optimized. However, the paper's own Appendix I seriously weakens the conceptual claim: Lpc is a pairwise inner-product penalty, and its removal 'causes only minor performance drops' because separate initialization 'mimics the regularization effect of Lpc,' meaning the reported accuracy gains do not demonstrate learned disentanglement of distinct neural dynamics. That is a missing-support/correctness concern, not circularity, because the accuracy numbers themselves are not constructed from the labels used to evaluate them. Section 4.3's statement that clusters are selected 'based on their performance in specific downstream tasks' is also a potential leakage risk if the selection used test labels, but the same procedure is applied to all clustering baselines and no by-construction equivalence is established. Score 2 reflects the minor self-citation exposure; the empirical core is not circular.
Assumptions & free parameters
free parameters (7)
- Number of channel clusters k =
10
- DPQ codex groups G =
4
- Codex size per group Ncodex =
256
- Codex embedding dimension dcodex =
64
- VQ commitment loss weight beta =
not reported
- Spatial context corruption and positive-label rates =
10% replaced; 10% of unreplaced channels labeled positive
- MAE mask ratio =
~50%
assumptions (6)
- domain assumption The spatial context task makes the Spatial Transformer's attention reflect functional inter-channel connectivity.
- domain assumption Population intracranial signals are mixtures of discrete neural dynamics that can be separated by orthogonal sub-codebooks.
- domain assumption Channels in a functional group are complementary, so spectral clustering of the attention graph yields task-relevant groups.
- domain assumption The two-stage VQ-VAE plus MAE pre-training transfers to downstream decoding.
- ad hoc to paper Narrowing the Brain Treebank window to [-2.0,2.0]s preserves comparability with PopT's protocol.
- standard math Standard background machinery (transformers, spectral clustering, product quantization) is correct.
invented entities (1)
-
DPQ sub-quantizer neural codexes claimed to carry distinct neural dynamics
Cite this review
Pith. "Pith review of BrainStratify: Coarse-to-Fine Disentanglement of Intracranial Neural Dynamics." pith.science (2026). https://pith.science/paper/L2472NG5
@misc{pith2026250520480,
author = {Pith},
title = {Pith review of: BrainStratify: Coarse-to-Fine Disentanglement of Intracranial Neural Dynamics},
year = {2026},
howpublished = {\url{https://pith.science/paper/L2472NG5}},
note = {Machine review of arXiv:2505.20480}
}
read the original abstract
Decoding speech directly from neural activity is a central goal in brain-computer interface (BCI) research. In recent years, exciting advances have been made through the growing use of intracranial field potential recordings, such as stereo-ElectroEncephaloGraphy (sEEG) and ElectroCorticoGraphy (ECoG). These neural signals capture rich population-level activity but present key challenges: (i) task-relevant neural signals are sparsely distributed across sEEG electrodes, and (ii) they are often entangled with task-irrelevant neural signals in both sEEG and ECoG. To address these challenges, we introduce a unified Coarse-to-Fine neural disentanglement framework, BrainStratify, which includes (i) identifying functional groups through spatial-context-guided temporal-spatial modeling, and (ii) disentangling distinct neural dynamics within the target functional group using Decoupled Product Quantization (DPQ). We evaluate BrainStratify on two open-source sEEG datasets and one (epidural) ECoG dataset, spanning tasks like vocal production and speech perception. Extensive experiments show that BrainStratify, as a unified framework for decoding speech from intracranial neural signals, significantly outperforms previous decoding methods. Overall, by combining data-driven stratification with neuroscience-inspired modularity, BrainStratify offers a robust and interpretable solution for speech decoding from intracranial recordings.
Figures
Figures from the paper (12 more)
Forward citations
Cited by 1 Pith paper
-
Large-Scale AI and Foundation Models for Neuroscience: A Comprehensive Review
This paper is a survey: it organizes existing foundation-model work in neuroscience into five application domains and lists public datasets, without presenting new experiments.
Reference graph
Works this paper leans on
-
[1]
Mariana P Branco, Simon H Geukes, Erik J Aarnoutse, Nick F Ramsey, and Mariska J Vansteensel. Nine decades of electrocorticography: A comparison between epidural and subdural recordings.European Journal of Neuroscience, 57(8):1260–1288, 2023
work page 2023
-
[2]
Oxford university press, 2006
György Buzsáki.Rhythms of the Brain. Oxford university press, 2006
2006
-
[3]
Brainlm: A foundation model for brain activity recordings.bioRxiv, pages 2023–09, 2023
Josue Ortega Caro, Antonio H de O Fonseca, Christopher Averill, Syed A Rizvi, Matteo Rosati, James L Cross, Prateek Mittal, Emanuele Zappala, Daniel Levine, Rahul M Dhodapkar, et al. Brainlm: A foundation model for brain activity recordings.bioRxiv, pages 2023–09, 2023. 10
work page 2023
-
[4]
Micro-scale functional modules in the human temporal lobe.Nature communications, 13(1):6263, 2022
Julio I Chapeton, John H Wittig Jr, Sara K Inati, and Kareem A Zaghloul. Micro-scale functional modules in the human temporal lobe.Nature communications, 13(1):6263, 2022
work page 2022
-
[5]
Geeling Chau, Christopher Wang, Sabera Talukder, Vighnesh Subramaniam, Saraswati Soedar- madji, Yisong Yue, Boris Katz, and Andrei Barbu. Population transformer: Learning population- level representations of neural activity.ArXiv, pages arXiv–2406, 2024
work page 2024
-
[6]
Jialin Chen, Jan Eric Lenssen, Aosong Feng, Weihua Hu, Matthias Fey, Leandros Tassiulas, Jure Leskovec, and Rex Ying. From similarity to superiority: Channel clustering for time series forecasting.Advances in Neural Information Processing Systems, 37:130635–130663, 2025
work page 2025
-
[7]
Philippe Domenech, Sylvain Rheims, and Etienne Koechlin. Neural mechanisms resolving exploitation-exploration dilemmas in the medial prefrontal cortex.Science, 369(6507):eabb0184, 2020
work page 2020
-
[8]
Brain-jepa: Brain dynamics foundation model with gradient positioning and spatiotemporal masking.Advances in Neural Information Processing Systems, 37:86048–86073, 2024
Zijian Dong, Ruilin Li, Yilei Wu, Thuan Tinh Nguyen, Joanna Chong, Fang Ji, Nathanael Tong, Christopher Chen, and Juan Helen Zhou. Brain-jepa: Brain dynamics foundation model with gradient positioning and spatiotemporal masking.Advances in Neural Information Processing Systems, 37:86048–86073, 2024
2024
Show all 56 references
-
[9]
Plug-and-play stability for intracortical brain-computer interfaces: a one-year demonstration of seamless brain-to-text communication
Chaofei Fan, Nick Hahn, Foram Kamdar, Donald Avansino, Guy Wilson, Leigh Hochberg, Kr- ishna V Shenoy, Jaimie Henderson, and Francis Willett. Plug-and-play stability for intracortical brain-computer interfaces: a one-year demonstration of seamless brain-to-text communication. ...
2023
-
[10]
Acoustic inspired brain-to-sentence decoder for logosyllabic language
Chen Feng, Lu Cao, Di Wu, En Zhang, Ting Wang, Xiaowei Jiang, Jinbo Chen, Hui Wu, Siyu Lin, Qiming Hou, et al. Acoustic inspired brain-to-sentence decoder for logosyllabic language. Cyborg and Bionic Systems, 2023
2023
-
[11]
Misa: Modality-invariant and-specific representations for multimodal sentiment analysis
Devamanyu Hazarika, Roger Zimmermann, and Soujanya Poria. Misa: Modality-invariant and-specific representations for multimodal sentiment analysis. InProceedings of the 28th ACM international conference on multimedia, pages 1122–1131, 2020
2020
-
[12]
Gaussian error linear units (gelus).arXiv preprint arXiv:1606.08415, 2016
Dan Hendrycks and Kevin Gimpel. Gaussian error linear units (gelus).arXiv preprint arXiv:1606.08415, 2016
2016 arXiv
-
[13]
beta-vae: Learning basic visual concepts with a constrained variational framework
Irina Higgins, Loic Matthey, Arka Pal, Christopher Burgess, Xavier Glorot, Matthew Botvinick, Shakir Mohamed, and Alexander Lerchner. beta-vae: Learning basic visual concepts with a constrained variational framework. InInternational conference on learning representations, 2017
2017
-
[14]
Disentanglement via latent quantization.Advances in Neural Information Processing Systems, 36:45463–45488, 2023
Kyle Hsu, William Dorrell, James Whittington, Jiajun Wu, and Chelsea Finn. Disentanglement via latent quantization.Advances in Neural Information Processing Systems, 36:45463–45488, 2023
2023
-
[15]
Tripod: Three complementary inductive biases for disentangled representation learning.arXiv preprint arXiv:2404.10282, 2024
Kyle Hsu, Jubayer Ibn Hamid, Kaylee Burns, Chelsea Finn, and Jiajun Wu. Tripod: Three complementary inductive biases for disentangled representation learning.arXiv preprint arXiv:2404.10282, 2024
2024 arXiv
-
[16]
Crossgnn: Confronting noisy multivariate time series via cross interaction refine- ment.Advances in Neural Information Processing Systems, 36:46885–46902, 2023
Qihe Huang, Lei Shen, Ruixin Zhang, Shouhong Ding, Binwu Wang, Zhengyang Zhou, and Yang Wang. Crossgnn: Confronting noisy multivariate time series via cross interaction refine- ment.Advances in Neural Information Processing Systems, 36:46885–46902, 2023
2023
-
[17]
Product quantization for nearest neighbor search.IEEE transactions on pattern analysis and machine intelligence, 33(1):117–128, 2010
Herve Jegou, Matthijs Douze, and Cordelia Schmid. Product quantization for nearest neighbor search.IEEE transactions on pattern analysis and machine intelligence, 33(1):117–128, 2010
2010
-
[18]
Large brain model for learning generic representations with tremendous eeg data in bci.arXiv preprint arXiv:2405.18765, 2024
Wei-Bang Jiang, Li-Ming Zhao, and Bao-Liang Lu. Large brain model for learning generic representations with tremendous eeg data in bci.arXiv preprint arXiv:2405.18765, 2024
2024 arXiv
-
[19]
A revisit of total correlation in disentangled variational auto-encoder with partial disentanglement.arXiv preprint arXiv:2502.02279, 2025
Chengrui Li, Yunmiao Wang, Yule Wang, Weihan Li, Dieter Jaeger, and Anqi Wu. A revisit of total correlation in disentangled variational auto-encoder with partial disentanglement.arXiv preprint arXiv:2502.02279, 2025. 11
2025 arXiv
-
[20]
Optimal referencing for stereo- electroencephalographic (seeg) recordings.NeuroImage, 183:327–335, 2018
Guangye Li, Shize Jiang, Sivylla E Paraskevopoulou, Meng Wang, Yang Xu, Zehan Wu, Liang Chen, Dingguo Zhang, and Gerwin Schalk. Optimal referencing for stereo- electroencephalographic (seeg) recordings.NeuroImage, 183:327–335, 2018
2018
-
[21]
Deep learning-powered electrical brain signals analysis: Advancing neurological diagnostics.arXiv preprint arXiv:2502.17213, 2025
Jiahe Li, Xin Chen, Fanqi Shen, Junru Chen, Yuxin Liu, Daoze Zhang, Zhizhang Yuan, Fang Zhao, Meng Li, and Yang Yang. Deep learning-powered electrical brain signals analysis: Advancing neurological diagnostics.arXiv preprint arXiv:2502.17213, 2025
2025
-
[22]
Reclaiming hand functions after complete spinal cord injury with epidural brain-computer interface.medRxiv, pages 2024–09, 2024
Dingkun Liu, Yongzhi Shan, Penghu Wei, Wenzheng Li, Honglai Xu, Fangshuo Liang, Tao Liu, Guoguang Zhao, and Bo Hong. Reclaiming hand functions after complete spinal cord injury with epidural brain-computer interface.medRxiv, pages 2024–09, 2024
2024
-
[23]
Challenging common assumptions in the unsupervised learning of disentangled representations
Francesco Locatello, Stefan Bauer, Mario Lucic, Gunnar Raetsch, Sylvain Gelly, Bernhard Schölkopf, and Olivier Bachem. Challenging common assumptions in the unsupervised learning of disentangled representations. Ininternational conference on machine learning, pages 4114–
-
[24]
Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017
2017 arXiv
-
[25]
Neural decoding from stereotactic eeg: accounting for electrode variability across subjects.Advances in Neural Information Processing Systems, 37:108600–108624, 2024
Georgios Mentzelopoulos, Evangelos Chatzipantazis, Ashwin Ramayya, Michelle Hedlund, Vivek Buch, Kostas Daniilidis, Konrad Kording, and Flavia Vitale. Neural decoding from stereotactic eeg: accounting for electrode variability across subjects.Advances in Neural Information Pro...
2024
-
[26]
A high- performance neuroprosthesis for speech decoding and avatar control.Nature, 620(7976):1037– 1046, 2023
Sean L Metzger, Kaylo T Littlejohn, Alexander B Silva, David A Moses, Margaret P Seaton, Ran Wang, Maximilian E Dougherty, Jessie R Liu, Peter Wu, Michael A Berger, et al. A high- performance neuroprosthesis for speech decoding and avatar control.Nature, 620(7976):1037– 1046, 2023
2023
-
[27]
Neuroprosthesis for decoding speech in a paralyzed person with anarthria.New England Journal of Medicine, 385(3):217–227, 2021
David A Moses, Sean L Metzger, Jessie R Liu, Gopala K Anumanchipalli, Joseph G Makin, Pengfei F Sun, Josh Chartier, Maximilian E Dougherty, Patricia M Liu, Gary M Abrams, et al. Neuroprosthesis for decoding speech in a paralyzed person with anarthria.New England Journal of Med...
2021
-
[28]
Creimbo: Cross-regional ensemble interactions in multi-view brain observations
Noga Mudrik, Ryan Ly, Oliver Ruebel, and Adam Shabti Charles. Creimbo: Cross-regional ensemble interactions in multi-view brain observations. InThe Thirteenth International Confer- ence on Learning Representations, 2025
2025
-
[29]
Sibblings: similarity-driven building-block inference using graphs across states
Noga Mudrik, Gal Mishne, and Adam S Charles. Sibblings: similarity-driven building-block inference using graphs across states. InProceedings of the 41st International Conference on Machine Learning, pages 36504–36530, 2024
2024
-
[30]
Sampling representational plasticity of simple imagined movements across days enables long-term neuroprosthetic control.Cell, 188(5):1208–1225, 2025
Nikhilesh Natraj, Sarah Seko, Reza Abiri, Runfeng Miao, Hongyi Yan, Yasmin Graham, Adelyn Tu-Chan, Edward F Chang, and Karunesh Ganguly. Sampling representational plasticity of simple imagined movements across days enables long-term neuroprosthetic control.Cell, 188(5):1208–1225, 2025
2025
-
[31]
On spectral clustering: Analysis and an algorithm
Andrew Ng, Michael Jordan, and Yair Weiss. On spectral clustering: Analysis and an algorithm. Advances in neural information processing systems, 14, 2001
2001
-
[32]
Hippocampal sharp-wave ripples linked to visual episodic recollection in humans
Yitzhak Norman, Erin M Yeagle, Simon Khuvis, Michal Harel, Ashesh D Mehta, and Rafael Malach. Hippocampal sharp-wave ripples linked to visual episodic recollection in humans. Science, 365(6454):eaax1030, 2019
2019
-
[33]
Disentangling time series representations via contrastive independence-of-support on l-variational inference
Khalid Oublal, Said Ladjal, David Benhaiem, Emmanuel LE BORGNE, and François Roueff. Disentangling time series representations via contrastive independence-of-support on l-variational inference. InThe Twelfth International Conference on Learning Representa- tions, 2024
2024
-
[34]
Scikit- learn: Machine learning in python.the Journal of machine Learning research, 12:2825–2830, 2011
Fabian Pedregosa, Gaël Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Peter Prettenhofer, Ron Weiss, Vincent Dubourg, et al. Scikit- learn: Machine learning in python.the Journal of machine Learning research, 12:2825–2830, 2011. 12
2011
-
[35]
Duet: Dual clustering enhanced multivariate time series forecasting.arXiv preprint arXiv:2412.10859, 2024
Xiangfei Qiu, Xingjian Wu, Yan Lin, Chenjuan Guo, Jilin Hu, and Bin Yang. Duet: Dual clustering enhanced multivariate time series forecasting.arXiv preprint arXiv:2412.10859, 2024
2024 arXiv
-
[36]
The speech neuroprosthesis.Nature Reviews Neuroscience, 25(7):473–492, 2024
Alexander B Silva, Kaylo T Littlejohn, Jessie R Liu, David A Moses, and Edward F Chang. The speech neuroprosthesis.Nature Reviews Neuroscience, 25(7):473–492, 2024
2024
-
[37]
Plug-and-play control of a brain–computer interface through neural map stabilization.Nature biotechnology, 39(3):326–335, 2021
Daniel B Silversmith, Reza Abiri, Nicholas F Hardy, Nikhilesh Natraj, Adelyn Tu-Chan, Edward F Chang, and Karunesh Ganguly. Plug-and-play control of a brain–computer interface through neural map stabilization.Nature biotechnology, 39(3):326–335, 2021
2021
-
[38]
Eeg conformer: Convolu- tional transformer for eeg decoding and visualization.IEEE Transactions on Neural Systems and Rehabilitation Engineering, 31:710–719, 2022
Yonghao Song, Qingqing Zheng, Bingchuan Liu, and Xiaorong Gao. Eeg conformer: Convolu- tional transformer for eeg decoding and visualization.IEEE Transactions on Neural Systems and Rehabilitation Engineering, 31:710–719, 2022
2022
-
[39]
Revealing vision-language integration in the brain with multimodal networks.ArXiv, pages arXiv–2406, 2024
Vighnesh Subramaniam, Colin Conwell, Christopher Wang, Gabriel Kreiman, Boris Katz, Ignacio Cases, and Andrei Barbu. Revealing vision-language integration in the brain with multimodal networks.ArXiv, pages arXiv–2406, 2024
2024
-
[40]
Neural discrete representation learning.Advances in neural information processing systems, 30, 2017
Aaron Van Den Oord, Oriol Vinyals, et al. Neural discrete representation learning.Advances in neural information processing systems, 30, 2017
2017
-
[41]
Attention is all you need.Advances in neural information processing systems, 30, 2017
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need.Advances in neural information processing systems, 30, 2017
2017
-
[42]
Brainbert: Self-supervised representation learning for intracranial recordings.arXiv preprint arXiv:2302.14367, 2023
Christopher Wang, Vighnesh Subramaniam, Adam Uri Yaari, Gabriel Kreiman, Boris Katz, Ignacio Cases, and Andrei Barbu. Brainbert: Self-supervised representation learning for intracranial recordings.arXiv preprint arXiv:2302.14367, 2023
2023 arXiv
-
[43]
Brain treebank: Large-scale intracranial recordings from naturalistic language stimuli
Christopher Wang, Adam Uri Yaari, Aaditya K Singh, Vighnesh Subramaniam, Dana Rosenfarb, Jan DeWitt, Pranav Misra, Joseph R Madsen, Scellig Stone, Gabriel Kreiman, et al. Brain treebank: Large-scale intracranial recordings from naturalistic language stimuli. InThe Thirty- eigh...
2024
-
[44]
Eegpt: Pretrained transformer for universal and reliable representation of eeg signals.Advances in Neural Information Processing Systems, 37:39249–39280, 2024
Guangyu Wang, Wenchao Liu, Yuhong He, Cong Xu, Lin Ma, and Haifeng Li. Eegpt: Pretrained transformer for universal and reliable representation of eeg signals.Advances in Neural Information Processing Systems, 37:39249–39280, 2024
2024
-
[45]
Cbramod: A criss-cross brain foundation model for eeg decoding.arXiv preprint arXiv:2412.07236, 2024
Jiquan Wang, Sha Zhao, Zhiling Luo, Yangxuan Zhou, Haiteng Jiang, Shijian Li, Tao Li, and Gang Pan. Cbramod: A criss-cross brain foundation model for eeg decoding.arXiv preprint arXiv:2412.07236, 2024
2024
-
[46]
The chinese language.Scientific American, 228(2):50–63, 1973
William SY Wang. The chinese language.Scientific American, 228(2):50–63, 1973
1973
-
[47]
Disentangled representation learning.IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024
Xin Wang, Hong Chen, Si’ao Tang, Zihao Wu, and Wenwu Zhu. Disentangled representation learning.IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024
2024
-
[48]
Exploring behavior-relevant and disen- tangled neural dynamics with generative diffusion models.Advances in Neural Information Processing Systems, 37:34712–34736, 2024
Yule Wang, Chengrui Li, Weihan Li, and Anqi Wu. Exploring behavior-relevant and disen- tangled neural dynamics with generative diffusion models.Advances in Neural Information Processing Systems, 37:34712–34736, 2024
2024
-
[49]
A high-performance speech neuroprosthesis.Nature, 620(7976):1031–1036, 2023
Francis R Willett, Erin M Kunz, Chaofei Fan, Donald T Avansino, Guy H Wilson, Eun Young Choi, Foram Kamdar, Matthew F Glasser, Leigh R Hochberg, Shaul Druckmann, et al. A high-performance speech neuroprosthesis.Nature, 620(7976):1031–1036, 2023
2023
-
[50]
Cost: Contrastive learning of disentangled seasonal-trend representations for time series forecasting.arXiv preprint arXiv:2202.01575, 2022
Gerald Woo, Chenghao Liu, Doyen Sahoo, Akshat Kumar, and Steven Hoi. Cost: Contrastive learning of disentangled seasonal-trend representations for time series forecasting.arXiv preprint arXiv:2202.01575, 2022
2022 arXiv
-
[51]
Towards homogeneous lexical tone decoding from heterogeneous intracranial recordings.arXiv preprint arXiv:2410.12866, 2024
Di Wu, Siyuan Li, Chen Feng, Lu Cao, Yue Zhang, Jie Yang, and Mohamad Sawan. Towards homogeneous lexical tone decoding from heterogeneous intracranial recordings.arXiv preprint arXiv:2410.12866, 2024. 13
2024 arXiv
-
[52]
Group normalization
Yuxin Wu and Kaiming He. Group normalization. InProceedings of the European conference on computer vision (ECCV), pages 3–19, 2018
2018
-
[53]
Ppi: Pretraining brain signal model for patient-independent seizure detection.Advances in Neural Information Processing Systems, 36:69586–69604, 2023
Zhizhang Yuan, Daoze Zhang, Yang Yang, Junru Chen, and Yafeng Li. Ppi: Pretraining brain signal model for patient-independent seizure detection.Advances in Neural Information Processing Systems, 36:69586–69604, 2023
2023
-
[54]
Brant: Foundation model for intracranial neural signal.Advances in Neural Information Processing Systems, 36:26304–26321, 2023
Daoze Zhang, Zhizhang Yuan, Yang Yang, Junru Chen, Jingjing Wang, and Yafeng Li. Brant: Foundation model for intracranial neural signal.Advances in Neural Information Processing Systems, 36:26304–26321, 2023
2023
-
[55]
Du-in: Discrete units-guided mask modeling for decoding speech from intracranial neural signals.Advances in Neural Information Processing Systems, 37:79996–80033, 2025
Hui Zheng, Haiteng Wang, Weibang Jiang, Zhongtao Chen, Li He, Peiyang Lin, Penghu Wei, Guoguang Zhao, and Yunzhe Liu. Du-in: Discrete units-guided mask modeling for decoding speech from intracranial neural signals.Advances in Neural Information Processing Systems, 37:79996–80033, 2025
2025
-
[56]
-"), • 1 silence token (i.e.,
Ding Zhou and Xue-Xin Wei. Learning identifiable and interpretable latent models of high- dimensional neural activity using pi-vae.Advances in neural information processing systems, 33:7234–7247, 2020. 14 A Experiment Design Due to the lack of open-source intracranial neural d...
2020
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.