https://github.com/cisco08/adrenal_segmentation
This is the official implementation of "An optimized two-stage cascaded deep neural network for adrenal segmentation on CT images".
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: sciencedirect.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
This is the official implementation of "An optimized two-stage cascaded deep neural network for adrenal segmentation on CT images".
Basic Info
- Host: GitHub
- Owner: cisco08
- License: mit
- Default Branch: main
- Size: 37.6 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of MAI-Lab-West-China-Hospital/adrenal_segmentation
Created over 3 years ago
· Last pushed over 4 years ago
https://github.com/cisco08/adrenal_segmentation/blob/main/
# adrenal_segmentation This is the official implementation of "An optimized two-stage cascaded deep neural network for adrenal segmentation on CT images". # Introduction Segmentation of adrenal glands from CT images is a crucial step in the AI-assisted diagnosis of adrenal gland- related disease. However, highly intrasubject variability in shape and adhesive boundaries with surrounding tissues make accurate segmentation of the adrenal gland a challenging task. In the current study, we proposed a novel two-stage deep neural network for adrenal gland segmentation in an end-to-end fashion. In the first stage, a localization network that aims to determine the candidate volume of the target organ was used in the pre- processing step to reduce class imbalance and computational burden. Then, in the second stage, a Small- organNet model trained with a novel boundary attention focal loss was designed to refine the boundary of the organ within the screened volume. The experimental results show that our proposed cascaded framework out- performs the state-of-the-art deep learning method in segmenting the adrenal gland with respect to accuracy; it requires fewer trainable parameters and imposes a smaller demand on computational resources.  [paper](https://www.sciencedirect.com/science/article/abs/pii/S0010482521005436?via%3Dihub) # Dependencies - torch==1.6.0 - torchvision==0.7.0 - monai==0.3.0 # How to test We provided two test data in `./data/adrenal_deomo` To test them run: ``` python joint_seg.py ``` # Citation Luo, G., Yang, Q., Chen, T., Zheng, T., Xie, W. and Sun, H., 2021. An optimized two-stage cascaded deep neural network for adrenal segmentation on CT images. Computers in Biology and Medicine, p.104749.
Owner
- Login: cisco08
- Kind: user
- Repositories: 2
- Profile: https://github.com/cisco08