Towards Practical Problems in Deep Learning for Radiology Image Analysis

Size: px
Start display at page:

Download "Towards Practical Problems in Deep Learning for Radiology Image Analysis"

Transcription

1 Towards Practical Problems in Deep Learning for Radiology Image Analysis Quanzheng Li, Xiang Li, James H.Thrall Center for Clinical Data Science Department of Radiology Massachusetts General Hospital, Harvard Medical School

2 Purpose of AI in medical imaging: creating value in the delivery of medical care and delivery of radiology services: increasing diagnostic certainty decreasing time on task for radiologists faster availability of results reducing costs of care. Interrogating image data for extracting maximum value, with/without pre-defined model structure. Accuracy, Efficiency, Robustness.

3 Automatically detect (i.e. screening) the presence of free air lesion regions in the lung CT images. Manual inspection of the incoming medical images can be time-consuming and lack of the efficiency in handling life-threatening cases (such as pneumothorax). Certain image abnormities can be subtle human inspector, leads to potential mistakes in handling the patients. No systematic way of using learning-based methods for fully automatic screening.

4 Region with free air in the lung. Can be presented anywhere. Low HUT area in the image. Usually associated with other conditions.

5 Data Storage, Transfer, and Sharing Data Preprocessing and Quality Control Preparation for Analysis Analysis Postprocessing PACS Meta-information Patch extraction Model training and Heatmap HDFS processing Data augmentation validation generation Cloud storage Format conversion Network definition Model testing Diagnosis Image enhancement Model application Visualization /de-noising for practice? Positive

6 Data Storage, Transfer, and Sharing Data Preprocessing and Quality Control Preparation for Analysis Analysis Postprocessing PACS Meta-information Patch extraction Model training and Heatmap HDFS processing Data augmentation validation generation Cloud storage Fomat conversion Network definition Model testing Diagnosis Image enhancement Model application Visualization /de-noising for practice? Heterogeneity? Missing / erroneous data items? Online vs. Offline 1

7 High image/feature heterogeneity + lack of training samples: more likely to over-fitting. Data items can be missing or wrong (e.g. in DICOM headers during the scan). Most sophisticated preprocessing (e.g. image restoration, image segmentation) techniques have to be done off-line with group-wise information provided and/or ground-truth. 1

8 Data Storage, Transfer, and Sharing Data Preprocessing and Quality Control Preparation for Analysis Analysis Postprocessing PACS Meta-information Patch extraction Model training and Heatmap HDFS processing Data augmentation validation generation Cloud storage Fomat conversion Network definition Model testing Diagnosis Image enhancement Model application Visualization /de-noising for practice? Low speed and intensive I/O for patch extraction? Lack of training data samples? Arbitrary parameter / model structure 1

9 Deep learning models typically run on small image patches for increased sample size and better feature representation. Normal Control Patches Pneumothorax Patches 1

10 Data Storage, Transfer, and Sharing Data Preprocessing and Quality Control Preparation for Analysis Analysis Postprocessing PACS Meta-information Patch extraction Model training and Heatmap HDFS processing Data augmentation validation generation Cloud storage Fomat conversion Network definition Model testing Diagnosis Image enhancement Model application Visualization /de-noising for practice? Computational time: large data size + complex models? Needs for real-time results. 1

11 More complex models and deeper networks: Increased computational load for the system. Example: >1000 layered Deep Residual Learning network 1 has been evaluated on the ImageNet 2012 dataset consists of 1000 classes, trained on 1.28 million training images. 1

12 Large data size of most medical image types, high performance computing becomes a crucial component for a practical and running solution. Example: A typical CT image has more than 30 million voxels ( ). The pneumothorax project dataset constitutes imaging data from >600 subjects.

13 Dataset consists of 648 subjects with/without pneumothorax, 66 of them are annotated. Network trained on 31 subjects, totally 21, patches. Training a 16-layer, VGG-like 2D CNN for lesion detection on two classes: pneumothorax vs. normal. The whole pipeline takes DICOM images as input, generates a lesion heatmap, provides diagnosis score for the probability of pneumothorax.

14 Data Storage, Transfer, and Sharing Data Preprocessing and Quality Control Preparation for Analysis Analysis Postprocessing PACS Meta-information Patch extraction Model training and Heatmap HDFS processing Data augmentation validation generation Cloud storage Fomat conversion Network definition Model testing Diagnosis Image enhancement Model application Visualization /de-noising for practice? Security? Heterogeneity? Low speed and? Computational? Integration into the? Privacy? Missing / erroneous intensive I/O for time: large data workflow? Transfer speed data items patch extraction size + complex? Real-time feedback? Online vs. Offline? Lack of training data models samples? Arbitrary parameter / model structure Co-development with high radiologist involvement Self-paced learning Asynchronous I/O HPC platform supported by DGX1 CUDA implementation

15 Intensive involvement of radiologist During the training phase: addressing the data heterogeneity and under-coverage of training samples: Four types of mis-classification cases identified, 3 false-positive, 1 false-negative: Extra small pneumothorax lesions (mainly caused by the image view). Empyema. Imaging artifacts (e.g. dark strips). Irregular trachea/branches shapes.

16 Self-paced learning scheme to further increase the sample size. spcnn: Close Looped, Multiple Rounds of Training retraining Bootstrapping Module Original samples retraining retraining Classification Module Virtual samples at round i-1 Original samples retraining Bootstrapping CNN 1,i apply New, unlabeled data obtain Distribution of prediction probability Bootstrapping CNN k,i apply virtual sample selection New CNN, at round i apply Dataset for analyze obtain Classification results and diagnosis

