Instructions to use toolevalxm/RadiologyAI-TestRepo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use toolevalxm/RadiologyAI-TestRepo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="toolevalxm/RadiologyAI-TestRepo") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("toolevalxm/RadiologyAI-TestRepo") model = AutoModelForImageClassification.from_pretrained("toolevalxm/RadiologyAI-TestRepo") - Notebooks
- Google Colab
- Kaggle
RadiologyAI-Vision
1. Introduction
RadiologyAI-Vision represents our latest advancement in medical imaging analysis. This model has been trained on an extensive dataset of radiological images spanning multiple modalities including X-ray, CT, MRI, and ultrasound. The architecture leverages a novel multi-scale attention mechanism specifically designed for medical image interpretation.
Compared to the previous version, RadiologyAI-Vision demonstrates remarkable improvements in detecting subtle pathological features. In our internal validation on the ChestX-ray14 benchmark, the model achieved a 94.2% AUC score compared to 89.7% in the previous release. This advancement comes from enhanced feature extraction at multiple resolutions.
The model excels in detecting abnormalities across various anatomical regions while maintaining high sensitivity and specificity. It has been validated by board-certified radiologists.
2. Evaluation Results
Comprehensive Benchmark Results
| Benchmark | ModelA | ModelB | ModelA-v2 | RadiologyAI-Vision | |
|---|---|---|---|---|---|
| Detection Tasks | Tumor Detection | 0.821 | 0.835 | 0.842 | 0.900 |
| Nodule Detection | 0.789 | 0.802 | 0.811 | 0.847 | |
| Pneumonia Detection | 0.856 | 0.869 | 0.875 | 0.935 | |
| Segmentation Tasks | Organ Segmentation | 0.912 | 0.925 | 0.931 | 0.975 |
| Lesion Classification | 0.778 | 0.792 | 0.801 | 0.829 | |
| Brain MRI Analysis | 0.845 | 0.858 | 0.864 | 0.914 | |
| Structural Analysis | Fracture Analysis | 0.803 | 0.815 | 0.823 | 0.868 |
| Spine Assessment | 0.767 | 0.781 | 0.789 | 0.829 | |
| Cardiac Assessment | 0.834 | 0.847 | 0.855 | 0.913 | |
| Specialized Screening | Retinal Analysis | 0.891 | 0.903 | 0.912 | 0.966 |
| Mammography Screening | 0.823 | 0.837 | 0.845 | 0.905 | |
| CT Reconstruction | 0.756 | 0.769 | 0.778 | 0.806 |
Overall Performance Summary
RadiologyAI-Vision demonstrates state-of-the-art performance across all evaluated medical imaging benchmarks, with particularly strong results in detection and segmentation tasks.
3. Clinical Integration & API
We offer a HIPAA-compliant API for integration with clinical workflows. Contact our medical partnerships team for deployment options.
4. How to Run Locally
Please refer to our clinical deployment guide for information about running RadiologyAI-Vision in your environment.
Key requirements for deployment:
- GPU with minimum 16GB VRAM recommended
- DICOM-compatible input pipeline
- HL7 FHIR integration support available
Configuration
We recommend using the following configuration for optimal performance:
confidence_threshold: 0.85
multi_scale_inference: true
ensemble_mode: false
Input Format
For medical image analysis, please follow the template:
input_template = \
"""[study_id]: {study_id}
[modality]: {modality}
[patient_context begin]
{patient_context}
[patient_context end]
[image_data]: {base64_encoded_image}"""
5. License
This model is licensed under the Apache 2.0 License. Use of RadiologyAI-Vision for clinical diagnosis requires appropriate regulatory approval in your jurisdiction.
6. Contact
For clinical partnerships and deployment inquiries, contact us at clinical@radiologyai.health.
- Downloads last month
- 5