Seizure-Semiology-Suite (S3): A Clinically Multimodal Dataset, Benchmark, and Models for Seizure Semiology Understanding

· Source: cs.CV updates on arXiv.org · Field: Science & Research — Health & Medical Research, Mathematics & Computational Sciences, Research Methodology & Innovation · Depth: Expert, extended

Summary

Seizure-Semiology-Suite (S³), a new clinically grounded dataset and benchmark, addresses the gap in multimodal large language models' (MLLMs) ability to interpret complex seizure semiology. It comprises 438 seizure videos with over 35,000 dense labels for 20 ILAE-defined semiological features. The suite includes a seven-task hierarchical benchmark, evaluating MLLMs from visual perception to narrative report generation and seizure diagnosis, and introduces the Report Quality Index for Seizure Semiology (Seizure-RQI). Baseline evaluations of 11 open-weight MLLMs revealed systematic weaknesses in laterality reasoning, temporal localization, and clinically faithful reporting. However, seizure-specific fine-tuning substantially improved performance, and a two-stage neuro-symbolic framework achieved an F1 score of 0.96 for epileptic versus non-epileptic seizure classification, guiding reliable domain-adaptive multimodal intelligence.

Key takeaway

For AI Scientists developing MLLM-based diagnostic tools for medical video, recognize that general-purpose models currently struggle with fine-grained spatial and temporal clinical reasoning. You should implement a two-stage neuro-symbolic framework, combining MLLM feature extraction with a statistical classifier, and apply domain-specific fine-tuning. This approach achieves an F1 score of 0.96 for seizure classification, significantly enhancing diagnostic accuracy and reliability in safety-critical applications, thereby reducing labor-intensive manual review.

Key insights

MLLMs struggle with fine-grained medical video interpretation, but domain-specific methods significantly boost diagnostic accuracy for seizure semiology.

Principles

Method

The two-stage seizure classification strategy uses MLLMs to extract 20 ILAE-defined semiological features into a structured binary vector, which is then fed into a Random Forest classifier for diagnosis.

In practice

Topics

Code references

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.