← Latest papers
💻 computer science

A Neurosymbolic Framework for Interpretable Skeleton-Based Seizure Detection via Concept-Driven Logical Reasoning

This paper introduces a novel neurosymbolic framework that achieves interpretable, high-accuracy video-based seizure detection by extracting patient-centric skeleton sequences, predicting clinically grounded spatio-temporal concepts, and composing them via differentiable logic into auditable Boolean rules while mitigating false positives through fine-grained sub-classification of non-seizure activities.

Original authors: Talha Ilyas, Deval Mehta, Zongyuan Ge

Published 2026-07-01
📖 4 min read☕ Coffee break read

Original authors: Talha Ilyas, Deval Mehta, Zongyuan Ge

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a computer to spot a seizure in a video of a patient. Usually, deep learning computers are like genius but silent magicians: they can tell you "Seizure!" or "No Seizure!" with high accuracy, but they can't explain why. If you ask, "What made you say that?" they just shrug. In a hospital, doctors can't trust a black box; they need to know which specific movements triggered the alarm.

This paper introduces a new system that acts less like a silent magician and more like a detective with a checklist. Here is how it works, broken down into simple steps:

1. The "Skeleton" Translator

First, the system looks at a messy hospital video. The patient might be covered by blankets, or a nurse might be walking in front of the camera.

  • The Analogy: Imagine trying to follow a dance routine through a foggy window.
  • The Fix: The system uses a smart "tracker" (like a digital highlighter) to ignore the blankets and the nurses. It strips away everything except the patient's skeleton (a stick-figure outline of their joints). This turns a confusing video into a clean set of moving dots.

2. The "Concept" Vocabulary (The Checklist)

Instead of just guessing, the system is taught a specific vocabulary based on real medical rules (called ILAE guidelines).

  • The Analogy: Think of this like a grammar book for movement.
  • The Process: The system learns specific "concepts" or "words" of motion, such as:
    • Spatial words: "Arm stiffening," "Head turning," "Leg jerking."
    • Temporal words: "Rhythmic shaking," "Sudden stop."
  • The Innovation: Most systems just say "Seizure" or "Not Seizure." This system breaks "Not Seizure" down into specific, fine-grained categories like "Patient adjusting their pillow" or "Patient scratching an itch." This prevents the system from confusing a patient stretching with a seizure.

3. The "Logic" Engine (The Detective's Reasoning)

This is the core "Neurosymbolic" part. Once the system spots the "words" (concepts), it doesn't just guess; it uses logic rules to combine them.

  • The Analogy: Imagine a recipe or a flowchart.
  • How it works: The system builds rules like:
    • IF (Arm is stiff) AND (Leg is jerking rhythmically) AND (Head is turning) THEN = Seizure.
  • The "Black Box" Breaker: Because these rules are written in clear logic (like math equations), the system can show its work. It can say, "I called this a seizure because 80% of my decision came from the 'Arm Stiffening' rule and 20% from the 'Rhythmic Jerking' rule."

4. The Results: Smarter and Clearer

The authors tested this on two public video datasets from hospitals.

  • Accuracy: It caught seizures better than almost every other method tested (about 90% sensitivity).
  • Fewer False Alarms: By teaching the system the difference between "adjusting a pillow" and "seizing," it made far fewer mistakes. It reduced false alarms by nearly 3.5 times compared to older methods that just saw "movement."
  • Transparency: For the first time, the system provides a full "audit trail." Doctors can see exactly which body parts moved, how those movements were logically combined, and how much each part contributed to the final decision.

Summary

In short, this paper presents a transparent, logic-based AI for spotting seizures. Instead of a mysterious black box that just guesses, it acts like a medical student who:

  1. Draws a stick figure of the patient.
  2. Checks a specific medical checklist for movement "words."
  3. Follows a strict logical recipe to decide if it's a seizure.
  4. Shows the doctor the exact steps it took to reach that conclusion.

The authors have made all their code, data, and the "stick figure" datasets available for others to use.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →