paper-with-me

홈 › Papers

The Protocol Genome A Self Supervised Learning Framework from DICOM Headers

2025-09-03 · Jimmy Joseph arxiv

In this paper, we introduce the Protocol Genome, a self-supervised learning system that learns correlations from DICOM headers and achieves AUROC 0.901 (vs 0.847 baseline) and ECE 0.036 (vs 0.058) on fully held-out external validation. Our method also improves calibration and robustness across modalities (CT, MRI, CXR) and vendors. Clinical imaging is funneled through PACS/DICOM, where procedure choices (scanner make/model, sequence, kernel, kVp, TR/TE, and slice thickness) have consequences for contrast, noise, and artifact. These latent confounders impede the generalization of image-only networks across sites. We consider structured DICOM headers as a label and learn protocol-aware but clinically robust image representations. Protocol Genome obtains tokenized embeddings of de-identified header fields and models them along with image features using: (1) protocol-image contrastive learning, (2) masked protocol prediction, and (3) protocol-protocol translation. With 1.26M studies (7 health systems, 31 scanners, 3 vendors; CT, MR, CR/DR), we experiment on: (A) chest CT triage for PE, (B) brain MRI glioma grading, and (C) chest radiograph cardiomegaly detection. Relative to strong SSL baselines (SimCLR, MAE) as well as ImageNet transfer, Protocol Genome (+0.046: PE, +0.058: glioma, +0.041: cardiomegaly) is associated with higher external AUROC; 25-37% calibration improvements are obtained (p < 0.01, DeLong tests). While the gains may be task-dependent, they are preserved with 10-20% of labeled data. From a clinical point of view, the technique reduces false positives at protocol borders and is applicable in a PACS (DICOM C-FIND/C-MOVE, DICOMweb QIDO/WADO). We publish a model card and deployment guide, complete with both de-identification and bias audits.

📄 PDF Abstract BibTeX arXiv:2509.06995

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningContrastive Learning

Similar Papers 제목 키워드 기반

DiCoM -- Diverse Concept Modeling towards Enhancing Generalizability in Chest X-Ray Studies

2024-02-22 · Abhijeet Parida, Daniel Capellan-Martin, Sara Atito, Muhammad Awais 외

Chest X-Ray (CXR) is a widely used clinical imaging modality and has a pivotal role in the diagnosis and prognosis of various lung and heart related conditions. Conventional automated clinical diagnostic tool design stra…

DiagnosticPrognosis

Diverse and Consistent Multi-view Networks for Semi-supervised Regression

2021-09-29 · Cuong Manh Nguyen, Le Zhang, Arun Raja, Xun Xu 외

Label collection is costly in many applications, which poses the need for label-efficient learning. In this work, we present Diverse and Consistent Multi-view Networks (DiCoM) — a novel semi-supervised regression techniq…

DiversityMULTI-VIEW LEARNINGregression

Self-GenomeNet: Self-supervised Learning with Reverse-Complement Context Prediction for Nucleotide-level Genomics Data

2021-09-29 · Hüseyin Anil Gündüz, Martin Binder, Xiao-Yin To, René Mreches 외

We introduce Self-GenomeNet, a novel contrastive self-supervised learning method for nucleotide-level genomic data, which substantially improves the quality of the learned representations and performance compared to the …

Self-Supervised Learning

Revisiting Integration of Image and Metadata for DICOM Series Classification: Cross-Attention and Dictionary Learning

2026-02-27 · Tuan Truong, Melanie Dohmen, Sara Lorio, Matthias Lenga arxiv

Automated identification of DICOM image series is essential for large-scale medical image analysis, quality control, protocol harmonization, and reliable downstream processing. However, DICOM series classification remain…

Domain Generalization

STAN-CT: Standardizing CT Image using Generative Adversarial Network

2020-04-02 · Md. Selim, Jie Zhang, Baowei Fei, Guo-Qiang Zhang 외

Computed tomography (CT) plays an important role in lung malignancy diagnostics and therapy assessment and facilitating precision medicine delivery. However, the use of personalized imaging protocols poses a challenge in…

Computed Tomography (CT)Generative Adversarial Network