← Latest papers
💻 computer science

Intracranial Aneurysm Classification and Segmentation via Tri-Axial ROI and Multi-Task Learning

This paper presents a multi-task learning framework combining 2D tri-axial ROI extraction with a 3D nnU-Net backbone to simultaneously classify, segment, and localize intracranial aneurysms across 13 anatomical sites and four imaging modalities, achieving 2nd place in the RSNA 2025 challenge.

Original authors: Pengcheng Shi, Kaiyuan Yang, Houjing Huang, Jiawei Chen, Yan Lu, Jiaqi Liu, Murong Xu, Bjoern Menze, Xinglin Zhang

Published 2026-06-26
📖 4 min read☕ Coffee break read

Original authors: Pengcheng Shi, Kaiyuan Yang, Houjing Huang, Jiawei Chen, Yan Lu, Jiaqi Liu, Murong Xu, Bjoern Menze, Xinglin Zhang

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 your brain's blood vessels are like a complex network of highways. Sometimes, a weak spot on a highway wall balloons out, forming a dangerous bubble called an aneurysm. If this bubble pops, it's a medical emergency. Doctors need to know two things to decide how to fix it: where the bubble is exactly, and what shape it has.

Until now, computer programs could mostly just say, "Yes, there's a bubble here," or "No, there isn't." They couldn't tell you which specific highway the bubble was on, or draw a detailed map of the bubble itself versus the surrounding road.

This paper introduces a new computer system that acts like a super-smart, multi-tasking detective. Here is how it works, broken down into simple steps:

1. The "Quick Look" Strategy (Stage 1)

Imagine you have a giant, 3D block of cheese (the brain scan) and you need to find a tiny crumb inside it. The old way was to slice the whole block into thin pieces and look at every single one. That takes forever.

The authors' new method is like taking a quick peek at just three specific slices: one from the top, one from the side, and one from the front.

  • The Trick: They use a 2D camera to look at these three slices.
  • The Result: By combining what it sees from these three angles, the computer can instantly draw a 3D box around the area where the bubble might be.
  • The Benefit: This is 12.7 times faster than looking at the whole block slice-by-slice. It zooms in on the "neighborhood" without wasting time on the empty parts of the brain.

2. The "Two-Headed" Brain (Stage 2)

Once the computer zooms in on that specific neighborhood, it uses a powerful 3D brain (based on a famous AI model called nnU-Net) to do three jobs at once:

  1. Classify: Is there a bubble?
  2. Locate: Which of the 13 specific highway sections is it on? (e.g., "Left side, front artery").
  3. Map: Draw a precise outline of the bubble and the highway it's attached to.

The "Twin Decoder" Problem:
There's a big problem in this job: The blood vessels are huge, but the aneurysm bubble is tiny. If you ask a computer to learn both at the same time, it gets lazy and ignores the tiny bubble because the big vessels are so much easier to see.

The Solution: The authors built a "twin decoder" system.

  • Decoder A focuses on finding the big vessels and a "blob" that represents any bubble.
  • Decoder B focuses on matching specific vessels to their specific bubble locations.
  • The Magic: By splitting the work, the computer doesn't get overwhelmed. It treats the tiny bubble as a VIP guest, giving it special attention so it doesn't get lost in the crowd of big vessels.

3. Handling Different "Cameras"

The system has to work with four different types of medical scans (CTA, MRA, T2, T1-post). Think of these like four different camera lenses that take pictures of the same scene but with different lighting and colors.

  • The system includes a special "translator" that learns to recognize which camera was used and adjusts its understanding accordingly, so it works perfectly no matter which scan type it sees.

4. The Results

  • Speed: Because of the "Quick Look" strategy, the system is incredibly fast.
  • Accuracy: In a major competition (RSNA 2025), this system came in 2nd place.
  • Detail: It is the first system to successfully do all three things at once: say "Yes/No," name the exact location, and draw the detailed map of both the vessel and the bubble.

What They Did Not Claim

The authors are very honest about what they didn't do:

  • They didn't test this on real patients in a hospital to see if it saves lives (yet).
  • They didn't create perfect "ground truth" maps for the bubbles. Since the competition data only gave them the center point of the bubble (like a pin on a map), they had to use a smart guessing game (called "active learning") to draw the full shape of the bubble. They manually checked and corrected these guesses, but they admit the bubble shapes are still an estimate, not a perfect medical fact.

The Bottom Line

The authors built a fast, smart tool that can zoom in on brain scans, find tiny aneurysms, tell you exactly where they are on the brain's "highway map," and draw them out, all while handling different types of medical images. They made the code and the tool available for others to use and improve.

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 →