Bawil commited on
Commit
f4d9c79
·
verified ·
1 Parent(s): a193ad9

Upload 18 files

Browse files
.gitattributes CHANGED
@@ -51,3 +51,9 @@ deeplabv3plus/figures/dice_distribution.png filter=lfs diff=lfs merge=lfs -text
51
  deeplabv3plus/figures/dice_iou_distribution.png filter=lfs diff=lfs merge=lfs -text
52
  deeplabv3plus/figures/metrics_comparison.png filter=lfs diff=lfs merge=lfs -text
53
  deeplabv3plus/figures/training_curves.png filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
51
  deeplabv3plus/figures/dice_iou_distribution.png filter=lfs diff=lfs merge=lfs -text
52
  deeplabv3plus/figures/metrics_comparison.png filter=lfs diff=lfs merge=lfs -text
53
  deeplabv3plus/figures/training_curves.png filter=lfs diff=lfs merge=lfs -text
54
+ attention_unet/figures/comparison_visualization.pdf filter=lfs diff=lfs merge=lfs -text
55
+ attention_unet/figures/comparison_visualization.png filter=lfs diff=lfs merge=lfs -text
56
+ attention_unet/figures/dice_distribution.png filter=lfs diff=lfs merge=lfs -text
57
+ attention_unet/figures/dice_iou_distribution.png filter=lfs diff=lfs merge=lfs -text
58
+ attention_unet/figures/metrics_comparison.png filter=lfs diff=lfs merge=lfs -text
59
+ attention_unet/figures/training_curves.png filter=lfs diff=lfs merge=lfs -text
attention_unet/config/experiment_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": "20251125_133300",
3
+ "input_shape": [
4
+ 256,
5
+ 256,
6
+ 1
7
+ ],
8
+ "target_size": [
9
+ 256,
10
+ 256
11
+ ],
12
+ "epochs": 50,
13
+ "batch_size": 8,
14
+ "learning_rate": 0.0001,
15
+ "validation_split": 0.1,
16
+ "random_state": 42,
17
+ "loss_options": {
18
+ "scenario1": "weighted_bce",
19
+ "scenario2": "weighted_categorical"
20
+ }
21
+ }
attention_unet/figures/comparison_visualization.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:971c82da98e8482f223690e5336fda25b5e846f8158acb610427dbb5b611d868
3
+ size 3447300
attention_unet/figures/comparison_visualization.png ADDED

Git LFS Details

  • SHA256: d43fc4bd15917173a3ccabfb1c221fa62f9b4bf82ca220946cfa37299e7e8644
  • Pointer size: 132 Bytes
  • Size of remote file: 4.69 MB
attention_unet/figures/dice_distribution.pdf ADDED
Binary file (16.7 kB). View file
 
attention_unet/figures/dice_distribution.png ADDED

Git LFS Details

  • SHA256: 95c8dbabccfeaa54513f06035f5a4b35ab9749bf406dac43cc7af29c4f41436a
  • Pointer size: 131 Bytes
  • Size of remote file: 175 kB
attention_unet/figures/dice_iou_distribution.pdf ADDED
Binary file (19.9 kB). View file
 
attention_unet/figures/dice_iou_distribution.png ADDED

Git LFS Details

  • SHA256: 598ca6190f745797c944da26f0c60a35e69fb6980752ce7e4fd709d973f497ce
  • Pointer size: 131 Bytes
  • Size of remote file: 340 kB
attention_unet/figures/metrics_comparison.pdf ADDED
Binary file (17.6 kB). View file
 
attention_unet/figures/metrics_comparison.png ADDED

Git LFS Details

  • SHA256: 45402046f383a10ed57e344ba159d3e0b8254f849254bbcadeadeaff84abfeab
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
attention_unet/figures/training_curves.pdf ADDED
Binary file (22 kB). View file
 
attention_unet/figures/training_curves.png ADDED

Git LFS Details

  • SHA256: 9f83275390d5ca626bf47a9ed95cf9f96d42fb2dcc04308760a8f741076d117f
  • Pointer size: 131 Bytes
  • Size of remote file: 485 kB
