Data-finding guide · Health and biomedical data

Medical imaging datasets and how access works

Medical imaging data splits into two access tiers that behave very differently: open datasets like TCIA, the NIH ChestX-ray14 release and MedMNIST that you can download after a basic account signup, and credentialed datasets like MIMIC-CXR and ADNI that require completed human-subjects research ethics training and a signed Data Use Agreement before you see a single file. Treating a credentialed dataset as if it were open — or assuming an open dataset has clinical-grade annotation it does not — is the most common way these projects stall. Below is what each source actually requires.

The short answer

Open, no-ethics-training-required sources: The Cancer Imaging Archive (TCIA), the NIH ChestX-ray14 release, and MedMNIST. Credentialed sources requiring CITI human-subjects training, an application and a signed Data Use Agreement: PhysioNet's MIMIC-CXR and the Alzheimer's Disease Neuroimaging Initiative (ADNI). A third category — challenge-hosted datasets on Grand Challenge — sits in between, with access rules set per challenge rather than uniformly. None of this is a formality to route around: the credentialing requirement is the legal and ethical access mechanism for data derived from real patients, and skipping it is not an option.

Sources, one by one

1. The Cancer Imaging Archive (TCIA) — open

TCIA, funded by the NCI Cancer Imaging Program, is a large open-access archive of cancer-related CT, MRI and PET imaging in DICOM format, organized into collections generally sharing a cancer type or anatomical site. Most collections are downloadable without an application after you agree to TCIA's Data Usage Policies and cite the dataset's DOI; the primary access path now runs through the NCI's Imaging Data Commons (IDC), which offers web viewers, a SQL query interface, and manifest-based bulk download tools. A small number of TCIA collections do carry additional restricted-access terms, so check the specific collection's usage page before assuming it is unrestricted.

2. NIH ChestX-ray14 — open

Released by the NIH Clinical Center, ChestX-ray14 contains 112,120 frontal chest radiographs from 30,805 patients, labeled for 14 thoracic disease categories using NLP-derived labels mined from the original radiology reports rather than physician-verified per-image annotation — a distinction worth noting if you plan to treat the labels as ground truth. There are no usage restrictions beyond linking back to the NIH download site and acknowledging the NIH Clinical Center as the provider; no application or ethics training is required. Mirrors also exist on Kaggle, Hugging Face and Google Cloud's public dataset program.

3. MedMNIST — open

MedMNIST is a collection of 18 pre-standardized biomedical imaging datasets (12 in 2D, 6 in 3D) spanning modalities from chest X-ray to dermoscopy to abdominal CT, each resized to consistent small formats for lightweight benchmarking, installable directly via pip install medmnist. It is not a source of clinical-scale, full-resolution imagery — it is explicitly designed as an accessible benchmark suite, closer to MNIST for medical imaging than to a diagnostic-grade dataset. No account or application is required; source datasets underlying each MedMNIST subset retain their original licenses, which are documented in the project's GitHub repository.

4. PhysioNet / MIMIC-CXR — credentialed

PhysioNet, run by the MIT Laboratory for Computational Physiology, hosts MIMIC-CXR and other de-identified clinical imaging and physiological signal datasets. Access to protected datasets is a documented three-step process: submit your personal and institutional details on the PhysioNet credentialing page, complete a recognized human-subjects research ethics course (PhysioNet recommends the CITI "Data or Specimens Only Research" module) and upload your training report, and sign the Data Use Agreement specific to the project you want. This is not a token gate — PhysioNet reviewers check the submission, and incomplete or mismatched training documentation is a common reason for delay. Once credentialed, PhysioNet grants access to the full family of MIMIC datasets, not just imaging, under the same account.

5. ADNI (Alzheimer's Disease Neuroimaging Initiative) — credentialed

ADNI, coordinated through the LONI Image and Data Archive (IDA) at USC, provides longitudinal MRI, PET, clinical, genomic and biomarker data on Alzheimer's disease progression. Access requires an online application stating your name, degree, institution and a short description of your proposed analysis, plus agreement to the ADNI Data Use Agreement; the Data Sharing and Publications Committee typically reviews applications within about two weeks and responds by email. All ADNI data is de-identified, but the application and review step is mandatory regardless of your institutional affiliation — there is no unauthenticated download path.

6. Grand Challenge — mixed, per-challenge terms

Grand Challenge is a hosting platform, not a single dataset — it runs more than 390 public and private biomedical imaging challenges and archives, each with its own data access terms set by the organizing team. Some challenge datasets are downloadable after free registration; others require the same kind of application and agreement process as a credentialed dataset, and a few remain accessible only for the duration of an active competition. Always read the specific challenge's data-access page rather than assuming Grand Challenge itself grants blanket access.

Sources side by side

SourceAccess tierWhat's requiredBest for
TCIAOpen (mostly)Agree to usage policy, cite DOIOncology CT/MRI/PET at scale
NIH ChestX-ray14OpenAttribution onlyChest X-ray classification, benchmarking
MedMNISTOpenNone; pip installLightweight multi-modality benchmarking
PhysioNet / MIMIC-CXRCredentialedCITI training + Data Use AgreementClinical-context chest imaging with reports
ADNICredentialedApplication + Data Use Agreement, ~2-week reviewLongitudinal Alzheimer's neuroimaging
Grand ChallengeMixed, per-challengeVaries — read each challenge's termsTask-specific competition datasets

How to choose

Start by being honest about whether your task genuinely needs credentialed data. If you are prototyping a classification or segmentation method, benchmarking an architecture, or teaching, the open tier — TCIA, ChestX-ray14, MedMNIST — is usually sufficient and gets you working with data the same day. If your task requires linked clinical outcomes, physician-adjudicated labels, a specific patient population (such as a defined Alzheimer's cohort), or data explicitly intended for clinical-grade research, there is no legitimate shortcut around credentialed access — treat the ethics-training and application step as part of your project timeline, not a blocker to work around, and start it early since review can take one to several weeks.

Whichever tier you use, confirm three things before publishing or deploying anything built on the data: the exact license and citation requirement (TCIA in particular requires citing a persistent DOI, not just linking the web page), whether labels are physician-verified or algorithmically derived (ChestX-ray14's labels are NLP-mined from reports, which affects how much you should trust them as ground truth), and whether your use case (research, commercial product, clinical deployment) is actually permitted — a dataset licensed for academic research is not automatically cleared for a commercial diagnostic product.

Frequently asked questions

What is credentialed access and why does it exist?

Credentialed access means a dataset is not available for anonymous download; you must register, complete human-subjects research ethics training (commonly the CITI "Data or Specimens Only Research" course), submit your details for review, and sign a Data Use Agreement before you get files. It exists because even de-identified clinical data carries re-identification and misuse risk, so the data holder wants a documented, accountable requester rather than an anonymous one.

Can I skip credentialed access and just use an open dataset instead?

Only if an open dataset actually answers your question. TCIA, MedMNIST and the NIH ChestX-ray14 release are open with no ethics-training requirement, and are enough for many model-development and benchmarking tasks. But if your work requires clinical outcomes, physician-level annotations, or a specific patient population that only exists in a credentialed dataset such as MIMIC-CXR or ADNI, there is no legitimate open substitute — the credentialing process is the access path, not an optional formality.

How long does credentialed access approval typically take?

It varies by data holder. PhysioNet's process (training report submission, then Data Use Agreement) is usually resolved within days once your CITI training report is uploaded correctly. ADNI's Data and Publications Committee states it reviews applications within about two weeks. Budget at least one to three weeks into your project timeline before you can expect to have files in hand, and longer if your training certificate or application needs revision.

Not sure which tier your project actually needs? Leave it to us

If you are unsure whether an open dataset will cover your task or whether you genuinely need to go through credentialed access, you can give us your task goal and the conditions it must meet, and we run a data availability assessment (3 free credits on sign-up) first — searching reputable data platforms for real and judging matches and gaps against each required item, including whether a source is open or requires credentialing. Even when no perfectly fitting dataset is found, we present the search directions, approximate sources and item-by-item findings honestly for your reference.

See research services →

New accounts get 3 free searches; every result comes with verifiable source links.

Further reading

Talk to us