17 Tested 35 subjects, patch-wise accuracy: 93.9%. Subject-wise accuracy is calculated by counting the number of detected patches followed by thresholding. Subject-wise ROC Curve True positive rate False positive rate

18 Although the detection is done on each slice (i.e. 2D network), the detected lesion boundary is stable across slices.

19 Detection (i.e. generating heatmap) of a single subject takes less than 3 minutes. Enabled by the computing power of DGX1: 50 times faster than single K40, 10 times faster than single P100. Most time consuming step is on the patch extraction, further I/O synchronous will help. The detection speed is on the same scale of a typical CT scan (minutes), thus enables real-time screening of the patients.

20 Self-paced learning method helps in increasing the training sample size by 23,100 patches (>100%) from 200 subjects (independent with the current annotation set). Performed in a single round. All the patches are consistently classified by the 10 bootstrapping networks, the accuracy is controlled by the Family-wise Error Rate (FWER) of p=0.05. Training of the 10 bootstrapping networks is done within one hour.

21 The latest NVIVDIA DGX-1 provides us an unprecedented computational power to support our approach of data augmentation and fast user interaction. Such massive data-initiated, computationalintensive solution will be the dominant trend for the medical researches and clinical practices. A new way for researchers and radiologists to apply, interpret and convert their domain knowledges ( fourth paradigm ).

22 Acknowledgement: Radiology at MGH: Subba Digumarthy, Mannudeep Kalra Gordon Center for Medical Imaging at MGH: Ning Guo, Kyungsang Kim, Dufan Wu, Aoxiao Zhong Beijing International Center for Mathematical Research at PKU: Prof. Bin Dong MGH Center for Clinical Data Science:

AI for TB Screening Guide

AI for TB Screening Guide AI for TB Screening Guide With AI for TB software, chest X-rays can automatically be analyzed for signs of tuberculosis. You can access through the web, standalone appliance or integrated into any PACS

More information

Recent clinical advances and applications for medical image segmentation

Recent clinical advances and applications for medical image segmentation Recent clinical advances and applications for medical image segmentation Prof. Leo Joskowicz Lab website: http://www.cs.huji.ac.il/~caslab/site L. Joskowicz, 2011 Key trends in clinical radiology Film/light

More information

Applying Artificial Intelligence to Medical Imaging

Applying Artificial Intelligence to Medical Imaging YOUR MEDICAL IMAGING CLOUD EXECUTIVE BRIEF Applying Artificial Intelligence to Medical Imaging Three Techniques to Tap into Artificial Intelligence and Machine Learning from Radiology to Cardiology Executive

More information

Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection

Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection Propagating Uncertainty in Multi-Stage Bayesian Convolutional Neural Networks with Application to Pulmonary Nodule Detection Onur Ozdemir, Benjamin Woodward, Andrew A. Berlin Draper {oozdemir,bwoodward,aberlin}@draper.com

More information

Quantitative biomarker for clinical decision making

Quantitative biomarker for clinical decision making Deep imaging Quantitative biomarker for clinical decision making Joerg Aumueller English, October 2017 54% of healthcare leaders see an expanding role of in medical decision support.* * The future of healthcare

More information

Contents. About VUNO. Our Technology. Key Offerings

Contents. About VUNO. Our Technology. Key Offerings 2017 We believe that AI can be of great value to doctors. VUNO products will not only provide improved workflow but a whole new user experience. Contents 01 02 03 About VUNO Our Technology Key Offerings

More information

Computed tomography. High. performance. no trade-offs. Philips Ingenuity CT family

Computed tomography. High. performance. no trade-offs. Philips Ingenuity CT family Computed tomography High performance no trade-offs Philips Ingenuity CT family Keeping you ahead Until now, CT scanning has too often been about trade-offs. You ve been forced to choose between high image

More information

2018 Data Science Summit: The Economics Of Artificial Intelligence In Healthcare

2018 Data Science Summit: The Economics Of Artificial Intelligence In Healthcare May 30, 2018 2018 Data Science Summit: The Economics Of Artificial Intelligence In Healthcare Making AI Work In Clinical Practice Bibb Allen, MD FACR Chief Medical Officer ACR Data Science Institute OVERVIEW

More information

Clarity CT Technology

Clarity CT Technology Clarity CT Technology WHITE PAPER January 2013 Using state of the art algorithms Sapheneia Clarity CT allows physicians to lower radiation dose when acquiring CT data while maintaining image quality. The

More information

DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES

DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES DESIGN OF COPD BIGDATA HEALTHCARE SYSTEM THROUGH MEDICAL IMAGE ANALYSIS USING IMAGE PROCESSING TECHNIQUES B.Srinivas Raja 1, Ch.Chandrasekhar Reddy 2 1 Research Scholar, Department of ECE, Acharya Nagarjuna

More information

arxiv: v2 [cs.cv] 10 Oct 2017

arxiv: v2 [cs.cv] 10 Oct 2017 DeepLesion: Automated Deep Mining, Categorization and Detection of Significant Radiology Image Findings using Large-Scale Clinical Lesion Annotations Ke Yan, Xiaosong Wang, Le Lu, and Ronald M. Summers

More information

Defining Use Case Standards For Diagnostic Radiology Artificial Intelligence Algorithms

Defining Use Case Standards For Diagnostic Radiology Artificial Intelligence Algorithms May 19, 2018 Defining Use Case Standards For Diagnostic Radiology Artificial Intelligence Algorithms Bibb Allen, MD FACR Chief Medical Officer ACR Data Science Institute Keith Dreyer, DO PhD FACR Chief

