🤖 AI Summary
This study addresses the limited clinical plausibility and interpretability of existing data-driven graph models in EEG-based epilepsy diagnosis by proposing a retrieval-augmented, knowledge-guided graph optimization framework. The approach uniquely integrates spatiotemporal EEG dynamics with authoritative medical knowledge: it first generates EEG embeddings via a spatiotemporal graph neural network, then leverages a large language model and FAISS vector retrieval to align semantic representations and fetch relevant clinical evidence from a structured medical knowledge graph. This evidence dynamically calibrates and prunes implausible inter-regional brain connections. Evaluated on the TUSZ and CHB-MIT datasets, the model achieves significantly improved seizure detection accuracy while producing clinically verifiable explanations, thereby enhancing decision transparency and medical trustworthiness.
📝 Abstract
Seizure diagnosis from EEG signals is a critical yet persistently challenging task, due to the complicated neural dynamics and the spurious connections in inter-channel modeling. While spatial-temporal graph neural networks (STGNNs) have advanced EEG brain network representation learning, the resulting graph structures suffer from low clinical plausibility and limited interpretability due to their purely data-driven nature. To this end, we introduce NeuroGRIP, a retrieval-augmented graph refinement framework that incorporates external medical knowledge to calibrate noisy EEG graphs. We first construct a large-scale, domain-specific knowledge base derived from authoritative clinical guidelines. Leveraging large language models, we extract structured biomedical entities and relations to form a textual knowledge graph (KG), which serves as external knowledge source of clinical priors. Our framework performs alignment-aware query construction by projecting STGNN-generated EEG node embeddings into the semantic space of KG. Semantic queries are then executed via FAISS-based similarity search over knowledge triplets to retrieve relation evidence. Each predicted edge is assigned a confidence score based on retrieved similarity, relation type, and source reliability, enabling us to prune medically implausible edges from the originally predicted graph. Extensive experiments on TUSZ and CHB-MIT demonstrate that NeuroGRIP not only improves seizure detection accuracy but also enhances interpretability by grounding each prediction in clinically validated knowledge. This work provides the first unified framework that tightly couples brain dynamics with external medical expertise via retrieval-augmented reasoning, paving the way for knowledge-enhanced, explainable clinical diagnosis. The code is available at: https://github.com/LincanLi-X/NeuroGRIP.