Interpretable Aneurysm Classification via 3D Concept Bottleneck Models: Integrating Morphological and Hemodynamic Clinical Features

This paper proposes an interpretable 3D Concept Bottleneck Model that integrates morphological and hemodynamic clinical features to classify intracranial aneurysms with high accuracy (up to 93.33%) while ensuring clinical transparency and regulatory compliance.

Toqa Khaled, Ahmad Al-Kabbany

Published Tue, 10 Ma
📖 4 min read☕ Coffee break read

Imagine you have a very smart, super-fast robot doctor. This robot can look at 3D scans of a human brain and spot a dangerous bulge in a blood vessel called an aneurysm. It's incredibly good at this; it gets it right almost every time.

But here's the problem: The robot is a "black box."

If you ask the robot, "Why did you say this patient is at risk?" it just says, "Because the computer says so." It can't explain which part of the image made it nervous. In medicine, doctors can't just trust a magic answer. They need to know why so they can double-check the work. If the robot is wrong, they need to know where it went wrong.

This paper introduces a new way to build this robot so it doesn't just give an answer, but shows its homework.

The Big Idea: The "Concept Bottleneck"

Think of the robot's brain like a factory assembly line.

The Old Way (Black Box):
Raw brain scan \rightarrow Mystery Machine \rightarrow "Risky" or "Safe."
The machine does all the thinking in the dark. We don't know what it looked at.

The New Way (This Paper's Solution):
Raw brain scan \rightarrow Step 1: Identify Clues \rightarrow Step 2: Make Decision \rightarrow "Risky" or "Safe."

The authors built a "bottleneck" in the middle. Before the robot makes its final decision, it must stop and write down a list of specific, human-understandable clues it found.

The 26 Clues (The "Concepts")

Instead of looking at pixels, the robot is forced to look for 26 specific things that real neurosurgeons care about. Think of these as the robot's "checklist":

  • Shape: Is the bulge round or weirdly shaped? (Morphology)
  • Size: How big is it compared to the vessel?
  • Flow: Is the blood rushing too hard against the wall? (Hemodynamics)
  • Pressure: Is the wall being stressed in a specific way?

The robot has to say, "I see the bulge is 4mm wide, and the blood flow is hitting the wall at a sharp angle." Then, it uses those specific facts to decide if it's dangerous.

Why This is a Game-Changer

  1. Trust: If the robot says a patient is at risk, the doctor can look at the checklist. If the robot says, "It's risky because the blood flow is too high," the doctor can verify that. If the robot says, "It's risky because the color of the scan is blue," the doctor knows the robot is confused.
  2. No Cheating: The authors made sure the robot couldn't cheat by looking for the word "aneurysm" in the data. It has to learn the actual physics and shapes.
  3. It's Still Super Smart: Usually, when you make a robot explain itself, it gets slower or less accurate. But this robot is still a champion! It got 93% accuracy, which is just as good as the "black box" models.

The "Test-Time" Safety Net

The paper also mentions a trick called Test-Time Augmentation (TTA). Imagine you are taking a test. To make sure you didn't just get lucky, you take the test 8 times, each time with the paper slightly rotated or the lighting changed. You then average your answers.

The robot does this too. It looks at the brain scan 8 different ways (tilted, flipped, zoomed) and averages the result. This makes the diagnosis much more stable and reliable, ensuring the robot isn't just guessing based on a weird angle.

The Bottom Line

This research is like giving the robot doctor a transparent glass wall instead of a solid steel door.

  • Before: The robot shouted, "Danger!" and you had to trust it blindly.
  • Now: The robot says, "Danger! Here is my list of 26 reasons why: The wall is thin, the flow is fast, and the shape is odd. Do you agree?"

This allows human doctors and AI to work together as a team, making surgery safer and saving more lives by ensuring the AI's logic matches human medical wisdom.