More information

Informatics Tools for Optimized Imaging Biomarkers for Cancer Research & Discovery

Informatics Tools for Optimized Imaging Biomarkers for Cancer Research & Discovery Informatics Tools for Optimized Imaging Biomarkers for Cancer Research & Discovery Bruce Rosen/Jayashree Kalpathy-Cramer/Artem Mamonov/Karl Helmer Athinoula A. Martinos Center for Biomedical Imaging, Massachusetts

More information

AI in Medical Imaging: Delivering Value and Optimizing Stakeholder Outcomes

AI in Medical Imaging: Delivering Value and Optimizing Stakeholder Outcomes AI in Medical Imaging: Delivering Value and Optimizing Stakeholder Outcomes Abstract Improvements in technology combined with growing demands of patients and health care providers have led to an increase

More information

Deep Learned and Practical

Deep Learned and Practical Deep Learned and Practical Implementing Machine Learning Techniques in the Real World Timor Kadir DPhil Mirada Medical CTO Optellum CTO Visiting Fellow University of Oxford 7/31/2017 1 Disclosures Mirada

More information

arxiv: v3 [cs.cv] 29 Aug 2017

arxiv: v3 [cs.cv] 29 Aug 2017 Accurate Pulmonary Nodule Detection in Computed Tomography Images Using Deep Convolutional Neural Networks arxiv:1706.04303v3 [cs.cv] 29 Aug 2017 Jia Ding, Aoxue Li, Zhiqiang Hu and Liwei Wang School of

More information

For personal use only. Investor Presentation September 2017

For personal use only. Investor Presentation September 2017 Investor Presentation September 2017 FY17 Full Year Results Record after tax profit $9.32M - up 46% Underlying NPAT $9.87M up 53% Revenue increased by 15% to $31.62M Margins continued to increase 45% Cash

More information

Future bound. Philips Ingenuity Core

Future bound. Philips Ingenuity Core Future bound Philips Ingenuity Core High reliability Low-dose, high-quality imaging and coverage, and the ability to personalize image quality* patient by patient. Expect excellence in routine imaging,

More information

2018 Data Science Summit: The Economics Of Artificial Intelligence In Healthcare

2018 Data Science Summit: The Economics Of Artificial Intelligence In Healthcare May 30, 2018 2018 Data Science Summit: The Economics Of Artificial Intelligence In Healthcare Regulation, Payment And The AI Ecosystem Bibb Allen, MD FACR Chief Medical Officer ACR Data Science Institute

More information

Quantitative Imaging Biomarker DCE - MRI

Quantitative Imaging Biomarker DCE - MRI Quantitative Imaging Biomarker DCE - MRI DCE MRI: What is it about? DCE MRI: quantitative analysis of dynamic T1 contrast enhanced images Use cases: Clinical trial related UC1: pharmacodynamic investigations

More information

High performance comes easily

High performance comes easily High performance comes easily Philips MX 16-slice CT Easy from any The CT solution Your days may not be getting any easier, but now your CT solution is. The remarkably easy-to-use Philips MX 16-slice CT

More information

Contrast Dose Management. For CT and MR

Contrast Dose Management. For CT and MR Contrast Dose Management For CT and MR Expand the Value of Your Medrad Stellant and Medrad MRXperion Injection Systems Connect your Medrad smart injectors to Radimetrics Contrast Dose Management (CDM)

More information

SYNAPSE is a registered trademark of FUJIFILM Medical Systems U.S.A., Inc. in United States, Australia and Canada

SYNAPSE is a registered trademark of FUJIFILM Medical Systems U.S.A., Inc. in United States, Australia and Canada Version 4 FUJIFILM Medical Systems USA, Inc. SYNAPSE is a registered trademark of FUJIFILM Medical Systems U.S.A., Inc. in United States, Australia and Canada Image Intelligence is a registered trademark

More information

Automated Breast Volumes. Simplified.

Automated Breast Volumes. Simplified. www.siemens.com/ultrasound Automated Breast Volumes. Simplified. ACUSON S2000 Automated Breast Volume Scanner (ABVS) Answers for life. Automated Breast Volumes. Simplified. ACUSON S2000 Automated Breast

More information

Your diagnostic partner. Every day. Optima* CT540

Your diagnostic partner. Every day. Optima* CT540 GE Healthcare Your diagnostic partner. Every day. Optima* CT540 At GE Healthcare, the goal was to design a CT system that would provide our clinical partners with the imaging capabilities needed every

More information

Handzettel 1. CARE Right Computed Tomography, committed to the right dose Ivo Driesser Austin, July 22 nd 2014

Handzettel 1. CARE Right Computed Tomography, committed to the right dose Ivo Driesser Austin, July 22 nd 2014 CARE Right Computed Tomography, committed to the right dose Ivo Driesser Austin, July 22 nd 2014 Answers for life. Answers for life. Is 1 msv the right dose for every patient? Female, 54 Abdominal CT Male,

More information

International bio-medical imaging based R&D and Advanced imaging CRO and ARO service. LISIT, Co.,Ltd.

International bio-medical imaging based R&D and Advanced imaging CRO and ARO service. LISIT, Co.,Ltd. International bio-medical imaging based R&D and Advanced imaging CRO and ARO service. LISIT, Co.,Ltd. LifeSaving Imaging Technologies 2018/7 About Us Main Office LISIT,Co.,Ltd. 6-7 Maruyama-cho, Shibuya-Ku,