attention_unet/leverage_summary.txt ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ LEVERAGE PAPER RESULTS SUMMARY
3
+ ================================
4
+ Experiment Timestamp: 20251125_133300
5
+ Model Architecture: ATTN_UNET
6
+ WMH Segmentation: Binary vs Three-class Classification Comparison
7
+
8
+ DATASET INFORMATION:
9
+ --------------------
10
+ Training Images: 1044
11
+ Test Images: 161
12
+ Image Size: (256, 256)
13
+ Classes: Background (0), Normal WMH (1), Abnormal WMH (2)
14
+
15
+ METHODOLOGY:
16
+ ------------
17
+ Architecture: ATTN_UNET
18
+ Loss Functions:
19
+ - Scenario 1: weighted_bce
20
+ - Scenario 2: weighted_categorical
21
+ Training Epochs: 50
22
+ Batch Size: 8
23
+ Learning Rate: 0.0001
24
+
25
+ PERFORMANCE RESULTS:
26
+ --------------------
27
+ OVERLAP-BASED METRICS:
28
+ | Scenario 1 (Binary) | Scenario 2 (3-class) | Improvement
29
+ --------------------|---------------------|----------------------|------------
30
+ Accuracy | 0.9844 | 0.9959 | +0.0115
31
+ Precision | 0.3236 | 0.7110 | +0.3874
32
+ Recall | 0.9769 | 0.7707 | -0.2062
33
+ Specificity | 0.9998 | 0.9983 | -0.0016
34
+ Dice Coefficient | 0.4861 | 0.7396 | +0.2535
35
+ IoU Coefficient | 0.3211 | 0.5868 | +0.2657
36
+
37
+ SURFACE-BASED METRICS (lower is better):
38
+ | Scenario 1 (Binary) | Scenario 2 (3-class) | Improvement
39
+ --------------------|---------------------|----------------------|------------
40
+ HD95 (pixels) | 52.3479 ± 41.1076 | 47.0514 ± 40.1375 | +5.2965
41
+ ASSD (pixels) | 11.1905 ± 12.0022 | 14.1671 ± 18.8798 | -2.9767
42
+
43
+ Note: For HD95 and ASSD, positive improvement means reduction (better boundary accuracy)
44
+ Valid samples: HD95=128/161, ASSD=128/161
45
+
46
+ STATISTICAL SIGNIFICANCE:
47
+ -------------------------
48
+ DICE COEFFICIENT:
49
+ Test: Paired t-test
50
+ t-statistic: 6.1813
51
+ p-value: 0.0000
52
+ Effect Size (Cohen's d): 0.4419
53
+ 95% Confidence Interval: [0.0927, 0.1798]
54
+ Result: SIGNIFICANT improvement
55
+
56
+ IoU COEFFICIENT:
57
+ Test: Paired t-test
58
+ t-statistic: 6.5713
59
+ p-value: 0.0000
60
+ Effect Size (Cohen's d): 0.5197
61
+ 95% Confidence Interval: [0.0961, 0.1786]
62
+ Result: SIGNIFICANT improvement
63
+
64
+ HD95 (95th Percentile Hausdorff Distance):
65
+ Test: Paired t-test
66
+ t-statistic: 1.7275
67
+ p-value: 0.0865
68
+ Effect Size (Cohen's d): 0.1299
69
+ 95% Confidence Interval: [-0.7706, 11.3635] pixels
70
+ Result: NOT SIGNIFICANT improvement
71
+
72
+ ASSD (Average Symmetric Surface Distance):
73
+ Test: Paired t-test
74
+ t-statistic: -2.6433
75
+ p-value: 0.0092
76
+ Effect Size (Cohen's d): -0.1874
77
+ 95% Confidence Interval: [-5.2051, -0.7482] pixels
78
+ Result: SIGNIFICANT improvement
79
+
80
+ KEY FINDINGS:
81
+ -------------
82
+ OVERLAP-BASED METRICS:
83
+ 1. Three-class segmentation shows 43.87% improvement in Dice coefficient
84
+ 2. Three-class segmentation shows 63.30% improvement in IoU coefficient
85
+ 3. Dice improvement is statistically significant (p<0.05)
86
+ 4. IoU improvement is statistically significant (p<0.05)
87
+
88
+ SURFACE-BASED METRICS:
89
+ 5. HD95 shows 10.12% reduction (lower is better)
90
+ 6. ASSD shows 26.60% increase (lower is better)
91
+ 7. HD95 improvement is not statistically significant
92
+ 8. ASSD improvement is statistically significant (p<0.05)
93
+
94
+ OVERALL ASSESSMENT:
95
+ 9. Post-processing provided substantial improvements in both scenarios
96
+ 10. Three-class approach shows consistent advantages across multiple metrics
97
+ 11. Boundary accuracy (HD95/ASSD) improved significantly
98
+
99
+ FILES GENERATED:
100
+ ----------------
101
+ - Models: scenario1_binary_model.h5, scenario2_multiclass_model.h5
102
+ - Figures: training_curves.png/.pdf, comparison_visualization.png/.pdf, metrics_comparison.png/.pdf
103
+ - Tables: comprehensive_results.csv/.xlsx, surface_metrics.csv/.xlsx, latex_table.tex, latex_surface_table.tex
104
+ - Statistics: statistical_analysis.json, statistical_report.txt
105
+ - Predictions: All test predictions and ground truth data saved
106
+
107
+ PUBLICATION READINESS:
108
+ ----------------------
109
+ ✓ High-resolution figures (300 DPI, PNG/PDF)
110
+ ✓ LaTeX-formatted tables (overlap and surface metrics)
111
+ ✓ Comprehensive statistical analysis (Dice, IoU, HD95, ASSD)
112
+ ✓ Post-processing impact analysis
113
+ ✓ Reproducible results with saved models
114
+ ✓ Professional documentation
115
+ ✓ Surface-based metrics for boundary accuracy assessment
116
+
attention_unet/tables/comprehensive_results.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Scenario,Accuracy,Precision,Recall,Specificity,Dice,IoU
2
+ Binary Classification (Processed),0.9844384045334336,0.3235688692608949,0.9768807939522773,0.9998217485401418,0.4861214129916778,0.32110992074012756
3
+ Three-class Classification (Processed),0.9959118766073854,0.7110082161258877,0.7706695513263984,0.9982578323964436,0.7396377200887311,0.586845338344574
4
+ Statistical Analysis,Dice p=0.0000,Dice t=6.1813,Dice Δ=0.1363,Dice ES=0.4419,IoU p=0.0000,IoU Δ=0.1373
attention_unet/tables/comprehensive_results.xlsx ADDED
Binary file (5.31 kB). View file
 
attention_unet/tables/latex_surface_table.tex ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ \begin{table}
2
+ \caption{Surface-based metrics (HD95 and ASSD) comparison in pixels}
3
+ \label{tab:surface_metrics}
4
+ \begin{tabular}{lrrrrrrll}
5
+ \toprule
6
+ Scenario & HD95_Mean & HD95_Std & HD95_Median & ASSD_Mean & ASSD_Std & ASSD_Median & HD95_Stats & ASSD_Stats \\
7
+ \midrule
8
+ Binary (S1) & 52.3479 & 41.1076 & 45.7810 & 11.1905 & 12.0022 & 6.4209 & NaN & NaN \\
9
+ Three-class (S2) & 47.0514 & 40.1375 & 41.8586 & 14.1671 & 18.8798 & 7.1221 & NaN & NaN \\
10
+ \bottomrule
11
+ \end{tabular}
12
+ \end{table}
attention_unet/tables/latex_table.tex ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ \begin{table}
2
+ \caption{Performance comparison between binary and three-class segmentation approaches}
3
+ \label{tab:performance_comparison}
4
+ \begin{tabular}{lllllll}
5
+ \toprule
6
+ Scenario & Accuracy & Precision & Recall & Specificity & Dice & IoU \\
7
+ \midrule
8
+ Binary Classification (Processed) & 0.9844 & 0.3236 & 0.9769 & 0.9998 & 0.4861 & 0.3211 \\
9
+ Three-class Classification (Processed) & 0.9959 & 0.7110 & 0.7707 & 0.9983 & 0.7396 & 0.5868 \\
10
+ \bottomrule
11
+ \end{tabular}
12
+ \end{table}
attention_unet/tables/surface_metrics.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Scenario,HD95_Mean,HD95_Std,HD95_Median,ASSD_Mean,ASSD_Std,ASSD_Median,HD95_Stats,ASSD_Stats
2
+ Binary (S1),52.34791573904039,41.10756052285166,45.781031508460934,11.190458976820532,12.002233070337882,6.420893945034037,,
3
+ Three-class (S2),47.05144279949535,40.13751764028808,41.8586480091422,14.167142956119385,18.879824259203055,7.1220741494236055,,
4
+ Statistical Analysis,,,,,,,"Δ=5.2965px, p=0.0865","Δ=-2.9767px, p=0.0092"
attention_unet/tables/surface_metrics.xlsx ADDED
Binary file (5.33 kB). View file