菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-06
📄 Abstract - EEG-SpikeAgent: Agentic Closed-Loop Program Synthesis for Automated EEG Spike Detection

Automated detection of interictal epileptiform discharges in scalp electroencephalography (EEG) is clinically important, but recent high-performing deep-learning models often trade interpretability for accuracy. We introduce EEG-SpikeAgent, a closed-loop program-synthesis framework that uses a large language model (LLM) agentic system to generate signal-processing features for spike detection in scalp EEG. The system iteratively proposes one deterministic EEG feature module at a time, executes the resulting code on EEG to generate tabular features, evaluates performance via a tabular classifier, summarizes run-level metrics, and feeds structured diagnostics back to the model for refinement. Across iterations, EEG-SpikeAgent proposes and refines candidate signal features and decision rules informed by model performance. We evaluated EEG-SpikeAgent on VEPISET, a public 29-channel dataset of 4-second epochs containing 2,516 discharge-containing and 22,933 non-discharge epochs. Across five-fold cross-validation with a gradient-boosted tree classifier, agent-generated features achieved an area under the receiver operating characteristic curve of 0.935, balanced accuracy of 0.699, F1 score of 0.557, sensitivity of 0.401, and specificity of 0.996 at the default operating point. At an operating point with sensitivity 0.80, mean precision was 0.470 and mean specificity was 0.900. Artifact-aware feature generation improved balanced accuracy and F1 score over spike-only feature search. These results indicate that LLM-based program synthesis can automate EEG feature engineering in auditable and inspectable code-driven manner for clinical and methodological review.

顶级标签: llm agents medical
详细标签: eeg program synthesis closed-loop feature engineering spike detection 或 搜索:

脑电图尖峰检测的智能体闭环程序合成框架 / EEG-SpikeAgent: Agentic Closed-Loop Program Synthesis for Automated EEG Spike Detection


1️⃣ 一句话总结

本文提出了一种名为EEG-SpikeAgent的自动化系统,它利用大型语言模型作为智能体,通过不断生成、测试和优化信号处理代码,来自动构建用于检测脑电图中异常放电信号的特征,在保持可解释性的同时达到了较高的检测性能。

源自 arXiv: 2607.04558