More information

Orientation Towards the Future Through Innovation

Orientation Towards the Future Through Innovation RIS 4.0 Orientation Towards the Future Through Innovation Buzz words such as industry 4.0 or economy 4.0 often appear in media today. They function as synonym for industry or economy of the future. Therefore

More information

Imaging Systems. Steve Rusckowski CEO Imaging Systems

Imaging Systems. Steve Rusckowski CEO Imaging Systems Imaging Systems Steve Rusckowski CEO Imaging Systems Agenda Market Description Innovation: Cardiovascular CT PET Time-of-Flight Operational Excellence / EBIT Improvement Care Cycle Conclusions New Imaging

More information

Automating Operational Decisions in Real-time. Chris Sanden Senior Analytics Engineer

Automating Operational Decisions in Real-time. Chris Sanden Senior Analytics Engineer Automating Operational Decisions in Real-time Chris Sanden Senior Analytics Engineer About Me. Senior Analytics Engineer at Netflix Working on Real-time Analytics Part of the Insight Engineering Team Tenure

More information

Precision Health and Imaging Analytics

Precision Health and Imaging Analytics 17 th Annual International Healthcare Summit Kelowna, BC Precision Health and Imaging Analytics Charlotte Hovet, MD, MMM Medical Director, Healthcare Solutions & Consulting June 26, 2017 2017 NTT DATA,

More information

Computer-aided detection for pulmonary nodule identification: improving the radiologist s performance?

Computer-aided detection for pulmonary nodule identification: improving the radiologist s performance? Computer-aided detection for pulmonary nodule identification: improving the radiologist s performance? Computer-aided detection (CAD) systems for pulmonary nodule identification in CT images can represent

More information

3DCNN for False Positive Reduction in Lung Nodule Detection

3DCNN for False Positive Reduction in Lung Nodule Detection 3DCNN for False Positive Reduction in Lung Nodule Detection Ping An Technology (Shenzhen) Co.,Ltd, China WUTIANBO484@pingan.com.cn Abstract The diagnosis of pulmonary nodules can be roughly divided into

More information

TT SCORE. Trade Surveillance with Machine Learning THE NEED FOR TRADE SURVEILLANCE TRADITIONAL PARAMETER-BASED SURVEILLANCE TOOLS

TT SCORE. Trade Surveillance with Machine Learning THE NEED FOR TRADE SURVEILLANCE TRADITIONAL PARAMETER-BASED SURVEILLANCE TOOLS TT SCORE Trade Surveillance with Machine Learning THE NEED FOR TRADE SURVEILLANCE The financial industry has experienced great change and extraordinary challenges in the wake of the 2008 global financial

More information

CARESTREAM RIS/PACS SuperPACS Architecture. A Changing Landscape

CARESTREAM RIS/PACS SuperPACS Architecture. A Changing Landscape CARESTREAM RIS/PACS SuperPACS Architecture A Changing Landscape The field of radiology is in a constant state of acceleration and evolution. Each day, you handle an increasing number of exams and diagnostic

More information

Cisco Connected Imaging

Cisco Connected Imaging Cisco Connected Imaging Connected Imaging: Improve Medical Imaging Collaboration, Performance, and Workflow Cisco Connected Imaging enhances collaboration among radiologists, physicians, and technologists

More information

POWERFUL INTUITIVE RESPONSIVE

POWERFUL INTUITIVE RESPONSIVE POWERFUL INTUITIVE RESPONSIVE The Australian EMR specialist Proud creators of The leading Australian EMR specialist Core Medical Solutions is a leading provider of Electronic Medical Records (EMR) solutions

More information

HEALTHCARE ACTIVITIES FROM ANYWHERE ANYTIME

HEALTHCARE ACTIVITIES FROM ANYWHERE ANYTIME HEALTHCARE ACTIVITIES FROM ANYWHERE ANYTIME Healthcare Utility Services To provide infrastructure or Software as a Service Platform to perform all kinds of healthcare operations by doctors, patients, lab

More information

Imaging Researcher s Workshop Annotation and Imaging Markup. Introduction

