Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: tensorflow
|
| 4 |
+
tags:
|
| 5 |
+
- medical-imaging
|
| 6 |
+
- brain-tumor
|
| 7 |
+
- ensemble-learning
|
| 8 |
+
- explainable-ai
|
| 9 |
+
- segmentation
|
| 10 |
+
pipeline_tag: image-classification
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# NeuroEnsemble8
|
| 14 |
+
## Hybrid Brain MRI Tumor Analysis Framework
|
| 15 |
+
|
| 16 |
+
A multi-model deep learning framework for tumor classification, segmentation, explainability, and reliability analysis from MRI.
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# Repository Links
|
| 21 |
+
|
| 22 |
+
## Source Code
|
| 23 |
+
https://github.com/tharunsridhar/Brain-Tumor-mri-AI-Analysis-System
|
| 24 |
+
|
| 25 |
+
## Model Repository
|
| 26 |
+
This Hugging Face repository contains trained weights and inference artifacts.
|
| 27 |
+
|
| 28 |
+
---
|
| 29 |
+
|
| 30 |
+
# Overview
|
| 31 |
+
|
| 32 |
+
```text
|
| 33 |
+
MRI Input
|
| 34 |
+
↓
|
| 35 |
+
EfficientNetV2-S
|
| 36 |
+
MobileNetV3
|
| 37 |
+
ConvNeXt Tiny
|
| 38 |
+
↓
|
| 39 |
+
Adaptive Ensemble Fusion
|
| 40 |
+
↓
|
| 41 |
+
Tumor Segmentation
|
| 42 |
+
↓
|
| 43 |
+
Grad-CAM Explainability
|
| 44 |
+
↓
|
| 45 |
+
Diagnostic Reliability Index (DRI)
|
| 46 |
+
↓
|
| 47 |
+
Final Diagnostic Output
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
+
# Core Models
|
| 51 |
+
|
| 52 |
+
| Model | Architecture |
|
| 53 |
+
|---|---|
|
| 54 |
+
| EfficientNetV2-S | EfficientNetV2 Small |
|
| 55 |
+
| MobileNetV3 | MobileNetV3 Large |
|
| 56 |
+
| ConvNeXt Tiny | ConvNeXt Tiny |
|
| 57 |
+
|
| 58 |
+
Classes:
|
| 59 |
+
- Glioma
|
| 60 |
+
- Meningioma
|
| 61 |
+
- Pituitary Tumor
|
| 62 |
+
- No Tumor
|
| 63 |
+
|
| 64 |
+
## Segmentation
|
| 65 |
+
BRISC-EffUNet
|
| 66 |
+
|
| 67 |
+
---
|
| 68 |
+
|
| 69 |
+
# Experimental Results
|
| 70 |
+
|
| 71 |
+
## Training Curves
|
| 72 |
+
- docs/ConvNext tiny graphs.png
|
| 73 |
+
- docs/mobilenet graph.png
|
| 74 |
+
- docs/v2s graph.png
|
| 75 |
+
- docs/Segmentation graph.png
|
| 76 |
+
|
| 77 |
+
## Confusion Matrices
|
| 78 |
+
- docs/convNext tiny confustion matrix.png
|
| 79 |
+
- docs/mobilenet cm.png
|
| 80 |
+
- docs/v2s confustion matrix.png
|
| 81 |
+
|
| 82 |
+
---
|
| 83 |
+
|
| 84 |
+
# Performance
|
| 85 |
+
|
| 86 |
+
## Classification
|
| 87 |
+
|
| 88 |
+
| Model | Accuracy | Precision | Recall | F1-Score |
|
| 89 |
+
|---|---|---|---|---|
|
| 90 |
+
| EfficientNetV2-S | 97.78% | 98.09% | 97.24% | 98.00% |
|
| 91 |
+
| MobileNetV3 | 96.57% | 97.21% | 94.67% | 96.00% |
|
| 92 |
+
| ConvNeXt Tiny | 94.85% | 96.35% | 93.57% | 95.00% |
|
| 93 |
+
|
| 94 |
+
## Segmentation Performance
|
| 95 |
+
|
| 96 |
+
| Metric | Score |
|
| 97 |
+
|---|---|
|
| 98 |
+
| Dice Score | 87.98% |
|
| 99 |
+
| IoU | 78.60% |
|
| 100 |
+
| Segmentation Loss | 0.1162 |
|
| 101 |
+
|
| 102 |
+
---
|
| 103 |
+
|
| 104 |
+
# Advanced Features
|
| 105 |
+
|
| 106 |
+
- Adaptive Ensemble Fusion
|
| 107 |
+
- Grad-CAM Explainability
|
| 108 |
+
- Diagnostic Reliability Index (DRI)
|
| 109 |
+
- Lesion-aware Risk Scoring
|
| 110 |
+
|
| 111 |
+
---
|
| 112 |
+
|
| 113 |
+
# Repository Structure
|
| 114 |
+
|
| 115 |
+
```text
|
| 116 |
+
models/
|
| 117 |
+
docs/
|
| 118 |
+
examples/
|
| 119 |
+
inference.py
|
| 120 |
+
requirements.txt
|
| 121 |
+
README.md
|
| 122 |
+
```
|
| 123 |
+
|
| 124 |
+
---
|
| 125 |
+
|
| 126 |
+
# Quick Start
|
| 127 |
+
|
| 128 |
+
```bash
|
| 129 |
+
pip install -r requirements.txt
|
| 130 |
+
python inference.py
|
| 131 |
+
```
|
| 132 |
+
|
| 133 |
+
---
|
| 134 |
+
|
| 135 |
+
# Intended Use
|
| 136 |
+
Research and educational use only.
|
| 137 |
+
Not for standalone clinical diagnosis.
|
| 138 |
+
|
| 139 |
+
---
|
| 140 |
+
|
| 141 |
+
# Citation
|
| 142 |
+
|
| 143 |
+
```bibtex
|
| 144 |
+
@software{tharun_neuroensemble8,
|
| 145 |
+
title={NeuroEnsemble8: Hybrid Brain Tumor Analysis Framework},
|
| 146 |
+
author={Tharun Sridhar},
|
| 147 |
+
year={2026}
|
| 148 |
+
}
|
| 149 |
+
```
|
| 150 |
+
|
| 151 |
+
---
|
| 152 |
+
|
| 153 |
+
# Author
|
| 154 |
+
Created and released openly for research and societal benefit.
|
| 155 |
+
|