CTA数据集分割实验
数据预处理
直接读取文件夹随机按照8:2进行划分
1 |
|
上述四个部位都是
1 |
|
直接使用nii.gz文件,在最开始时,内存中直接先预处理和加载
1 |
|
增加DIS部位
DIS
1 |
|
DIS_Abdominal_Infrarenal
1 |
|
DIS_Abdominal_Suprarenal
1 |
|
DIS_Ascending_Arch
1 |
|
DIS_Descending_Thoracic
1 |
|
实验
exp | test_dsc | test_iou |
---|---|---|
V2 | 0.725165 | 0.568831 |
使用basicunet
将img和all_lab在通道维度进行拼接
Abdominal_Infrarenal
exp | test_dsc |
---|---|
exp_2 | 0.758985 |
Abdominal_Suprarenal
exp | test_dsc |
---|---|
exp_3 | 0.823703 |
Ascending_Arch部位
exp | test_dsc |
---|---|
exp_1 | 0.884087 |
Descending_Thoracic
exp | test_dsc |
---|---|
exp_5 | 0.700073 |
exp_6 | 0.656711 |
DIS
exp | test_dsc |
---|---|
exp_17 | 0.818056 |
DIS_Abdominal_Infrarenal
exp | test_dsc |
---|---|
exp_18 | 0.701003 |
DIS_Abdominal_Suprarenal
exp | test_dsc |
---|---|
exp_19 | 0.836815 |
DIS_Ascending_Arch
exp | test_dsc |
---|---|
exp_20 | 0.821586 |
DIS_Descending_Thoracic
exp | test_dsc |
---|---|
exp_21 | 0.672169 |
使用segmamba
Abdominal_Infrarenal
exp | test_dsc |
---|---|
exp_8 | 0.768712 |
Abdominal_Suprarenal
exp | test_dsc |
---|---|
exp_9 | 0.847736 |
Ascending_Arch部位
exp | test_dsc |
---|---|
exp_10 | 0.899080 |
Descending_Thoracic
exp | test_dsc |
---|---|
exp_7 | 0.755863 |
DIS
exp | test_dsc |
---|---|
exp_22 | 0.819693 |
DIS_Abdominal_Infrarenal
exp | test_dsc |
---|---|
exp_23 | 0.633685 |
exp_31 | 0.893325 |
DIS_Abdominal_Suprarenal
exp | test_dsc |
---|---|
exp_24 | 0.884835 |
DIS_Ascending_Arch
exp | test_dsc |
---|---|
exp_25 | 0.872596 |
DIS_Descending_Thoracic
exp | test_dsc |
---|---|
exp_26 | 0.828840 |
使用echomamba
Abdominal_Infrarenal
exp | test_dsc |
---|---|
exp_11 | 0.763986 |
Abdominal_Suprarenal
exp | test_dsc |
---|---|
exp_12 | 0.797840 |
exp_16 | 0.797988 |
Ascending_Arch部位
exp | test_dsc |
---|---|
exp_14 | 0.878406 |
Descending_Thoracic
exp | test_dsc |
---|---|
exp_15 | 0.730438 |
DIS
exp | test_dsc |
---|---|
exp_26 | 0.754187 |
DIS_Abdominal_Infrarenal
exp | test_dsc |
---|---|
exp_27 | 0.843867 |
DIS_Abdominal_Suprarenal
exp | test_dsc |
---|---|
exp_28 | 0.926013 |
DIS_Ascending_Arch
exp | test_dsc |
---|---|
exp_29 | 0.799774 |
exp_32 | 0.929628 |
DIS_Descending_Thoracic
exp | test_dsc |
---|---|
exp_30 | 0.809732 |
汇总
U-net | EchoMamba | SegMamba | |
---|---|---|---|
Abdominal_Infrarenal | 75.90 | 76.40 | 76.87 |
Abdominal_Suprarenal | 82.37 | 79.80 | 84.77 |
Ascending_Arch | 88.41 | 87.84 | 89.91 |
Descending_Thoracic | 70.01 | 73.04 | 75.59 |
DIS | 81.81 | 75.42 | 81.97 |
DIS_Abdominal_Infrarenal | 70.10 | 84.39 | 89.33 |
DIS_Abdominal_Suprarenal | 83.68 | 92.60 | 88.48 |
DIS_Ascending_Arch | 87.26 | 92.96 | 87.26 |
DIS_Descending_Thoracic | 67.22 | 80.97 | 82.88 |
CTA数据集分割实验
http://example.com/2025/09/11/CTA-seg/