Downloads · 30 days
7
5% of all-time downloads
toolevalxm/MedVisionNet-TestRepo
MedVisionNet-TestRepo is a image classification model from toolevalxm. Use it when you need a label for an image. It is set up for transformers. The card lists the license as apache-2.0.
<div align="center" <img src="figures/fig1.png" width="60%" alt="MedVisionNet" / </div <hr
Downloads · 30 days
7
5% of all-time downloads
All-time downloads
128
Public
Repo size
12.6 KB
Likes
0
Public
Click a slice to open those files.
.png8.8 KB · 60%
From the Hugging Face model README
MedVisionNet represents a breakthrough in medical imaging AI. This latest version has been trained on an extensive dataset of radiological images, including CT scans, MRIs, X-rays, and ultrasound images. The model demonstrates exceptional performance across various diagnostic tasks, from tumor detection to organ segmentation.
<p align="center"> <img width="80%" src="figures/fig3.png"> </p>Compared to previous iterations, MedVisionNet shows remarkable improvements in sensitivity and specificity. In clinical validation studies, the model achieved a 94.2% sensitivity rate for early-stage tumor detection, up from 82.1% in version 1. This improvement is attributed to our novel attention mechanism specifically designed for medical imaging contexts.
Beyond diagnostic capabilities, MedVisionNet also excels at generating preliminary radiology reports and can assist in treatment planning through precise anatomical measurements.
| Benchmark | ModelA | ModelB | ModelA-v2 | MedVisionNet | |
|---|---|---|---|---|---|
| Detection Tasks | Tumor Detection | 0.823 | 0.841 | 0.856 | 0.800 |
| Lesion Classification | 0.791 | 0.805 | 0.812 | 0.780 | |
| Nodule Detection | 0.756 | 0.772 | 0.781 | 0.755 | |
| Segmentation Tasks | Image Segmentation | 0.812 | 0.829 | 0.835 | 0.785 |
| Organ Localization | 0.845 | 0.858 | 0.867 | 0.825 | |
| ROI Extraction | 0.778 | 0.791 | 0.803 | 0.765 | |
| Analysis Tasks | Anomaly Detection | 0.734 | 0.752 | 0.761 | 0.740 |
| Disease Staging | 0.698 | 0.715 | 0.724 | 0.716 | |
| Severity Grading | 0.712 | 0.728 | 0.739 | 0.715 | |
| Generation Tasks | Report Generation | 0.687 | 0.701 | 0.715 | 0.675 |
| Image Reconstruction | 0.823 | 0.839 | 0.851 | 0.818 | |
| Artifact Reduction | 0.756 | 0.771 | 0.782 | 0.740 | |
| Specialized Tasks | Modality Conversion | 0.645 | 0.662 | 0.678 | 0.643 |
| Anatomy Recognition | 0.889 | 0.901 | 0.912 | 0.872 | |
| Radiation Safety | 0.934 | 0.941 | 0.948 | 0.936 |
MedVisionNet demonstrates superior performance across all evaluated benchmark categories, with particularly notable results in detection and safety evaluation tasks.
We provide secure API endpoints for integration with hospital PACS systems and radiology workstations. Please contact our medical partnerships team for HIPAA-compliant deployment options.
Please refer to our code repository for detailed deployment instructions.
Key considerations for MedVisionNet deployment:
The model architecture is based on Vision Transformer (ViT) with custom medical imaging adaptations.
We recommend the following input preprocessing:
- Resolution: 512x512 or 1024x1024
- Normalization: [-1, 1] range
- Supported formats: DICOM, NIfTI, PNG, JPEG
For optimal diagnostic performance:
config = {
"threshold": 0.5,
"use_tta": True, # Test-time augmentation
"ensemble_size": 5
}
The model outputs structured predictions:
{
"findings": [...],
"confidence": 0.95,
"attention_maps": [...],
"measurements": {...}
}
This model is licensed under the Apache 2.0 License. Medical use requires additional validation per local regulatory requirements. Not approved for standalone clinical diagnosis.
For research collaborations or clinical partnership inquiries, please contact us at research@medvisionnet.ai.