SlideShare a Scribd company logo
Andrey Fedorov, Matthew Hancock, David Clunie,
Mathias Brockhausen, Jonathan Bona, Justin Kirby, John Freymann,
Steve Pieper, Hugo Aerts, Ron Kikinis, Fred Prior
7 January 2019 for CBIIT Imaging Community
Contact: andrey.fedorov@gmail.com
Standardized representation of
the LIDC annotations using DICOM
Lung Imaging Database Consortium (LIDC)
● NCI-initiated in 2000, 5 institutions selected through
peer-review process
● Goal: develop a public web-accessible resource
containing
○ an image repository of screening and diagnostic thoracic CT
scans
○ associated metadata such as technical scan parameters (e.g., slice
thickness, tube current, and re- construction algorithm and
patient information (e.g., age, gender, and pathologic diagnosis)
○ nodule truth information based on the subjective assessments of
mul- tiple experienced radiologists (e.g., lesion category, nodule
outlines, and subtlety ratings)
○ .
○
Armato et al. Lung Image Database Consortium: Developing a Resource for the Medical Imaging Research Community1. Radiology 232, 739–748 (2004).
Armato et al. The Lung Image Database Consortium (LIDC) and Image Database Resource Initiative (IDRI): a completed reference database of lung nodules on CT scans.
Med. Phys. 38, 915–931 (2011). 2
TCIA LIDC-IDRI collection
● One of the largest and most popular annotated collection of TCIA
● Utilized in numerous challenges
● 1000+ citations, used to enable numerous derivative studies
Kalpathy-Cramer, J., Freymann, J. B., Kirby, J. S., Kinahan, P. E. & Prior, F. W. Quantitative Imaging
Network: Data Sharing and Competitive AlgorithmValidation Leveraging The Cancer Imaging Archive.
Transl. Oncol. 7, 147–152 (2014).
3
https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI
LIDC groups of findings
1. “nodules ≥ 3 mm”: any lesion considered to be a nodule with greatest
in-plane dimension in the range 3–30 mm regardless of presumed
histology;
2. “nodules < 3 mm”: any lesion considered to be a nodule with greatest
in-plane dimension less than 3 mm that is not clearly benign;
3. “non-nodules ≥ 3 mm”: any other pulmonary lesion, such as an apical
scar, with greatest in-plane dimension greater than or equal to 3 mm
that does not possess features consistent with those of a nodule.
Armato et al. The Lung Image Database Consortium (LIDC) and Image Database Resource Initiative (IDRI): a
completed reference database of lung nodules on CT scans. Med. Phys. 38, 915–931 (2011).
4
LIDC expert review process
Each of the four radiologists independently reviewed all of the scans in a
“blinded” phase to identify all of the findings from the three groups
above.
For each finding identified by a given radiologist as a “nodule ≥ 3 mm”,
outlines were constructed in each slice where that nodule appear, while
for the other two categories only the approximate center of mass was
annotated.
In the subsequent “unblinded” read phase each radiologist had access to
the categories assigned and annotations for the nodules, and “a
radiologist’s own marks then could be left unchanged, deleted, switched
in terms of lesion category, or additional marks could be added”.
After the unblinded phase each radiologist assessed subjective
characteristics of “nodules < 3 mm”, such as spiculation, subtlety, etc
Armato et al. The Lung Image Database Consortium (LIDC) and Image Database Resource Initiative (IDRI): a
completed reference database of lung nodules on CT scans. Med. Phys. 38, 915–931 (2011).
5
6
7
Consequences of using project-specific XML representation
● No single conventional tool that can render annotations over the image
● Annotations need to be managed separately from images
○ Accessed as a ZIP file
● Linked to images via DICOM Study/InstanceUID, patient information separate
from the XML
● Conventions about stored content need to be parsed from the accompanying
documentation and annotated XML example
● Conversion of contours into image-space is error-prone
○ inclusion/exclusion contours, inclusion or exclusion of boundary pixels, coordinate space
conventions
● Representation not harmonized with any conventions for any other TCIA
collection
8
9
Tools/studies developed to enable interpretations of those
XML files (a subset, I am sure)
DICOM - preparing for the unknown, since 1983
● Standard for images and image-related evidence
● “The HOW”: Fixed syntax, encoding, compression …
○ (hierarchical) list of attribute/value pairs
● “The WHAT”: Object definitions
○ Object-specific required and optional attributes
○ Constraints and values sets
○ Common data elements / lexicons / ontologies
● For all object types
○ Dates, patient IDs, study, series - for every object
○ Unique identifiers
● References to related evidence
○ Provenance of data acquisition, analysis
● + networking, web, de-identification …
10
Horii SC. DICOM. In: Kagadis GC, Langer SG, editors.
Informatics in medical imaging. 2011. p. 41–67.
pylidc https://pylidc.github.io/
“pylidc is an Object-relational mapping (using SQLAlchemy) for the data provided in the LIDC dataset. This
means that the data can be queried in SQL-like fashion, and that the data are also objects that add additional
functionality via functions that act on instances of data obtained by querying for particular attributes”
● Open source, python
● Easy to install on any platform
● Used by others!
● More than LIDC parser
● Supported
○ Thanks Matt Hancock!
11
Hancock, M. C. & Magnan, J. F. Lung nodule malignancy classification using only radiologist-quantified image features as inputs to statistical learning
algorithms: probing the Lung Image Database Consortium dataset with two statistical learning methods. J Med Imaging (Bellingham) 3, 044504 (2016).
dcmqi https://github.com/qiicr/dcmqi
“dcmqi (DICOM for Quantitative Imaging) is a free, open source library that can help
with the conversion between imaging research formats and the standard DICOM
representation for image analysis results”
● DICOM Segmentation object
● DICOM Parametric map object
● DICOM Region-based measurements Structured Report
12
Herz, C., Fillion-Robin, J.-C., Onken, M., Riesmeier, J., Lasso, A., Pinter, C., Fichtinger, G., Pieper, S., Clunie, D., Kikinis, R. & Fedorov, A. dcmqi: An
Open Source Library for Standardized Communication of Quantitative Image Analysis Results Using DICOM. Cancer Res. 77, e87–e90 (2017).
LIDC nodule segmentations
● (x,y) coordinates of the contour points for image slices defined by DICOM
SOPInstanceUID
● Contours can be “inclusion” or exclusion
● Contour points are not part of the segmentation!
13
https://github.com/notmatthancock/pylidc/issues/15 https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI
Image Segmentations - as DICOM
14
Spatial labeling of the voxels of
interest +
● Patient information
● Unique identifiers
● References to the segmented
image
● Ontology-enabled semantics
(SNOMED-CT, RadLex, etc)
● Segmentation algorithm
● Single file, efficient storage,
multiple occupancy voxels
● Presentation color
LIDC segmentations: conversion process
● One nodule annotation per DICOM Segmentation object
● Use pylidc to get numpy array for each nodule segmentation
○ Also use pylidc clustering functionality to assign segmentations to individual nodules
● Use ITK-python to reorient the array, add origin/spacing/directions and save
as a 3D volume
● Populate metadata JSON
● Use dcmqi to write DICOM Segmentation object
● Conversion process includes pointer to the source CT series
○ Propagate composite context
○ Establish references to the source series analyzed
15https://itkpythonpackage.readthedocs.io
"segmentAttributes": [
[
{
"SegmentLabel": "Nodule 1 - Annotation 157143",
"recommendedDisplayRGBValue": [
241,
214,
145
],
"AnatomicRegionSequence": {
"CodeMeaning": "Lung","CodingSchemeDesignator": "SRT","CodeValue": "T-28000"
},
"SegmentAlgorithmType": "MANUAL",
"SegmentedPropertyCategoryCodeSequence": {
"CodeMeaning": "Morphological Abnormal Structure","CodingSchemeDesignator": "SRT","CodeValue":
"M-01000"
},
"SegmentedPropertyTypeCodeSequence": {
"CodeMeaning": "Nodule","CodingSchemeDesignator": "SRT","CodeValue": "M-03010"
},
"TrackingIdentifier": "Nodule 1",
"labelID": 1,
"SegmentDescription": "Nodule 1 - Annotation 157143",
"TrackingUniqueIdentifier": "2.25.78955135423773784954011632177062973466658992040550559735258"
}
]
] 16
LIDC nodule characterization
17
DICOM Structured Reporting (SR)
● Extends the DICOM standard beyond attributes in
"image header”
● Into a “tree” of structured content
● Each tree node (“content item”) is a "name-value"
pair
● Or a “container” (provides an outline of “headings”)
● Name is always coded, value may or may not be
● Generic framework - recursively nested content of
unbounded complexity
● Complexity constrained for specific use cases by
"templates"
18
DICOM SR TID1500: measurements + characterizations
● TID 1500 “Measurement report”
● General-purpose template
● Reuses existing templates
● Planar or volumetric region definition
● Qualitative characterizations
19
Example from Fedorov et al. DICOM for quantitative imaging biomarker
development: a standards based approach to sharing clinical data and
structured PET/CT analysis results in head and neck cancer research.
PeerJ 4, e2057 (2016).
DICOM SR approach to coded content
● Qualitative assessment reporting
○ Coded concept
○ Coded value
● Coded = (Code Value, Coding Scheme Designator, Code Meaning) tuple
○ E.g., ("CodeMeaning": "Lung","CodingSchemeDesignator": "SRT","CodeValue": "T-28000")
● Sources of codes
○ Standard dictionaries: SNOMED, NCIt, RadLex, UCUM, …
○ “Private” dictionaries: when standard dictionaries do not contian suitable terms, indicated
by “99” prefix of the Coding Scheme Designator
20
Harmonization of LIDC with existing terminologies
● Review existing lexicons: NCI Thesaurus, RadLex, SNOMED (only those
terms included in the DICOM standard)
○ BioPortal http://bioportal.bioontology.org/
○ Ontology Lookup Service https://www.ebi.ac.uk/ols
● Imaging Biomarker Standardization Initiative (IBSI) lexicon
● “99LIDCQIICR” coding scheme for codes not located in existing lexicons
21
Zwanenburg, A., Leger, S., Vallières, M., Löck, S. & for the Image Biomarker Standardisation Initiative. Image
biomarker standardisation initiative. arXiv [cs.CV] (2016). at http://arxiv.org/abs/1612.07003
22
Coding concept values
● Some concept values are categorical (e.g., “Internal structure”)
● Others are ordinal scores
○ With or without specific assignment of meaning
23
Results of mapping
● Concepts (9 total):
○ 6 mapped to NCIt
○ 1 to RadLex
○ 1 to IBSI
○ 1 not mapped (99LIDCQIICR)
● Values (45 total):
○ 29 not mapped (99LIDCQIICR)
○ 12 to RadLex
○ 4 to NCIt
24
Coordinated with the Opulencia et al. work after v1!
DICOM SR conversion process
● One nodule characterization per DICOM Segmentation object
● Use pylidc to get characterizations for each nodule
○ Also use pylidc to get nodule volume, surface area, 2D diameter
● Populate metadata JSON
● Use dcmqi to write DICOM SR object
● Conversion process includes pointer to the source CT series and DICOM
Segmentation object
○ Propagate composite context
○ Establish references to the source series analyzed
○ Establish references to the segmentation associated with the characterizations
25
26
27
Status
● Conversion results available on TCIA since RSNA 2018 (Google Drive folder)
● Conversion pipeline script is available on GitHub
● Details in preprint (v1, will be updated!) - feedback is welcomed!
28
https://doi.org/10.7287/peerj.preprints.27378
● DICOM Segmentation object: supported in multiple tools (see
https://dicom4qi.readthedocs.io/)
○ Open source: 3D Slicer, ePAD, MITK, MeVisLab, OHIF Viewer + dcmjs
○ Commercial: Brainlab, Siemens syngo.via, Terarecon (more in development)
● DICOM TID1500 SR:
○ 3D Slicer, ePAD can read and write
○ Pixelmed tools
○ Used in RSNA Crowds Cure Cancer for planar annotations+measurements
○ General-purpose DCMTK tools can be used to convert to XML representation (both
atribute-level and SR tree level)
● Conversion of measurements into tabulated form
○ https://github.com/QIICR/dcm2tables
LIDC DICOM in context: Support in tools
29
CommercialAcademic
Production
30
Prototype/under development
Major DICOM4QI participating tools
https://dicom4qi.readthedocs.io/
LIDC DICOM in context: harmonization of TCIA derived data
● Numerous other collections follow “the DICOM
approach” for derived data
○ QIN-HEADNECK: head and neck cancer, PET/CT, SUV,
segmentations, SUV quantification
○ QIN-PROSTATE-Repeatability: prostate cancer,
multiparametric MRI, segmentations, measurements
○ TCIA-LGG and TCIA-GBM: glioblastoma, multiparametric
MRI, segmentations
● Extensible with other types of derived data
○ Framework for analysis from multiple groups/tools to be
combined
○ pyradiomics supports output of radiomics features as
DICOM SR TID1500
○ IBSI lexicon of radiomics features is being integrated with
the DICOM Standard 31
https://peerj.com/articles/2057/
https://www.nature.com/articles/sdata2018281
Queries like this become possible:
Find all subjects that have a
neoplasm segmented using
automatic method at the base of
tongue larger than 5 cc that show
Glycolysis Within First Quarter
of Intensity Range above 10
grams
32
Acknowledgments
This project has been funded in part with federal funds from the National Cancer Institute,
National Institutes of Health under Contract No. HHSN261200800001E, and by the NIH grants
U24 CA180918, U24 CA199460 and U01 CA190234. Under this contract the University of
Arkansas for Medical Sciences is funded by Leidos Biomedical Research subcontract 16X011.
The content of this presentation does not necessarily reflect the views or policies of the
Department of Health and Human Services, nor does mention of trade names, commercial
products, or organizations imply endorsement by the U.S. Government.
We acknowledge NCI-led Informatics Technology for Cancer Research (ITCR) and Quantitative
Imaging Network (QIN). This project would not be possible without those network efforts and
support!
We are grateful to the NCI and LIDC project for making valuable dataset publicly available in the
TCIA LIDC-IDRI collection, and to Sam Armato and the LIDC team for responding to our
questions that came up in the process of conversion.
33
http://qiicr.org

More Related Content

Similar to Standardized representation of the LIDC annotations using DICOM

Data Standards in Radiomics Research
Data Standards in Radiomics ResearchData Standards in Radiomics Research
Data Standards in Radiomics Research
Andrey Fedorov
 
Lessons Learned from the DICOM Standardization Effort Lessons Learned from ...
Lessons Learned from the DICOM Standardization Effort 	 Lessons Learned from ...Lessons Learned from the DICOM Standardization Effort 	 Lessons Learned from ...
Lessons Learned from the DICOM Standardization Effort Lessons Learned from ...
MedicineAndDermatology
 
diagnostics-11-02208-v2.pdf
diagnostics-11-02208-v2.pdfdiagnostics-11-02208-v2.pdf
diagnostics-11-02208-v2.pdf
parveenbanu49
 
ITK Tutorial Presentation Slides-953
ITK Tutorial Presentation Slides-953ITK Tutorial Presentation Slides-953
ITK Tutorial Presentation Slides-953
Kitware Kitware
 
Development of Computational Tool for Lung Cancer Prediction Using Data Mining
Development of Computational Tool for Lung Cancer Prediction Using Data MiningDevelopment of Computational Tool for Lung Cancer Prediction Using Data Mining
Development of Computational Tool for Lung Cancer Prediction Using Data Mining
Editor IJCATR
 
Palmprint Identification Using FRIT
Palmprint Identification Using FRITPalmprint Identification Using FRIT
Palmprint Identification Using FRIT
Dakshina Ranjan Kisku
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
CSCJournals
 
Structure of DICOM Image
Structure of DICOM ImageStructure of DICOM Image
Structure of DICOM Image
isha saxena
 
14 00-20171207 rance-piv_c
14 00-20171207 rance-piv_c14 00-20171207 rance-piv_c
14 00-20171207 rance-piv_c
Bertrand Tavitian
 
BELLOTTI_PHYxHEA_final.ppt
BELLOTTI_PHYxHEA_final.pptBELLOTTI_PHYxHEA_final.ppt
BELLOTTI_PHYxHEA_final.ppt
Cuongnc220592
 
The swings and roundabouts of a decade of fun and games with Research Objects
The swings and roundabouts of a decade of fun and games with Research Objects The swings and roundabouts of a decade of fun and games with Research Objects
The swings and roundabouts of a decade of fun and games with Research Objects
Carole Goble
 
Lung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfLung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdf
jagan477830
 
CLASSIFICATION OF CANCER BY GENE EXPRESSION USING NEURAL NETWORK
CLASSIFICATION OF CANCER BY GENE EXPRESSION USING NEURAL NETWORKCLASSIFICATION OF CANCER BY GENE EXPRESSION USING NEURAL NETWORK
CLASSIFICATION OF CANCER BY GENE EXPRESSION USING NEURAL NETWORK
International Research Journal of Modernization in Engineering Technology and Science
 
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
Damian R. Mingle, MBA
 
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule  detection efficacyComputer-aided diagnostic system kinds and pulmonary nodule  detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
IJECEIAES
 
Fundamentals and Innovations in medical imaging.pptx
Fundamentals and Innovations in medical imaging.pptxFundamentals and Innovations in medical imaging.pptx
Fundamentals and Innovations in medical imaging.pptx
Hemant Rakesh
 
Lung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learningLung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learning
Farzad Vasheghani Farahani
 
Semantic Web Technologies as a Framework for Clinical Informatics
Semantic Web Technologies as a Framework for Clinical InformaticsSemantic Web Technologies as a Framework for Clinical Informatics
Semantic Web Technologies as a Framework for Clinical Informatics
Chimezie Ogbuji
 
Exploiting Cognitive Computing and Frame Semantic Features for Biomedical Doc...
Exploiting Cognitive Computing and Frame Semantic Features for Biomedical Doc...Exploiting Cognitive Computing and Frame Semantic Features for Biomedical Doc...
Exploiting Cognitive Computing and Frame Semantic Features for Biomedical Doc...
Syed Muhammad Ali Hasnain
 
의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링
Namkug Kim
 

Similar to Standardized representation of the LIDC annotations using DICOM (20)

Data Standards in Radiomics Research
Data Standards in Radiomics ResearchData Standards in Radiomics Research
Data Standards in Radiomics Research
 
Lessons Learned from the DICOM Standardization Effort Lessons Learned from ...
Lessons Learned from the DICOM Standardization Effort 	 Lessons Learned from ...Lessons Learned from the DICOM Standardization Effort 	 Lessons Learned from ...
Lessons Learned from the DICOM Standardization Effort Lessons Learned from ...
 
diagnostics-11-02208-v2.pdf
diagnostics-11-02208-v2.pdfdiagnostics-11-02208-v2.pdf
diagnostics-11-02208-v2.pdf
 
ITK Tutorial Presentation Slides-953
ITK Tutorial Presentation Slides-953ITK Tutorial Presentation Slides-953
ITK Tutorial Presentation Slides-953
 
Development of Computational Tool for Lung Cancer Prediction Using Data Mining
Development of Computational Tool for Lung Cancer Prediction Using Data MiningDevelopment of Computational Tool for Lung Cancer Prediction Using Data Mining
Development of Computational Tool for Lung Cancer Prediction Using Data Mining
 
Palmprint Identification Using FRIT
Palmprint Identification Using FRITPalmprint Identification Using FRIT
Palmprint Identification Using FRIT
 
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...Statistical Feature-based Neural Network Approach for the Detection of Lung C...
Statistical Feature-based Neural Network Approach for the Detection of Lung C...
 
Structure of DICOM Image
Structure of DICOM ImageStructure of DICOM Image
Structure of DICOM Image
 
14 00-20171207 rance-piv_c
14 00-20171207 rance-piv_c14 00-20171207 rance-piv_c
14 00-20171207 rance-piv_c
 
BELLOTTI_PHYxHEA_final.ppt
BELLOTTI_PHYxHEA_final.pptBELLOTTI_PHYxHEA_final.ppt
BELLOTTI_PHYxHEA_final.ppt
 
The swings and roundabouts of a decade of fun and games with Research Objects
The swings and roundabouts of a decade of fun and games with Research Objects The swings and roundabouts of a decade of fun and games with Research Objects
The swings and roundabouts of a decade of fun and games with Research Objects
 
Lung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdfLung Cancer Detection using transfer learning.pptx.pdf
Lung Cancer Detection using transfer learning.pptx.pdf
 
CLASSIFICATION OF CANCER BY GENE EXPRESSION USING NEURAL NETWORK
CLASSIFICATION OF CANCER BY GENE EXPRESSION USING NEURAL NETWORKCLASSIFICATION OF CANCER BY GENE EXPRESSION USING NEURAL NETWORK
CLASSIFICATION OF CANCER BY GENE EXPRESSION USING NEURAL NETWORK
 
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
A discriminative-feature-space-for-detecting-and-recognizing-pathologies-of-t...
 
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule  detection efficacyComputer-aided diagnostic system kinds and pulmonary nodule  detection efficacy
Computer-aided diagnostic system kinds and pulmonary nodule detection efficacy
 
Fundamentals and Innovations in medical imaging.pptx
Fundamentals and Innovations in medical imaging.pptxFundamentals and Innovations in medical imaging.pptx
Fundamentals and Innovations in medical imaging.pptx
 
Lung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learningLung nodule diagnosis from CT images based on ensemble learning
Lung nodule diagnosis from CT images based on ensemble learning
 
Semantic Web Technologies as a Framework for Clinical Informatics
Semantic Web Technologies as a Framework for Clinical InformaticsSemantic Web Technologies as a Framework for Clinical Informatics
Semantic Web Technologies as a Framework for Clinical Informatics
 
Exploiting Cognitive Computing and Frame Semantic Features for Biomedical Doc...
Exploiting Cognitive Computing and Frame Semantic Features for Biomedical Doc...Exploiting Cognitive Computing and Frame Semantic Features for Biomedical Doc...
Exploiting Cognitive Computing and Frame Semantic Features for Biomedical Doc...
 
의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링의료영역에서의3D 프린팅적용을위한의료영상모델링
의료영역에서의3D 프린팅적용을위한의료영상모델링
 

More from imgcommcall

Making Radiology AI Models more robust: Federated Learning and other Approaches
Making Radiology AI Models more robust: Federated Learning and other ApproachesMaking Radiology AI Models more robust: Federated Learning and other Approaches
Making Radiology AI Models more robust: Federated Learning and other Approaches
imgcommcall
 
Agenda NCI Imaging Informatics Webinar 2020-07-06
Agenda NCI Imaging Informatics Webinar 2020-07-06Agenda NCI Imaging Informatics Webinar 2020-07-06
Agenda NCI Imaging Informatics Webinar 2020-07-06
imgcommcall
 
AI-LAB
AI-LABAI-LAB
AI-LAB
imgcommcall
 
PathPresenter
PathPresenterPathPresenter
PathPresenter
imgcommcall
 
Agenda April 6, 2020
Agenda April 6, 2020Agenda April 6, 2020
Agenda April 6, 2020
imgcommcall
 
Medical Segmentation Decathalon
Medical Segmentation DecathalonMedical Segmentation Decathalon
Medical Segmentation Decathalon
imgcommcall
 
Agenda - NCI Imaging Community Call
Agenda - NCI Imaging Community CallAgenda - NCI Imaging Community Call
Agenda - NCI Imaging Community Call
imgcommcall
 
NCI Cancer Research Data Commons - Overview
NCI Cancer Research Data Commons - OverviewNCI Cancer Research Data Commons - Overview
NCI Cancer Research Data Commons - Overview
imgcommcall
 
Imaging Data Commons (IDC) - Introduction and intital approach
Imaging Data Commons (IDC) - Introduction and intital approachImaging Data Commons (IDC) - Introduction and intital approach
Imaging Data Commons (IDC) - Introduction and intital approach
imgcommcall
 
NCI Imaging community call agenda
NCI Imaging community call agendaNCI Imaging community call agenda
NCI Imaging community call agenda
imgcommcall
 
CPTAC Data at the Genomic Data Commons
CPTAC Data at the Genomic Data CommonsCPTAC Data at the Genomic Data Commons
CPTAC Data at the Genomic Data Commons
imgcommcall
 
CPTAC Data Portal and Proteomics Data Commons
CPTAC Data Portal and Proteomics Data CommonsCPTAC Data Portal and Proteomics Data Commons
CPTAC Data Portal and Proteomics Data Commons
imgcommcall
 
Clinical Proteomic Tumor Analysis Consortium (CPTAC) Overview
Clinical Proteomic Tumor Analysis Consortium (CPTAC) OverviewClinical Proteomic Tumor Analysis Consortium (CPTAC) Overview
Clinical Proteomic Tumor Analysis Consortium (CPTAC) Overview
imgcommcall
 
PRISM Semantic Integration Approach
PRISM Semantic Integration ApproachPRISM Semantic Integration Approach
PRISM Semantic Integration Approach
imgcommcall
 
PRISM Project Update
PRISM Project UpdatePRISM Project Update
PRISM Project Update
imgcommcall
 
TCIA Update
TCIA UpdateTCIA Update
TCIA Update
imgcommcall
 
Image community 2019 06-03
Image community 2019 06-03Image community 2019 06-03
Image community 2019 06-03
imgcommcall
 
NBIA 7.0 Community Version Release
NBIA 7.0 Community Version ReleaseNBIA 7.0 Community Version Release
NBIA 7.0 Community Version Release
imgcommcall
 
Image community 2019 05-06
Image community 2019 05-06Image community 2019 05-06
Image community 2019 05-06
imgcommcall
 
Image community 2019 03-04
Image community 2019 03-04Image community 2019 03-04
Image community 2019 03-04
imgcommcall
 

More from imgcommcall (20)

Making Radiology AI Models more robust: Federated Learning and other Approaches
Making Radiology AI Models more robust: Federated Learning and other ApproachesMaking Radiology AI Models more robust: Federated Learning and other Approaches
Making Radiology AI Models more robust: Federated Learning and other Approaches
 
Agenda NCI Imaging Informatics Webinar 2020-07-06
Agenda NCI Imaging Informatics Webinar 2020-07-06Agenda NCI Imaging Informatics Webinar 2020-07-06
Agenda NCI Imaging Informatics Webinar 2020-07-06
 
AI-LAB
AI-LABAI-LAB
AI-LAB
 
PathPresenter
PathPresenterPathPresenter
PathPresenter
 
Agenda April 6, 2020
Agenda April 6, 2020Agenda April 6, 2020
Agenda April 6, 2020
 
Medical Segmentation Decathalon
Medical Segmentation DecathalonMedical Segmentation Decathalon
Medical Segmentation Decathalon
 
Agenda - NCI Imaging Community Call
Agenda - NCI Imaging Community CallAgenda - NCI Imaging Community Call
Agenda - NCI Imaging Community Call
 
NCI Cancer Research Data Commons - Overview
NCI Cancer Research Data Commons - OverviewNCI Cancer Research Data Commons - Overview
NCI Cancer Research Data Commons - Overview
 
Imaging Data Commons (IDC) - Introduction and intital approach
Imaging Data Commons (IDC) - Introduction and intital approachImaging Data Commons (IDC) - Introduction and intital approach
Imaging Data Commons (IDC) - Introduction and intital approach
 
NCI Imaging community call agenda
NCI Imaging community call agendaNCI Imaging community call agenda
NCI Imaging community call agenda
 
CPTAC Data at the Genomic Data Commons
CPTAC Data at the Genomic Data CommonsCPTAC Data at the Genomic Data Commons
CPTAC Data at the Genomic Data Commons
 
CPTAC Data Portal and Proteomics Data Commons
CPTAC Data Portal and Proteomics Data CommonsCPTAC Data Portal and Proteomics Data Commons
CPTAC Data Portal and Proteomics Data Commons
 
Clinical Proteomic Tumor Analysis Consortium (CPTAC) Overview
Clinical Proteomic Tumor Analysis Consortium (CPTAC) OverviewClinical Proteomic Tumor Analysis Consortium (CPTAC) Overview
Clinical Proteomic Tumor Analysis Consortium (CPTAC) Overview
 
PRISM Semantic Integration Approach
PRISM Semantic Integration ApproachPRISM Semantic Integration Approach
PRISM Semantic Integration Approach
 
PRISM Project Update
PRISM Project UpdatePRISM Project Update
PRISM Project Update
 
TCIA Update
TCIA UpdateTCIA Update
TCIA Update
 
Image community 2019 06-03
Image community 2019 06-03Image community 2019 06-03
Image community 2019 06-03
 
NBIA 7.0 Community Version Release
NBIA 7.0 Community Version ReleaseNBIA 7.0 Community Version Release
NBIA 7.0 Community Version Release
 
Image community 2019 05-06
Image community 2019 05-06Image community 2019 05-06
Image community 2019 05-06
 
Image community 2019 03-04
Image community 2019 03-04Image community 2019 03-04
Image community 2019 03-04
 

Recently uploaded

一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
taqyea
 
一比一原版(CU毕业证)卡尔顿大学毕业证如何办理
一比一原版(CU毕业证)卡尔顿大学毕业证如何办理一比一原版(CU毕业证)卡尔顿大学毕业证如何办理
一比一原版(CU毕业证)卡尔顿大学毕业证如何办理
bmucuha
 
原版一比一弗林德斯大学毕业证(Flinders毕业证书)如何办理
原版一比一弗林德斯大学毕业证(Flinders毕业证书)如何办理原版一比一弗林德斯大学毕业证(Flinders毕业证书)如何办理
原版一比一弗林德斯大学毕业证(Flinders毕业证书)如何办理
a9qfiubqu
 
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
apvysm8
 
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
y3i0qsdzb
 
一比一原版南十字星大学毕业证(SCU毕业证书)学历如何办理
一比一原版南十字星大学毕业证(SCU毕业证书)学历如何办理一比一原版南十字星大学毕业证(SCU毕业证书)学历如何办理
一比一原版南十字星大学毕业证(SCU毕业证书)学历如何办理
slg6lamcq
 
Intelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicineIntelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicine
AndrzejJarynowski
 
Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...
Bill641377
 
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Aggregage
 
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
Social Samosa
 
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docxDATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
SaffaIbrahim1
 
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
mkkikqvo
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
nyfuhyz
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
Lars Albertsson
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
bmucuha
 
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
nuttdpt
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
v7oacc3l
 
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
bopyb
 
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
z6osjkqvd
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
aqzctr7x
 

Recently uploaded (20)

一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
一比一原版(harvard毕业证书)哈佛大学毕业证如何办理
 
一比一原版(CU毕业证)卡尔顿大学毕业证如何办理
一比一原版(CU毕业证)卡尔顿大学毕业证如何办理一比一原版(CU毕业证)卡尔顿大学毕业证如何办理
一比一原版(CU毕业证)卡尔顿大学毕业证如何办理
 
原版一比一弗林德斯大学毕业证(Flinders毕业证书)如何办理
原版一比一弗林德斯大学毕业证(Flinders毕业证书)如何办理原版一比一弗林德斯大学毕业证(Flinders毕业证书)如何办理
原版一比一弗林德斯大学毕业证(Flinders毕业证书)如何办理
 
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
办(uts毕业证书)悉尼科技大学毕业证学历证书原版一模一样
 
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
一比一原版巴斯大学毕业证(Bath毕业证书)学历如何办理
 
一比一原版南十字星大学毕业证(SCU毕业证书)学历如何办理
一比一原版南十字星大学毕业证(SCU毕业证书)学历如何办理一比一原版南十字星大学毕业证(SCU毕业证书)学历如何办理
一比一原版南十字星大学毕业证(SCU毕业证书)学历如何办理
 
Intelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicineIntelligence supported media monitoring in veterinary medicine
Intelligence supported media monitoring in veterinary medicine
 
Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...Population Growth in Bataan: The effects of population growth around rural pl...
Population Growth in Bataan: The effects of population growth around rural pl...
 
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You...
 
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
 
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docxDATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
DATA COMMS-NETWORKS YR2 lecture 08 NAT & CLOUD.docx
 
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
原版一比一多伦多大学毕业证(UofT毕业证书)如何办理
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
 
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB文凭证书)圣芭芭拉分校毕业证如何办理
 
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
在线办理(英国UCA毕业证书)创意艺术大学毕业证在读证明一模一样
 
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
一比一原版(GWU,GW文凭证书)乔治·华盛顿大学毕业证如何办理
 
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
一比一原版英属哥伦比亚大学毕业证(UBC毕业证书)学历如何办理
 
一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理一比一原版(UO毕业证)渥太华大学毕业证如何办理
一比一原版(UO毕业证)渥太华大学毕业证如何办理
 

Standardized representation of the LIDC annotations using DICOM

  • 1. Andrey Fedorov, Matthew Hancock, David Clunie, Mathias Brockhausen, Jonathan Bona, Justin Kirby, John Freymann, Steve Pieper, Hugo Aerts, Ron Kikinis, Fred Prior 7 January 2019 for CBIIT Imaging Community Contact: andrey.fedorov@gmail.com Standardized representation of the LIDC annotations using DICOM
  • 2. Lung Imaging Database Consortium (LIDC) ● NCI-initiated in 2000, 5 institutions selected through peer-review process ● Goal: develop a public web-accessible resource containing ○ an image repository of screening and diagnostic thoracic CT scans ○ associated metadata such as technical scan parameters (e.g., slice thickness, tube current, and re- construction algorithm and patient information (e.g., age, gender, and pathologic diagnosis) ○ nodule truth information based on the subjective assessments of mul- tiple experienced radiologists (e.g., lesion category, nodule outlines, and subtlety ratings) ○ . ○ Armato et al. Lung Image Database Consortium: Developing a Resource for the Medical Imaging Research Community1. Radiology 232, 739–748 (2004). Armato et al. The Lung Image Database Consortium (LIDC) and Image Database Resource Initiative (IDRI): a completed reference database of lung nodules on CT scans. Med. Phys. 38, 915–931 (2011). 2
  • 3. TCIA LIDC-IDRI collection ● One of the largest and most popular annotated collection of TCIA ● Utilized in numerous challenges ● 1000+ citations, used to enable numerous derivative studies Kalpathy-Cramer, J., Freymann, J. B., Kirby, J. S., Kinahan, P. E. & Prior, F. W. Quantitative Imaging Network: Data Sharing and Competitive AlgorithmValidation Leveraging The Cancer Imaging Archive. Transl. Oncol. 7, 147–152 (2014). 3 https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI
  • 4. LIDC groups of findings 1. “nodules ≥ 3 mm”: any lesion considered to be a nodule with greatest in-plane dimension in the range 3–30 mm regardless of presumed histology; 2. “nodules < 3 mm”: any lesion considered to be a nodule with greatest in-plane dimension less than 3 mm that is not clearly benign; 3. “non-nodules ≥ 3 mm”: any other pulmonary lesion, such as an apical scar, with greatest in-plane dimension greater than or equal to 3 mm that does not possess features consistent with those of a nodule. Armato et al. The Lung Image Database Consortium (LIDC) and Image Database Resource Initiative (IDRI): a completed reference database of lung nodules on CT scans. Med. Phys. 38, 915–931 (2011). 4
  • 5. LIDC expert review process Each of the four radiologists independently reviewed all of the scans in a “blinded” phase to identify all of the findings from the three groups above. For each finding identified by a given radiologist as a “nodule ≥ 3 mm”, outlines were constructed in each slice where that nodule appear, while for the other two categories only the approximate center of mass was annotated. In the subsequent “unblinded” read phase each radiologist had access to the categories assigned and annotations for the nodules, and “a radiologist’s own marks then could be left unchanged, deleted, switched in terms of lesion category, or additional marks could be added”. After the unblinded phase each radiologist assessed subjective characteristics of “nodules < 3 mm”, such as spiculation, subtlety, etc Armato et al. The Lung Image Database Consortium (LIDC) and Image Database Resource Initiative (IDRI): a completed reference database of lung nodules on CT scans. Med. Phys. 38, 915–931 (2011). 5
  • 6. 6
  • 7. 7
  • 8. Consequences of using project-specific XML representation ● No single conventional tool that can render annotations over the image ● Annotations need to be managed separately from images ○ Accessed as a ZIP file ● Linked to images via DICOM Study/InstanceUID, patient information separate from the XML ● Conventions about stored content need to be parsed from the accompanying documentation and annotated XML example ● Conversion of contours into image-space is error-prone ○ inclusion/exclusion contours, inclusion or exclusion of boundary pixels, coordinate space conventions ● Representation not harmonized with any conventions for any other TCIA collection 8
  • 9. 9 Tools/studies developed to enable interpretations of those XML files (a subset, I am sure)
  • 10. DICOM - preparing for the unknown, since 1983 ● Standard for images and image-related evidence ● “The HOW”: Fixed syntax, encoding, compression … ○ (hierarchical) list of attribute/value pairs ● “The WHAT”: Object definitions ○ Object-specific required and optional attributes ○ Constraints and values sets ○ Common data elements / lexicons / ontologies ● For all object types ○ Dates, patient IDs, study, series - for every object ○ Unique identifiers ● References to related evidence ○ Provenance of data acquisition, analysis ● + networking, web, de-identification … 10 Horii SC. DICOM. In: Kagadis GC, Langer SG, editors. Informatics in medical imaging. 2011. p. 41–67.
  • 11. pylidc https://pylidc.github.io/ “pylidc is an Object-relational mapping (using SQLAlchemy) for the data provided in the LIDC dataset. This means that the data can be queried in SQL-like fashion, and that the data are also objects that add additional functionality via functions that act on instances of data obtained by querying for particular attributes” ● Open source, python ● Easy to install on any platform ● Used by others! ● More than LIDC parser ● Supported ○ Thanks Matt Hancock! 11 Hancock, M. C. & Magnan, J. F. Lung nodule malignancy classification using only radiologist-quantified image features as inputs to statistical learning algorithms: probing the Lung Image Database Consortium dataset with two statistical learning methods. J Med Imaging (Bellingham) 3, 044504 (2016).
  • 12. dcmqi https://github.com/qiicr/dcmqi “dcmqi (DICOM for Quantitative Imaging) is a free, open source library that can help with the conversion between imaging research formats and the standard DICOM representation for image analysis results” ● DICOM Segmentation object ● DICOM Parametric map object ● DICOM Region-based measurements Structured Report 12 Herz, C., Fillion-Robin, J.-C., Onken, M., Riesmeier, J., Lasso, A., Pinter, C., Fichtinger, G., Pieper, S., Clunie, D., Kikinis, R. & Fedorov, A. dcmqi: An Open Source Library for Standardized Communication of Quantitative Image Analysis Results Using DICOM. Cancer Res. 77, e87–e90 (2017).
  • 13. LIDC nodule segmentations ● (x,y) coordinates of the contour points for image slices defined by DICOM SOPInstanceUID ● Contours can be “inclusion” or exclusion ● Contour points are not part of the segmentation! 13 https://github.com/notmatthancock/pylidc/issues/15 https://wiki.cancerimagingarchive.net/display/Public/LIDC-IDRI
  • 14. Image Segmentations - as DICOM 14 Spatial labeling of the voxels of interest + ● Patient information ● Unique identifiers ● References to the segmented image ● Ontology-enabled semantics (SNOMED-CT, RadLex, etc) ● Segmentation algorithm ● Single file, efficient storage, multiple occupancy voxels ● Presentation color
  • 15. LIDC segmentations: conversion process ● One nodule annotation per DICOM Segmentation object ● Use pylidc to get numpy array for each nodule segmentation ○ Also use pylidc clustering functionality to assign segmentations to individual nodules ● Use ITK-python to reorient the array, add origin/spacing/directions and save as a 3D volume ● Populate metadata JSON ● Use dcmqi to write DICOM Segmentation object ● Conversion process includes pointer to the source CT series ○ Propagate composite context ○ Establish references to the source series analyzed 15https://itkpythonpackage.readthedocs.io
  • 16. "segmentAttributes": [ [ { "SegmentLabel": "Nodule 1 - Annotation 157143", "recommendedDisplayRGBValue": [ 241, 214, 145 ], "AnatomicRegionSequence": { "CodeMeaning": "Lung","CodingSchemeDesignator": "SRT","CodeValue": "T-28000" }, "SegmentAlgorithmType": "MANUAL", "SegmentedPropertyCategoryCodeSequence": { "CodeMeaning": "Morphological Abnormal Structure","CodingSchemeDesignator": "SRT","CodeValue": "M-01000" }, "SegmentedPropertyTypeCodeSequence": { "CodeMeaning": "Nodule","CodingSchemeDesignator": "SRT","CodeValue": "M-03010" }, "TrackingIdentifier": "Nodule 1", "labelID": 1, "SegmentDescription": "Nodule 1 - Annotation 157143", "TrackingUniqueIdentifier": "2.25.78955135423773784954011632177062973466658992040550559735258" } ] ] 16
  • 18. DICOM Structured Reporting (SR) ● Extends the DICOM standard beyond attributes in "image header” ● Into a “tree” of structured content ● Each tree node (“content item”) is a "name-value" pair ● Or a “container” (provides an outline of “headings”) ● Name is always coded, value may or may not be ● Generic framework - recursively nested content of unbounded complexity ● Complexity constrained for specific use cases by "templates" 18
  • 19. DICOM SR TID1500: measurements + characterizations ● TID 1500 “Measurement report” ● General-purpose template ● Reuses existing templates ● Planar or volumetric region definition ● Qualitative characterizations 19 Example from Fedorov et al. DICOM for quantitative imaging biomarker development: a standards based approach to sharing clinical data and structured PET/CT analysis results in head and neck cancer research. PeerJ 4, e2057 (2016).
  • 20. DICOM SR approach to coded content ● Qualitative assessment reporting ○ Coded concept ○ Coded value ● Coded = (Code Value, Coding Scheme Designator, Code Meaning) tuple ○ E.g., ("CodeMeaning": "Lung","CodingSchemeDesignator": "SRT","CodeValue": "T-28000") ● Sources of codes ○ Standard dictionaries: SNOMED, NCIt, RadLex, UCUM, … ○ “Private” dictionaries: when standard dictionaries do not contian suitable terms, indicated by “99” prefix of the Coding Scheme Designator 20
  • 21. Harmonization of LIDC with existing terminologies ● Review existing lexicons: NCI Thesaurus, RadLex, SNOMED (only those terms included in the DICOM standard) ○ BioPortal http://bioportal.bioontology.org/ ○ Ontology Lookup Service https://www.ebi.ac.uk/ols ● Imaging Biomarker Standardization Initiative (IBSI) lexicon ● “99LIDCQIICR” coding scheme for codes not located in existing lexicons 21 Zwanenburg, A., Leger, S., Vallières, M., Löck, S. & for the Image Biomarker Standardisation Initiative. Image biomarker standardisation initiative. arXiv [cs.CV] (2016). at http://arxiv.org/abs/1612.07003
  • 22. 22
  • 23. Coding concept values ● Some concept values are categorical (e.g., “Internal structure”) ● Others are ordinal scores ○ With or without specific assignment of meaning 23
  • 24. Results of mapping ● Concepts (9 total): ○ 6 mapped to NCIt ○ 1 to RadLex ○ 1 to IBSI ○ 1 not mapped (99LIDCQIICR) ● Values (45 total): ○ 29 not mapped (99LIDCQIICR) ○ 12 to RadLex ○ 4 to NCIt 24 Coordinated with the Opulencia et al. work after v1!
  • 25. DICOM SR conversion process ● One nodule characterization per DICOM Segmentation object ● Use pylidc to get characterizations for each nodule ○ Also use pylidc to get nodule volume, surface area, 2D diameter ● Populate metadata JSON ● Use dcmqi to write DICOM SR object ● Conversion process includes pointer to the source CT series and DICOM Segmentation object ○ Propagate composite context ○ Establish references to the source series analyzed ○ Establish references to the segmentation associated with the characterizations 25
  • 26. 26
  • 27. 27
  • 28. Status ● Conversion results available on TCIA since RSNA 2018 (Google Drive folder) ● Conversion pipeline script is available on GitHub ● Details in preprint (v1, will be updated!) - feedback is welcomed! 28 https://doi.org/10.7287/peerj.preprints.27378
  • 29. ● DICOM Segmentation object: supported in multiple tools (see https://dicom4qi.readthedocs.io/) ○ Open source: 3D Slicer, ePAD, MITK, MeVisLab, OHIF Viewer + dcmjs ○ Commercial: Brainlab, Siemens syngo.via, Terarecon (more in development) ● DICOM TID1500 SR: ○ 3D Slicer, ePAD can read and write ○ Pixelmed tools ○ Used in RSNA Crowds Cure Cancer for planar annotations+measurements ○ General-purpose DCMTK tools can be used to convert to XML representation (both atribute-level and SR tree level) ● Conversion of measurements into tabulated form ○ https://github.com/QIICR/dcm2tables LIDC DICOM in context: Support in tools 29
  • 30. CommercialAcademic Production 30 Prototype/under development Major DICOM4QI participating tools https://dicom4qi.readthedocs.io/
  • 31. LIDC DICOM in context: harmonization of TCIA derived data ● Numerous other collections follow “the DICOM approach” for derived data ○ QIN-HEADNECK: head and neck cancer, PET/CT, SUV, segmentations, SUV quantification ○ QIN-PROSTATE-Repeatability: prostate cancer, multiparametric MRI, segmentations, measurements ○ TCIA-LGG and TCIA-GBM: glioblastoma, multiparametric MRI, segmentations ● Extensible with other types of derived data ○ Framework for analysis from multiple groups/tools to be combined ○ pyradiomics supports output of radiomics features as DICOM SR TID1500 ○ IBSI lexicon of radiomics features is being integrated with the DICOM Standard 31 https://peerj.com/articles/2057/ https://www.nature.com/articles/sdata2018281
  • 32. Queries like this become possible: Find all subjects that have a neoplasm segmented using automatic method at the base of tongue larger than 5 cc that show Glycolysis Within First Quarter of Intensity Range above 10 grams 32
  • 33. Acknowledgments This project has been funded in part with federal funds from the National Cancer Institute, National Institutes of Health under Contract No. HHSN261200800001E, and by the NIH grants U24 CA180918, U24 CA199460 and U01 CA190234. Under this contract the University of Arkansas for Medical Sciences is funded by Leidos Biomedical Research subcontract 16X011. The content of this presentation does not necessarily reflect the views or policies of the Department of Health and Human Services, nor does mention of trade names, commercial products, or organizations imply endorsement by the U.S. Government. We acknowledge NCI-led Informatics Technology for Cancer Research (ITCR) and Quantitative Imaging Network (QIN). This project would not be possible without those network efforts and support! We are grateful to the NCI and LIDC project for making valuable dataset publicly available in the TCIA LIDC-IDRI collection, and to Sam Armato and the LIDC team for responding to our questions that came up in the process of conversion. 33 http://qiicr.org