Datasets:
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Error code: FileFormatMismatchBetweenSplitsError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
π©Ί RFMiD β Retinal Fundus Multi-Disease Image Dataset
Image: Dataset Samples. |
The Retinal Fundus Multi-Disease Image Dataset (RFMiD) is designed for multi-disease detection and classification in retinal fundus photographs.
It includes 3,200 high-quality color images with 46 labeled retinal disease conditions, curated by expert ophthalmologists from India.
This dataset enables development of generalized deep learning models for comprehensive retinal disease screening.
π Overview
| Field | Details |
|---|---|
| Full Name | Retinal Fundus Multi-Disease Image Dataset (RFMiD) |
| Focus | Multi-label classification of retinal diseases |
| Condition Types | 46 disease classes including diabetic retinopathy, glaucoma, AMD, hypertensive retinopathy, myopia, and others |
| Collection Site | Ophthalmology centers in Maharashtra, India |
| Devices Used | TOPCON 3D OCT-2000 ( |
| Field of View (FOV) | ~45Β°β50Β° |
| Image Type | Color fundus photographs (JPG, RGB) |
| Total Images | 3,200 |
| Annotations | Expert ophthalmologist-verified, multi-label (each image may contain multiple conditions) |
| License | CC BY 4.0 |
| Source | MDPI Paper Β· IEEE Dataport |
ποΈ Dataset Structure
The RFMiD dataset includes images and corresponding metadata files organized as follows:
RFMiD/
β
βββ Images/
β βββ Training_Set/
β β βββ IDRiD_001.jpg
β β βββ IDRiD_002.jpg
β β βββ ...
β β
β βββ Validation_Set/
β β βββ IDRiD_801.jpg
β β βββ IDRiD_802.jpg
β β βββ ...
β β
β βββ Test_Set/
β βββ IDRiD_901.jpg
β βββ IDRiD_902.jpg
β βββ ...
β
βββ Groundtruths/
β βββ RFMiD_Training_Labels.csv
β βββ RFMiD_Validation_Labels.csv
β βββ RFMiD_Test_Labels.csv
β
βββ Metadata/
βββ RFMiD_Clinical_Information.csv
π File Description
| File / Folder | Description |
|---|---|
| Images/ | Contains all RGB fundus images grouped into train, validation, and test sets |
| Groundtruths/ | CSV files with disease labels for each image ID |
| Metadata/ | Contains additional information like patient age, gender, and diagnostic notes (if available) |
π§Ύ Label Format (CSV Example)
Each row in RFMiD_Training_Labels.csv includes binary indicators (0 or 1) for each of the 46 disease categories:
| ImageID | DR | ARMD | MH | DN | MYA | ... | HR | Others |
|---|---|---|---|---|---|---|---|---|
| 0001 | 1 | 0 | 0 | 1 | 0 | ... | 0 | 0 |
| 0002 | 0 | 0 | 0 | 0 | 0 | ... | 1 | 0 |
Total columns: 46 disease labels + 1 ImageID column.
π Dataset Composition
| Split | Number of Images | Description |
|---|---|---|
| Training Set | 1,920 | Used to train AI models |
| Validation Set | 640 | Used to tune hyperparameters |
| Test Set | 640 | Held-out evaluation set |
| Total | 3,200 | All high-quality fundus images |
π§ Research Applications
Primary Use Cases
- Multi-label retinal disease classification
- Generalized ophthalmic AI screening
- Rare disease detection (long-tail recognition)
- Domain adaptation across imaging devices
- Quality-aware retinal analysis
Recommended Tasks
- Classification: Healthy vs Abnormal
- Multi-label Detection: 46 retinal diseases
- Transfer Learning: Adaptation to real-world clinical data
- Explainability: Visualizing disease localization with Grad-CAM or attention maps
βοΈ Technical Notes
- Input format: RGB fundus images, JPG
- Recommended preprocessing: Center-cropping, illumination correction, resizing to 512Γ512 or 1024Γ1024
- Label imbalance: Some diseases have <50 samples; use focal loss or weighted sampling
- Multi-device domain variation: Apply histogram equalization or color normalization
π§© Quick Summary Table
| Dataset | Description (conditions, source, etc.) | Size |
|---|---|---|
| RFMiD | Multi-disease retinal fundus dataset with 46 labeled conditions from Indian ophthalmic clinics | 3,200 images |
π Citation
If you use this dataset, please cite:
Pachade, S.; Porwal, P.; Thulkar, D.; Kokare, M.; Deshmukh, G.; Sahasrabuddhe, V.; Giancardo, L.; Quellec, G.; MΓ©riaudeau, F.
Retinal Fundus Multi-Disease Image Dataset (RFMiD): A Dataset for Multi-Disease Detection Research.
Data 2021, 6(2), 14.
DOI: 10.3390/data6020014
πͺͺ License
This dataset is released under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.
You may share and adapt the dataset, provided appropriate credit is given.
- Downloads last month
- 76