big image omics data analytics for clinical outcome
play

Big Image-Omics Data Analytics for Clinical Outcome Prediction - PowerPoint PPT Presentation

Big Image-Omics Data Analytics for Clinical Outcome Prediction Junzhou Huang, Ph.D. Associate Professor Dept. Computer Science & Engineering University of Texas at Arlington Dept. CSE, UT Arlington Scalable Modeling & Imaging &


  1. Big Image-Omics Data Analytics for Clinical Outcome Prediction Junzhou Huang, Ph.D. Associate Professor Dept. Computer Science & Engineering University of Texas at Arlington Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 1 1

  2. Morphology and Prognosis • Integration: – Connections between morphology and prognosis – How: integrate pathological image data and molecular profiling data to learn this connection? Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 2

  3. Clinical Outcome Prediction from Heterogeneous Cancer Data • Problem: – Subtype Recognition – Survival Prediction • Data: – Pathological Image – Gene Mutation – CNV – mRNA Expression – Protein Expression • Cohort: – TCGA (The Cancer Genome Atlas) – NLST (The National Lung Screening Trial) – UT lung SPORE cohort. Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 3

  4. Pipeline Overview Yao, J. and others: Clinical Imaging Biomarker Discovery for Lung Cancer Survival Prediction, To appear in MICCAI 2016. Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 4

  5. Subtype Cell Detection • Motivation: – D ifferent cell types (tumor cells, stromal cells, lymphocytes) play different roles in tumor growth and metastasis – Accurately classifying cell types is a critical step to better characterization of tumor growth and outcome predictions . • Traditional Cell Detection Methods[1]: – Pros: easily implemented and interpreted; faster – Cons: performance is not good enough • Deep Learning Cell Detection methods[2]: – Pros: better detection performance. – Cons: Slow; [1] Arteta, C., Lempitsky, and others: MICCAI. Learning to Detect Cells Using Non-overlapping Extremal Regions (2012) [2] Pan, H., Xu, Z., Huang, J.: MICCAI Workshop An E ff ective Approach for Robust Lung Cancer Cell Detection (2015) [3] Humayun Irshad, Student Member, IEEE, Antoine Veillard, Ludovic Roux, and Daniel Racoceanu, Member, IEEE Methodological Review (2014) Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 5

  6. Deep Learning for Subtype Cell Detection • We designed a special structure for subtype cell detection: – Shared Convolution Weights : the cell/non-cell deep convolution neural network and subtype deep convolution neural network share all convolution weights to avoid the insufficiency and imbalance of the subtype cell patches. – Sparse Kernel : introducing the d-regularly sparse kernels to elimination all the redundant computation and to speed up the detection process. C: Convolutional Layers(With Pooling and ReLU Layer) F: Fully-Connected Layers S: Soft-max Layers Sheng Wang, Jiawen Yao, Zheng Xu, Junzhou Huang: Subtype Cell Detection with an Accelerated Deep Convolution Neural Network, MICCAI 2016 Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 6

  7. Results on Subtype Cell Detection • Detection Results Method Precision Recall F1 score Times(s) NERS[1] 0.7990 0.6109 0.6757 31.47 RLCCD[2] 0.7280 0.8030 0.7759 52.89 Proposed 0.8029 0.8683 0.8215 0.7147 • Subtype Detection Results – Subtype Classification Neural Network Accuracy: 88.64% – Accuracy of Detected Cells: 87.18% � Lymphocytes Accuracy: 88.05% � Stromal Cell Accuracy: 81.08% � Tumor Cell Accuracy: 87.39% Our method has better performance in terms of both accuracy and computational time [1] Arteta, C., Lempitsky, and others: MICCAI. Learning to Detect Cells Using Non-overlapping Extremal Regions (2012) [2] Pan, H., Xu, Z., Huang, J.: MICCAI Workshop An E ff ective Approach for Robust Lung Cancer Cell Detection (2015) Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 7

  8. Is lung cancer subtype cells detection easy? The size of one sample image is ����� � ����� (usually larger), while traditional cell detection methods are still dealing with images with size ~��� � ��� . Cell density could be very high! Image size: 512 � 512 Pixel scale: 0.25��/����� Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 8

  9. Acceleration (1): Sparse Kernel Sparse Kernel is used to eliminate all redundant computations in convolutions. The yellow area will be calculated several times since it will appear in several overlapping patches. We take the whole image as input and reuse the convolution operation result in the detection, which could roughly accelerate several hundred times depending on the sliding window size. Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 9

  10. Acceleration (2): Prefetching Technique We use Asynchronous Prefetching Technique to Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 10

  11. Acceleration (3): Cluster Computing • Single-node Multi-GPU Computing - Communication Through PCI-e bus • Multi-node Computing - Communication Through Network � The data is mapped to a high-performance large-scale Network File System � Only the coordinates are communicated in the distributed system, which makes our framework scalable and communication-efficient in the cluster computing system . Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 11

  12. Results on the Single Machine Time Comparison in Different Whole-slide Images Test Machine : • CPU: Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz • RAM: 64 Gigabytes • GPU: 4 Nvidia Titan X GPUs • HDD: Samsung 950 Pro Solid-State Drive We’re able to detect cells in a ����� � ����� image within only 20 seconds, on a single machine ! . (4000 times acceleration! Larger, more acceleration!) Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 12

  13. More Results on the GPU Clusters Time Comparison on TACC Stampede Cluster With 32 Nvidia Tesla K20 GPU nodes , the benchmark of our framework in a ����� � ��������� �� � -pixel image is only 155 seconds. (~10,000 times acceleration!) TACC Stampede Cluster: https://www.tacc.utexas.edu/stampede/ Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 13

  14. Pipeline Overview Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 14

  15. Biomarker Discovery for Survival Prediction • Data set – The National Lung Screening Trial (NLST): 144 ADC, 113 SCC • Predictive models – Multivariate Cox proportional hazards model with Lasso – Component-wise likelihood based boosting (CoxBoost) – Random survival forest (RSF) • Experiment Set – Compare with the state-of-the-arts framework in lung cancer – Compare performances on different types of data( CNV, mRNA, microRNA and Protein expression) on TCGA-LUSC Robert Tibshirani. Regression shrinkage and selection via the lasso. Journal of the Royal Statistical Society. Series B (Methodological), pages 267-288, 1996 Harald Binder and Martin Schumacher. Allowing for mandatory covariates in boosting estimation of sparse high- dimensional survival models. BMC Bioinformatics, 9(1):1-10, 2008. Hemant Ishwaran, Udaya B Kogalur, Eugene H Blackstone, and Michael S Lauer. Random survival forests. The annals of applied statistics, pages 841-860, 2008. Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 15

  16. Results � Survival Prediction Proposed Wang ADC A significant difference can be seen (smaller p-value) in the proposed framework Hongyuan Wang, Fuyong Xing, Hai Su, Arnold Stromberg, and Lin Yang. Novel image markers for non-small cell lung cancer classification and survival prediction. BMC Bioinformatics, 15(1):310, 2014. Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 16

  17. Results Proposed Wang SCC A significant difference can be seen (smaller p-value) in the proposed framework Hongyuan Wang, Fuyong Xing, Hai Su, Arnold Stromberg, and Lin Yang. Novel image markers for non-small cell lung cancer classification and survival prediction. BMC Bioinformatics, 15(1):310, 2014. Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 17

  18. Results � Random Experiments (50 splits) 0.5741 0.5401 0.5563 0.4792 0.5965 0.5946 0.5690 0.5638 Fig. Boxplot of C-index distributions (Left: ADC, Right: SCC). Concordance index (C-index) : 1 indicates perfect prediction accuracy, 0.5 is as good as a random guess. Harrell, F., Lee, K. & Mark, D. Multivariable prognostic models: issues in developing models, evaluating assumptions and adequacy, and measuring and reducing errors. Stat. Med. 15 ,361–387 (1996). Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 18

  19. Integration with Molecular Data Dept. CSE, UT Arlington Scalable Modeling & Imaging & Learning Lab (SMILE) 19

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend