Imaging Without Sharing

Medical Imaging AI Without Data Sharing

Data sharing is the default. It should not be.

Every radiology AI company faces the same onboarding roadblock: the hospital's legal team will not sign a data sharing agreement that exports DICOM studies. The reasons are legitimate:

The result: radiology AI companies spend 50-80% of their go-to-market time negotiating data access. Not building models. Not validating performance. Not serving patients. Negotiating data sharing.

Compute-to-data eliminates the sharing problem

With Rapha Protocol, the AI company does not receive DICOM data. Instead:

  1. The model is containerised and cryptographically signed.
  2. The container is deployed to the hospital's edge appliance — inside the PACS network, behind the firewall.
  3. The model trains locally against DICOM studies in their native location. The DICOM files are never copied, transferred, or transmitted outside the hospital.
  4. Patient identifiers and StudyInstanceUIDs are keyed-hashed with a hospital-held HMAC key. The training runtime sees hashed identifiers, not real PHI.
  5. Only trained model weights, validation metrics, and cryptographic proof receipts leave the institution.
  6. The hospital earns 70% of the training fee through Polygon USDC settlement.

The data sharing agreement is replaced by a compute access agreement — a fundamentally simpler legal instrument because no data changes custody.

DICOM-specific security controls

Production deployment requires: real hospital DICOMweb endpoints, hospital-held PHI HMAC keys (32-byte), scoped study queries, OPA policy approval, SGX/DCAP + TPM attestation, and configured enterprise-node trainer command. Demo-only clients are isolated from production.