8月21日
11:11
11:11官方账号arXiv cs.LG@Ingo Marquardt, Anthilia Alchanat, Priyanka Jain
精选
This paper presents a study on non-invasive decoding of silent reading using EEG. It explores the extraction of lexical and semantic information from EEG signals during silent reading, using a convolutional EEG encoder and a causal transformer. The results show reliable decoding performance, with no sign of saturation in the data. The study also investigates the impact of electrode placement and control analyses separate word-level decoding from narrative context tracking.
推荐理由:This study provides insights into the decoding of silent reading using EEG, offering a new approach to understanding brain activity during reading. It's a must-read for those interested in EEG, reading comprehension, and neural decoding techniques.
7月27日
10:59
10:59官方账号arXiv cs.LG@Athanasios Papastathopoulos-Katsaros, Steven T. Lee, Lin Yao, Ajay Thomas, Junseok Park, Matthew J. McGinley, Zhandong Liu
论文提出bag-of-waves框架,利用移位不变k-means无监督学习EEG波形模板(原子),将连续信号转为原子序列计数进行分类。方法扩展了原子间转移n-gram和跨通道空间原子。在三个数据集测试:仅16只小鼠的单通道基因型聚类、静息态痴呆分类、以及TUEV临床EEG六分类基准。性能与深度/基础模型相当,但参数量极少且完全可解释——每个原子对应可检验的波形形态,神经生理学家可验证已知临床特征。
推荐理由:这篇论文用了一种叫bag-of-waves的巧办法,只需少量数据就能从脑电信号里学到可解释的波形模板,比那些黑箱深度模型好懂,还省钱省算力。
5月28日
11:27
11:27官方账号arXiv cs.AI@Abhilash Durgam, Nyle Siddiqui, Jeffrey A. Chan-Santiago, Qiushi Fu, Elakkat D. Gireesh, Mubarak Shah
精选
CaMBRAIN 是首个基于 Mamba 的因果状态空间模型,专为脑电图(EEG)信号实时推理设计。现有深度学习模型依赖注意力机制,序列长度增加时计算量呈二次增长,且需滑动窗口处理,无法理解全局信号。CaMBRAIN 利用因果状态空间模型保持线性复杂度,并引入多阶段自监督训练,增强长程记忆能力。在三个 EEG 数据集上,CaMBRAIN 达到最先进性能,吞吐量比现有模型高 10 倍以上,首次实现变长 EEG 信号的连续推理。
推荐理由:做脑机接口或神经信号处理的团队终于有了能实时处理长序列 EEG 的工具——CaMBRAIN 解决了注意力机制的计算瓶颈,吞吐量提升 10 倍,做实时监测或临床诊断的开发者可以直接用。