DEEP LEARNING PIPELINE
Virtual Radiologist Assistant
AI-Powered Lower-Grade Glioma (LGG) Segmentation
Best IoU Score
0.8135 AttentionMetadataUNet + SchedulerTotal MRI Slices
7,858 110 patientsTumor Slices (Val)
535 of 1,572Avg Tumor Coverage
3.0% tumor-positive slicesPipeline Architecture
| Phase | Model | Key Innovation |
|---|---|---|
| 1 | BasicUNet | Standard encoder-decoder |
| 2 | MetadataUNet | Clinical metadata fusion at bottleneck |
| 3 | AttentionMetadataUNet | Attention gates on skip connections |
| 4 | + LR Scheduler | ReduceLROnPlateau for convergence |
Training Configuration
| Epochs | 15 |
|---|---|
| Batch Size | 32 |
| Learning Rate | 0.001 |
| Optimizer | Adam |
| Loss Function | DiceBCE (BCE + Dice) |
| Image Size | 128 x 128 |
Final Model Scores
REAL-TIME SEGMENTATION
Live MRI Inference
Upload a brain MRI slice and input patient metadata for real-time tumor segmentation.
Ready. Select a sample or upload an MRI slice.
Original MRI
AI Prediction Mask
Tumor Overlay
Inference Time
-- browser runtimeTumor Coverage
-- thresholded maskAvg Confidence
-- mask-positive pixelsModel Used
Attention Scheduler weightsInput Size
-- pixelsTRAINING INSIGHTS
Training Analytics
Validation Dice Score
BasicUNet
MetadataUNet
AttentionMetadataUNet
Scheduler
BENCHMARK RESULTS
Model Comparison & Analysis
Final Validation Metrics
| Model | Dice | IoU | Metadata | Attention | Scheduler |
|---|---|---|---|---|---|
| BasicUNet | 0.894113 | 0.810121 | No | No | No |
| MetadataUNet | 0.894860 | 0.811078 | Yes | No | No |
| AttentionMetadataUNet | 0.871776 | 0.775612 | Yes | Yes | No |
| AttentionMetadataUNet (Scheduler) | 0.895969 | 0.813479 | Yes | Yes | Yes |
VISUAL RESULTS
Prediction Gallery
Side-by-side comparison of MRI slices, ground truth masks, model predictions, and overlays.
MRI Input
Ground Truth
Model Prediction
Tumor Overlay