Bawil commited on
Commit
12603a1
·
verified ·
1 Parent(s): 8122636

Update transunet/leverage_summary.txt

Browse files
Files changed (1) hide show
  1. transunet/leverage_summary.txt +4 -21
transunet/leverage_summary.txt CHANGED
@@ -2,18 +2,19 @@
2
  LEVERAGE PAPER RESULTS SUMMARY
3
  ================================
4
  Experiment Timestamp: 20251124_171430
 
5
  WMH Segmentation: Binary vs Three-class Classification Comparison
6
 
7
  DATASET INFORMATION:
8
  --------------------
9
- Training Images: 1044
10
- Test Images: 161
11
  Image Size: (256, 256)
12
  Classes: Background (0), Normal WMH (1), Abnormal WMH (2)
13
 
14
  METHODOLOGY:
15
  ------------
16
- Architecture: Enhanced U-Net with Batch Normalization and Dropout
17
  Loss Functions:
18
  - Scenario 1: weighted_bce
19
  - Scenario 2: weighted_categorical
@@ -56,21 +57,3 @@
56
  3. Dice analysis confirms significant improvement
57
  4. IoU analysis confirms significant improvement
58
  5. Post-processing provided substantial improvements in both scenarios
59
-
60
- FILES GENERATED:
61
- ----------------
62
- - Models: scenario1_binary_model.h5, scenario2_multiclass_model.h5
63
- - Figures: training_curves.png/.pdf, comparison_visualization.png/.pdf, metrics_comparison.png/.pdf
64
- - Tables: comprehensive_results.csv/.xlsx, latex_table.tex
65
- - Statistics: statistical_analysis.json, statistical_report.txt
66
- - Predictions: All test predictions and ground truth data saved
67
-
68
- PUBLICATION READINESS:
69
- ----------------------
70
- ✓ High-resolution figures (300 DPI, PNG/PDF)
71
- ✓ LaTeX-formatted tables
72
- ✓ Comprehensive statistical analysis (Dice + IoU)
73
- ✓ Post-processing impact analysis
74
- ✓ Reproducible results with saved models
75
- ✓ Professional documentation
76
-
 
2
  LEVERAGE PAPER RESULTS SUMMARY
3
  ================================
4
  Experiment Timestamp: 20251124_171430
5
+ Model Architecture: TRANS_UNET
6
  WMH Segmentation: Binary vs Three-class Classification Comparison
7
 
8
  DATASET INFORMATION:
9
  --------------------
10
+ Training Images: 2050
11
+ Test Images: 350
12
  Image Size: (256, 256)
13
  Classes: Background (0), Normal WMH (1), Abnormal WMH (2)
14
 
15
  METHODOLOGY:
16
  ------------
17
+ Architecture: TRANS_UNET
18
  Loss Functions:
19
  - Scenario 1: weighted_bce
20
  - Scenario 2: weighted_categorical
 
57
  3. Dice analysis confirms significant improvement
58
  4. IoU analysis confirms significant improvement
59
  5. Post-processing provided substantial improvements in both scenarios