Imaging Researcher s Workshop Annotation and Imaging Markup. Introduction Imaging Researcher s Workshop Annotation and Imaging Markup Eliot Siegel, M.D. Professor and Vice Chair University of Maryland Department of Diagnostic Radiology and Nuclear Medicine Director MIRTL (Maryland

More information

NIST Medical Imaging Informatics Activities. Medical Imaging

NIST Medical Imaging Informatics Activities. Medical Imaging NIST Medical Imaging Informatics Activities Ram Sriram Mary Brady Alden Dima Medical Imaging Biomarker Testing Improving Change Analysis in Lung Cancer Statistically Valid and Clinically Meaningful Biomarkers

More information

Investor Presentation September 2018

Investor Presentation September 2018 Investor Presentation September 2018 Pro Medicus (ASX:PME) Healthcare IT company specialising in Enterprise Imaging and Radiology Information System (RIS) software. Leading edge products, growing global

More information

Your diagnostic partner. Every day. Optima* CT540

Your diagnostic partner. Every day. Optima* CT540 GE Healthcare Your diagnostic partner. Every day. Optima* CT540 At GE Healthcare, the goal was to design a CT system that would provide our clinical partners with the imaging capabilities needed every

More information

Creating a More Efficient Workflow for Reading High-Volume CT and MR Studies

Creating a More Efficient Workflow for Reading High-Volume CT and MR Studies Creating a More Efficient Workflow for Reading High-Volume CT and MR Studies Summary Advancement in modality technologies has brought benefits to radiology, such as quicker image capture and enhanced image

More information

Karisma v3 The most significant release of Karisma in almost ten years

Karisma v3 The most significant release of Karisma in almost ten years Karisma v3 The most significant release of Karisma in almost ten years Karisma Version 3 Karisma is an easy to use Radiology Information System (RIS) equipped with the right tools to ensure efficient workflow.

More information

Improving Urban Mobility Through Urban Analytics Using Electronic Smart Card Data

Improving Urban Mobility Through Urban Analytics Using Electronic Smart Card Data Improving Urban Mobility Through Urban Analytics Using Electronic Smart Card Data Mayuree Binjolkar, Daniel Dylewsky, Andrew Ju, Wenonah Zhang, Mark Hallenbeck Data Science for Social Good-2017,University

More information

Repeat Analysis in the Digital Environment

Repeat Analysis in the Digital Environment Repeat Analysis in the Digital Environment Maureen Seluta, RT(R) Operations Manager Faezeh Abedi-Tari, RT(R), BS Operations Manager 1 2 Massachusetts General Hospital The third oldest general hospital

More information

better images mean better results

better images mean better results better images mean better results Welcome to a better way for YOU and YOUR patient brought to you by is your complete advanced neuro solution for streamlining workflow and providing exceptional clinical

More information

Vilnius University Hospital Santariškių klinikos

Vilnius University Hospital Santariškių klinikos About Us Softneta is an award winning Lithuanian IT company providing software-based specialized health care solutions to improve the quality of patient care. Since the establishment in 2007, Softneta

More information

Vue Radiology Client Module. Simple. Powerful. Efficient. A Single Workspace with the Ideal Tools for Accurate Reading and Insightful Reporting.

Vue Radiology Client Module. Simple. Powerful. Efficient. A Single Workspace with the Ideal Tools for Accurate Reading and Insightful Reporting. Vue Radiology Client Module Simple. Powerful. Efficient. A Single Workspace with the Ideal Tools for Accurate Reading and Insightful Reporting. Raising the Stature of Radiology. Radiology is facing the

More information

TOWARD ROBUST HEART FAILURE PREDICTION MODELS USING BIG DATA TECHNIQUES. Heba Rammal and Ahmed Emam, PhD. etelemed 2018 Rome, ITALY

TOWARD ROBUST HEART FAILURE PREDICTION MODELS USING BIG DATA TECHNIQUES. Heba Rammal and Ahmed Emam, PhD. etelemed 2018 Rome, ITALY TOWARD ROBUST HEART FAILURE PREDICTION MODELS USING BIG DATA TECHNIQUES Heba Rammal and Ahmed Emam, PhD etelemed 2018 Rome, ITALY 1 AGENDA Introduction Survey study on HF current work. Proposed architecture.

More information

3D Imaging in Radiology

3D Imaging in Radiology 3D Imaging in Radiology Gordon J. Harris, Ph.D. Director, 3D Imaging Service and Radiology Computer Aided Diagnostics Laboratory, Massachusetts General Hospital Director, Tumor Imaging Metrics Core Dana

More information

Precision in Quantitative Imaging: Trial Development and Quality Assurance

Precision in Quantitative Imaging: Trial Development and Quality Assurance Precision in Quantitative Imaging: Trial Development and Quality Assurance Susanna I Lee MD, PhD Thanks to: Mitchell Schnall, Mark Rosen. Dan Sullivan, Patrick Bossuyt Imaging Chain: Patient Data Raw data

More information

A NOVEL APPROACH TO IDENTIFY AND CLASSIFICATION OF INTERSTITITAL LUNG DISEASES IN CT IMAGES USING RANDOM FOREST ALGORITHM

A NOVEL APPROACH TO IDENTIFY AND CLASSIFICATION OF INTERSTITITAL LUNG DISEASES IN CT IMAGES USING RANDOM FOREST ALGORITHM A NOVEL APPROACH TO IDENTIFY AND CLASSIFICATION OF INTERSTITITAL LUNG DISEASES IN CT IMAGES USING RANDOM FOREST ALGORITHM Priyanka.V 1 Margarat.M 2 1 Student, Department of ECE, IFET College of Engineering,

More information

The Impact of Deep Learning on Radiology

The Impact of Deep Learning on Radiology The Impact of Deep Learning on Radiology Ronald M. Summers, M.D., Ph.D. Senior Investigator Imaging Biomarkers and CAD Laboratory Radiology and Imaging Sciences NIH Clinical Center Bethesda, MD www.cc.nih.gov/drd/summers.html

More information

IMV 2006 CT Market Summary Report Featuring results from 2,565 hospital and non-hospital CT imaging sites in the United States

IMV 2006 CT Market Summary Report Featuring results from 2,565 hospital and non-hospital CT imaging sites in the United States Medical Information Division 1400 East Touhy Ave., Suite 250 Des Plaines, Illinois 60018 Phone: 847-297-1404 Fax: 847-297-5010 www.imvinfo.com IMV 2006 CT Market Summary Report Featuring results from 2,565

More information

3DCNN for Lung Nodule Detection And False Positive Reduction

3DCNN for Lung Nodule Detection And False Positive Reduction 3DCNN for Lung Nodule Detection And False Positive Reduction Ping An Technology (Shenzhen) Co.,Ltd, China WUTIANBO484@pingan.com.cn Abstract The diagnosis of pulmonary nodules can be roughly divided into

More information

IMAGE VISUALIZATION. Speed at the core

IMAGE VISUALIZATION. Speed at the core IMAGE VISUALIZATION Speed at the core Five Challenges. One Solution. Today s dynamic healthcare landscape presents greater clinical, technology, and regulatory challenges that impact radiology, IT, and

More information

The Impact of Deep Learning and AI on Radiology

The Impact of Deep Learning and AI on Radiology The Impact of Deep Learning and AI on Radiology Ronald M. Summers, M.D., Ph.D. Senior Investigator Imaging Biomarkers and CAD Laboratory Radiology and Imaging Sciences NIH Clinical Center Bethesda, MD

More information

Introduction DICOM and imaging Replacing film with PACS What is wrong with the scenario? Going beyond DICOM IHE impact: workflow problems

Introduction DICOM and imaging Replacing film with PACS What is wrong with the scenario? Going beyond DICOM IHE impact: workflow problems Extending DICOM to integrated information environments: IHE Steven C. Horii, MD, FACR, FSCAR Department of Radiology University of Pennsylvania Medical Center Disclosure Receive royalties from SPIE for

More information

HOW TO USE AI IN BUSINESS

HOW TO USE AI IN BUSINESS HOW TO USE AI IN BUSINESS How to use AI in business 3 FOREWORDS 20 6 EXAMPLES OF USE CASES 4 INTRODUCTION TO AI 33 SUMMARY 10 MACHINE LEARNING IN PRACTICE 35 USEFUL LINKS 14 BEST PRACTISES FOREWORDS Artificial

More information

Emerging Impacts on Artificial Intelligence on Healthcare IT Session 300, February 20, 2017 James Golden, Ph.D., Christopher Ross, MBA

Emerging Impacts on Artificial Intelligence on Healthcare IT Session 300, February 20, 2017 James Golden, Ph.D., Christopher Ross, MBA Emerging Impacts on Artificial Intelligence on Healthcare IT Session 300, February 20, 2017 James Golden, Ph.D., Christopher Ross, MBA 1 STEPS This presentation will meet all of the HIMSS IT Value STEPS.

More information

IDC HEALTH INSIGHTS OPINION

IDC HEALTH INSIGHTS OPINION Best Practices: Case Study Vendor Neutral Archiving Drives Improved Productivity, Storage Costs, and Care Quality at London Health Sciences Centre, Ontario IDC Health Insights: Healthcare Provider IT Strategies

More information

Quality and Safety Analytics as a Pathway to Evidence Based Imaging Practice

Quality and Safety Analytics as a Pathway to Evidence Based Imaging Practice Quality and Safety Analytics as a Pathway to Evidence Based Imaging Practice NJ Hangiandreou PhD 1, RA Pooley PhD 2, A Panda PhD 3, SF Stekel BS 1, W Pavlicek PhD 3 Mayo Clinic 1 Rochester, Minnesota 2

More information

arxiv: v1 [cs.cv] 8 Jan 2018

arxiv: v1 [cs.cv] 8 Jan 2018 SYNTHETIC DATA AUGMENTATION USING GAN FOR IMPROVED LIVER LESION CLASSIFICATION Maayan Frid-Adar 1 Eyal Klang 2 Michal Amitai 2 Jacob Goldberger 3 Hayit Greenspan 1 1 Department of Biomedical Engineering,

More information

Advanced Analytics for Fraud, Waste, and Abuse Detection WHITE PAPER

Advanced Analytics for Fraud, Waste, and Abuse Detection WHITE PAPER Advanced Analytics for Fraud, Waste, and Abuse Detection Challenges Healthcare fraud, waste, and abuse costs exceed hundreds of billions of dollars annually in the U.S., shifting down to tens of millions

More information

Q-STRESS CARDIAC STRESS TESTING SYSTEM

Q-STRESS CARDIAC STRESS TESTING SYSTEM Q-STRESS CARDIAC STRESS TESTING SYSTEM This product is available through: JRT Associates 800-221-0111 A Legacy of Clinical Excellence Mortara brings proven expertise to the forefront of diagnostic cardiac

More information

Fast enough to stop the Capable of delineating Unprecedented imaging power for the. Virtual endoscopy. The gatewa

Fast enough to stop the Capable of delineating Unprecedented imaging power for the. Virtual endoscopy. The gatewa Fast enough to stop the Capable of delineating Unprecedented imaging power for the M U L T I S L I C E Virtual endoscopy The gatewa motion of a beating heart. anatomic structures as small as 0.25mm. earliest,

More information

Toward the Future of AI-Driven Medicine 葉肇元醫師 雲象科技執行長

Toward the Future of AI-Driven Medicine 葉肇元醫師 雲象科技執行長 Toward the Future of AI-Driven Medicine 葉肇元醫師 雲象科技執行長 雲象科技 Our Core We re a Medical Image AI company. Our Mission Bring state-of-the-art technology to healthcare. Our Goal Empower medical imaging with

More information

SYMPOSIUM March 22-23, 2018

SYMPOSIUM March 22-23, 2018 Bigger and Better Data Lessons from Frontlines of Precision Medicine Getting Your Transformation Right Frank Lee PhD IBM Global Industry Leader for Systems Group SYMPOSIUM March 22-23, 2018 5th Annual

More information

Welch Allyn Q-Stress Cardiac Stress Testing System

Welch Allyn Q-Stress Cardiac Stress Testing System Welch Allyn Q-Stress Cardiac Stress Testing System CARDIOPULMONARY A Legacy of Clinical Excellence Welch Allyn brings proven expertise to the forefront of diagnostic cardiac stress testing. The Welch Allyn

More information

Generating ROI with Advanced PET and Diagnostic CT Imaging

Generating ROI with Advanced PET and Diagnostic CT Imaging USTOMER SPOTLIGHT NERR IMGING GROUP PET/T U S T O M E R S P O T L I G H T Generating ROI with dvanced PET and iagnostic T Imaging Known as the ush apital, anberra is ustralia s largest inland city located

More information

The time has come. Philips GEMINI TF PET/CT with TruFlight technology

The time has come. Philips GEMINI TF PET/CT with TruFlight technology The time has come Philips GEMINI TF PET/CT with TruFlight technology TruFlight has arrived Time-of-flight technology has always held the promise of better PET imaging. But it took Philips to harness its

More information

CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION

CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION CHAPTER-6 HISTOGRAM AND MORPHOLOGY BASED PAP SMEAR IMAGE SEGMENTATION 6.1 Introduction to automated cell image segmentation The automated detection and segmentation of cell nuclei in Pap smear images is

More information

Clinical depth anywhere, anytime

Clinical depth anywhere, anytime Clinical depth anywhere, anytime Philips IntelliSpace PACS solution Informed images everywhere it matters Philips is a leader in clinical imaging and in the innovation of clinical imaging informatics.

More information

From Isolation to Insights

From Isolation to Insights From Isolation to Insights Now more than ever healthcare organizations are called upon to deliver increased value at reduced cost. Fostering this level of optimization and continuous improvement requires

More information

Advanced Analytics for Fraud, Waste and Abuse Detection

Advanced Analytics for Fraud, Waste and Abuse Detection Advanced Analytics for Fraud, Waste and Abuse Detection ADVANCED ANALYTICS FOR FRAUD, WASTE, AND ABUSE DETECTION 2 Challenges Healthcare fraud, waste, and abuse costs exceed hundreds of billions of dollars

More information

Model Selection, Evaluation, Diagnosis

Model Selection, Evaluation, Diagnosis Model Selection, Evaluation, Diagnosis INFO-4604, Applied Machine Learning University of Colorado Boulder October 31 November 2, 2017 Prof. Michael Paul Today How do you estimate how well your classifier

More information

Press Presse Press Presse

Press Presse Press Presse Press Presse Press Presse Healthcare Sector Imaging & IT Division Erlangen, November 30, 2009 Siemens Introduces its New Power Couple at RSNA 2009 Tim and Dot* redefine productivity in MRI up to 30 percent

More information

Imaging Biomarkers: Paradigm Change Towards Personalized Medicine

Imaging Biomarkers: Paradigm Change Towards Personalized Medicine Biomedical Imaging Research Group (GIBI 2 30 ) Imaging Biomarkers: Paradigm Change Towards Personalized Medicine Ana Penadés Blasco Marseille, 28 th march 2015 GIBI2 30 -Clinical Area of Medical Imaging

More information

Infrastructure Efficiency Yields Significant Cost Savings

Infrastructure Efficiency Yields Significant Cost Savings Infrastructure Efficiency Yields Significant Cost Savings Executive Summary Each year, the amount of data that businesses need to manage grows at an astounding rate 1. The explosive growth of data presents

More information

Integrated Predictive Maintenance Platform Reduces Unscheduled Downtime and Improves Asset Utilization

Integrated Predictive Maintenance Platform Reduces Unscheduled Downtime and Improves Asset Utilization November 2017 Integrated Predictive Maintenance Platform Reduces Unscheduled Downtime and Improves Asset Utilization Abstract Applied Materials, the innovator of the SmartFactory Rx suite of software products,

More information

Machine Learning For Enterprise: Beyond Open Source. April Jean-François Puget

Machine Learning For Enterprise: Beyond Open Source. April Jean-François Puget Machine Learning For Enterprise: Beyond Open Source April 2018 Jean-François Puget Use Cases for Machine/Deep Learning Cyber Defense Drug Discovery Fraud Detection Aeronautics IoT Earth Monitoring Advanced

More information

Synapse RIS SOLUTIONS

Synapse RIS SOLUTIONS Synapse RIS Product Guide Synapse RIS SOLUTIONS Patient Workflow Comprehensively manages all phases of radiology: scheduling, registration, referring physician, patient tracking, billing. Analytics Advance

More information

Introducing a new take on efficient workflow: Deeply integrated clinical applications

Introducing a new take on efficient workflow: Deeply integrated clinical applications Clinical Applications Introducing a new take on efficient workflow: Deeply integrated clinical applications The EXPERIENCE of TRUE CLINICAL APPLICATIONS While developments in image acquisition technology

More information

Centricity * Precision Reporting

Centricity * Precision Reporting GE Healthcare Centricity * Precision Reporting A more intelligent approach to diagnostic reporting. Healthcare IT Re-Imagined 1 1 1 0 0 1 0 1 0 0 0 0 *Trademark of General Electric Company. Imagine being

More information

Registration of 3D Ultrasound to Computed Tomography Images of the Kidney

Registration of 3D Ultrasound to Computed Tomography Images of the Kidney Registration of 3D Ultrasound to Computed Tomography Images of the Kidney Jing Xiang Supervisors: Dr. Robert Rohling Dr. Purang Abolmaesumi Electrical and Computer Engineering University of British Columbia

More information

Digital pathology: the UMC Utrecht experience

Digital pathology: the UMC Utrecht experience Digital pathology: the UMC Utrecht experience Paul J van Diest, MD, PhD Professor and Head, Department of Pathology University Medical Center Utrecht PO Box 85500, 3508 GA Utrecht The Netherlands p.j.vandiest@umcutrecht.nl

More information

Hardware & Software Platform for Next Generation Industrial Drones. Chetak Kandaswamy Kai Yan Helmut Prendinger

Hardware & Software Platform for Next Generation Industrial Drones. Chetak Kandaswamy Kai Yan Helmut Prendinger Hardware & Software Platform for Next Generation Industrial Drones Chetak Kandaswamy Kai Yan Helmut Prendinger What s next in industry drones? Market: Technical topics: Infrastructure inspection Advanced

More information

PRACTICAL ANCILLARY CLINICAL SYSTEM RETIREMENT & ARCHIVING: CONSIDERATIONS & BEST PRACTICES MUCH MORE THAN I.T.

PRACTICAL ANCILLARY CLINICAL SYSTEM RETIREMENT & ARCHIVING: CONSIDERATIONS & BEST PRACTICES MUCH MORE THAN I.T. PRACTICAL Y MUCH MORE THAN I.T. ANCILLARY CLINICAL SYSTEM RETIREMENT & ARCHIVING: CONSIDERATIONS & BEST PRACTICES Author: Robert Downey Vice President, Product Development, Galen Healthcare Solutions For

More information

The Sentieon Genomic Tools Improved Best Practices Pipelines for Analysis of Germline and Tumor-Normal Samples

The Sentieon Genomic Tools Improved Best Practices Pipelines for Analysis of Germline and Tumor-Normal Samples The Sentieon Genomic Tools Improved Best Practices Pipelines for Analysis of Germline and Tumor-Normal Samples Andreas Scherer, Ph.D. President and CEO Dr. Donald Freed, Bioinformatics Scientist, Sentieon

More information

Nuacare HMS. PMS. LIMS. CMS. RIS

Nuacare HMS. PMS. LIMS. CMS. RIS Nuacare HMS. PMS. LIMS. CMS. RIS 1 Nuacare works with your hospital flow 2 Registratio n OPD Lab- Diagnostics Pharmac y Billing Human Resource s Accounti ng Reports Nuacare - Components 3 Clinical Pharma

More information

Big Data in Agriculture Challenges. Pascal Neveu INRA Montpellier

Big Data in Agriculture Challenges. Pascal Neveu INRA Montpellier Big Data in Agriculture Challenges INRA Montpellier The rise of Big Data in agriculture More data production from heterogeneous sources 2 The rise of Big Data in agriculture More and more data services

More information

Cognitive Data Governance

Cognitive Data Governance IBM Unified Governance & Integration White Paper Powered by Machine Learning to find and use governed data Jo Ramos Distinguished Engineer & Director IBM Analytics Rakesh Ranjan Program Director & Data

More information

Evidence and Diagnostic Reporting in the IHE Context 1

Evidence and Diagnostic Reporting in the IHE Context 1 Computer-Assisted Radiology and Surgery Technical Report Evidence and Diagnostic Reporting in the IHE Context 1 Cor Loef, MsEE, Roel Truyen, MsEE Capturing clinical observations and findings during the

More information

Financial Services Compliance

Financial Services Compliance Financial Services Compliance Amidst frequently changing regulations, heightened risk, and a growing volume of disparate data, compliance has become complex, inefficient, and costly. Mitigating new risk

More information

Imon Banerjee, Ph.D; Hailey H. Choi, MD; Terry S. Desser, MD; Daniel L. Rubin, MD, MS, FSIIM. Stanford University School of Medicine

Imon Banerjee, Ph.D; Hailey H. Choi, MD; Terry S. Desser, MD; Daniel L. Rubin, MD, MS, FSIIM. Stanford University School of Medicine A Distributional Semantics Model for Automatically Assigning ACR Ultrasound LIRADS Categories Across Multi-template and Multi-institutional Radiology Reports Imon Banerjee, Ph.D; Hailey H. Choi, MD; Terry

More information

Semi-automatic generation of Web services and BPEL processes A Model-Driven approach. Rainer Anzböck, Schahram Dustdar

Semi-automatic generation of Web services and BPEL processes A Model-Driven approach. Rainer Anzböck, Schahram Dustdar Semi-automatic generation of Web services and BPEL processes A Model-Driven approach Rainer Anzböck, Schahram Dustdar 1 Outline Introduction to the domain Motivation Model-driven approach Modeling process

More information

DIGITAL TRANSFORMATION IN HEALTHCARE

DIGITAL TRANSFORMATION IN HEALTHCARE DIGITAL TRANSFORMATION IN HEALTHCARE Delivering Cost-Effective, High-Value Healthcare with NVIDIA Virtual GPU Solutions Year after year, the healthcare industry is faced with challenges revolving around

More information

Statistical models for supporting medical diagnosis, therapy and training

Statistical models for supporting medical diagnosis, therapy and training Statistical models for supporting medical diagnosis, therapy and training Gábor Székely Computer Vision Laboratory Swiss Federal Institute of Technology Zürich 27 th January 2011 KÉPAF 2011, Szeged 1 of

More information

GE Healthcare. Introducing Discovery MI DISCOVERY MI

GE Healthcare. Introducing Discovery MI DISCOVERY MI GE Healthcare Introducing Discovery MI DISCOVERY MI Introducing Discovery MI Introducing Discovery MI MEANINGFUL INSIGHTS. FROM YOUR PATIENT TO EVERY PATIENT. Meet Discovery TM MI. A PET/CT system conceptualized

More information