Skip to content

9B8DY6/Landmark-detection-in-TOF-MRA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Landmark-detection-in-TOF-MRA

The basic step for quantitative analysis of brain artery.

MRA ?

MRA is an abbreviation of Magnetic Resonance Angiography to image blood vessels, especially in brain. It is used to evaluate them for stenosis (abnormal narrowing), occlusions, aneurysms (vessel wall dilatations, at risk of rupture) or other abnormalities. The main part of brain artery is called as COW (Circle of Willis).

From wiki

Purpose

To evalute COW quantitatively, we have to detect landmarks which cover COW and needs quantitative analysis like how much narrow the vessel is.
image

💥I dot landmarks on brain artery by myself so I can not open landmarks data.

1️⃣ The first try is method using CNN to regress landmark positions.

2️⃣ The second try is method using GNN (Graph Neural Network).

  • (reference : Structured Landmark Detection via Topology-Adapting Deep Graph Learning)
  • Motivation : If we consider landmarks as node and vessels as edge, cerebral vasculature is one big graph of which nodes on vessels are only connected to other nodes along with vessel. Then, a model learns correlation between landmarks with MRA image feature which shows that cerebral vessel is big one graph.
  • When I wrote this code, there is no github of reference. I did it only based on paper.

The relationship between nodes is crucial in second method so, the more landmarks, the more precise it would be.

About

뇌혈관 정량적 분석을 위한 첫걸음

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published