StrokeNeXt: A Siamese-encoder Approach for Brain Stroke Classification in Computed Tomography Imagery

StrokeNeXt is a Siamese-encoder model utilizing dual ConvNeXt branches and a lightweight decoder that achieves state-of-the-art accuracy and robust calibration for classifying ischemic and hemorrhagic strokes in 2D CT images, significantly outperforming existing convolutional and Transformer-based baselines.

Leo Thomas Ramos, Angel D. Sappa

Published 2026-02-18
📖 4 min read☕ Coffee break read

Imagine your brain is a bustling city, and blood vessels are the highways delivering oxygen and fuel. A stroke happens when a highway is either blocked by a traffic jam (an ischemic stroke) or when a road suddenly bursts, flooding the area (a hemorrhagic stroke).

Doctors use CT scans (like high-tech X-ray photos) to see what's wrong. But reading these photos is hard, slow, and requires highly trained experts. If a doctor misses a detail or confuses a "blocked road" with a "burst road," the treatment could be wrong, leading to severe damage.

This paper introduces StrokeNeXt, a new AI "detective" designed to look at these brain photos and instantly tell doctors:

  1. Is there a stroke? (Yes/No)
  2. What kind is it? (Blocked road vs. Burst road)

Here is how it works, explained with simple analogies:

1. The "Double-Check" Team (The Siamese Encoder)

Most AI models look at a picture with just one pair of "eyes." If that one pair misses a tiny clue, the AI gets it wrong.

StrokeNeXt is different. It uses two identical AI brains (called ConvNeXt encoders) working side-by-side on the same image.

  • The Analogy: Imagine two expert detectives looking at the same crime scene photo. They aren't sharing notes; they are working independently. One might notice a faint shadow, while the other spots a tiny crack. Because they are independent, they catch different clues.
  • The Result: Instead of relying on a single opinion, the system combines their unique observations to get a much clearer picture. This reduces the chance of missing something important.

2. The "Lightweight Translator" (The Fusion Decoder)

Once the two detectives have gathered their clues, they need to combine them into a final report.

  • The Problem: Usually, combining two big reports makes a huge, heavy document that takes forever to read.
  • StrokeNeXt's Solution: It uses a "lightweight decoder." Think of this as a super-efficient translator who takes the two detectives' notes, merges the most important parts, and summarizes them into a tiny, crisp "Yes/No" or "Type A/Type B" answer. It does this without getting bogged down in unnecessary details, making it incredibly fast.

3. The Race Against Time (Speed and Accuracy)

In a real hospital, time is life. A model that is 99% accurate but takes 10 seconds to think is useless if the doctor needs an answer in 1 second.

  • The Performance: The authors tested StrokeNeXt on nearly 7,000 brain scans.
    • Accuracy: It got the diagnosis right 98.8% of the time.
    • Speed: It can analyze a brain scan in just 2 milliseconds (that's faster than a human blink).
    • Comparison: It beat other famous AI models (like ResNet, VGG, and even complex "Transformer" models) that were either slower, less accurate, or both.

4. Why This Matters

  • No More Guessing: The model is so good at distinguishing between a "blocked road" and a "burst road" that it rarely makes mistakes. This is crucial because the medicine for a blockage is the opposite of the medicine for a burst. Giving the wrong medicine can be fatal.
  • Accessible: Because the model is so efficient, it doesn't need a supercomputer to run. It could potentially run on standard hospital equipment, helping doctors in smaller clinics or busy emergency rooms make faster, better decisions.

The Bottom Line

StrokeNeXt is like hiring a team of two super-observant detectives who work independently, then quickly summarize their findings for a doctor. It is faster, smarter, and more reliable than previous AI tools, offering a powerful new tool to save lives by catching strokes early and correctly.

Get papers like this in your inbox

Personalized daily or weekly digests matching your interests. Gists or technical summaries, in your language.

Try Digest →