Skip to content

Commit a69ef02

Browse files
authored
Update README.md
1 parent 5866a9a commit a69ef02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Accurate and automated segmentation of intervertebral discs (IVDs) in medical images is crucial for assessing spine-related disorders, such as osteoporosis, vertebral fractures, or IVD herniation. We present HCA-Net, a novel contextual attention network architecture for semantic labeling of IVDs, with a special focus on exploiting prior geometric information. Our approach excels at processing features across different scales and effectively consolidating them to capture the intricate spatial relationships within the spinal cord. To achieve this, HCA-Net models IVD labeling as a pose estimation problem, aiming to minimize the discrepancy between each predicted IVD location and its corresponding actual joint location. In addition, we introduce a skeletal loss term to reinforce the model's geometric dependence on the spine. This loss function is designed to constrain the model's predictions to a range that matches the general structure of the human vertebral skeleton. As a result, the network learns to reduce the occurrence of false predictions and adaptively improves the accuracy of IVD location estimation. Through extensive experimental evaluation on multi-center spine datasets, our approach consistently outperforms previous state-of-the-art methods on both MRI T1w and T2w modalities.
77

88
<div align="center" float="left">
9-
<img width="400" alt="HCA-Net" src="https://github.com/xmindflow/HCA-Net/assets/6207884/49c9e0e8-d80d-4c15-9686-e1f0ae4d0092">
9+
<img width="400" alt="HCA-Net" src="https://github.com/xmindflow/HCA-Net/assets/6207884/e7deea85-4076-4158-8926-15387e6da06c">
1010
<br>
1111
Caption: Structure of the proposed HCA-Net method for IVD semantic labeling
1212
</div>
@@ -58,25 +58,25 @@ python src/main.py -mode "test" --name "v01" --modality "t1"
5858
5959
## Experimental Results
6060
<p align="center">
61-
<img width="900" alt="image" src="https://github.com/xmindflow/HCA-Net/assets/6207884/1195d13c-4f63-4b58-b644-c3c5d654d07e">
61+
<img width="900" alt="image" src="https://github.com/xmindflow/HCA-Net/assets/6207884/0e6cb948-39fb-4e54-b97c-dfbcc447180a">
6262
<br>
63-
<img width="900" alt="image" src="https://github.com/xmindflow/HCA-Net/assets/6207884/f82cd0d2-02b1-4bb1-bb07-0d615af7f5eb">
63+
<img width="900" alt="image" src="https://github.com/xmindflow/HCA-Net/assets/6207884/144f9282-5e18-4eab-b8dd-03c98b0ac34c">
6464
</p>
6565

6666
A notable illustration of intervertebral disc semantic detection and labeling in the test dataset is shown in the T1w (first row) and T2w MRI modalities (second row). In the first column, the network input is showcased, the second column displays the ground truth, and the third and final column exhibits the outcome of the last `out` block.
6767

6868
<hr>
6969

7070
<p align="center">
71-
<img width="900" alt="image" src="https://github.com/xmindflow/HCA-Net/assets/6207884/b2063058-876b-46dc-9ba5-c6c7bf91e492">
71+
<img width="900" alt="experimental result table" src="https://github.com/xmindflow/HCA-Net/assets/6207884/4898ab54-a38a-41ec-ad87-e7845013f15b">
7272
<br>
7373
<!-- Intervertebral disc semantic labeling on the spine generic public dataset. DTT indicates the Distance To the Target -->
7474
</p>
7575

7676
<hr>
7777

7878
<p align="center">
79-
<img width="700" alt="image" src="https://github.com/xmindflow/HCA-Net/assets/6207884/d0511948-bfeb-44ed-983e-6c13543e3063">
79+
<img width="700" alt="results" src="https://github.com/xmindflow/HCA-Net/assets/6207884/6fa422e9-226e-4a5c-879e-4b44ace8d988">
8080
<br>
8181
Comparison of results on T1w (a-b) and T2w (c-d) MRI modalities between the proposed HCA-Net (b and d) and the pose estimation method [13] (a and c). Green dots denote ground truth.
8282
</p>

0 commit comments

Comments
 (0)