Automatic Lung Cancer Diagnosis from CT Scans (Week 1)

Slides:



Advertisements
Similar presentations
Neural Networks and Kernel Methods
Advertisements

A brief review of non-neural-network approaches to deep learning
Ch. Eick: More on Machine Learning & Neural Networks Different Forms of Learning: –Learning agent receives feedback with respect to its actions (e.g. using.
Data Mining Feature Selection. Data reduction: Obtain a reduced representation of the data set that is much smaller in volume but yet produces the same.
July 27, 2002 Image Processing for K.R. Precision1 Image Processing Training Lecture 1 by Suthep Madarasmi, Ph.D. Assistant Professor Department of Computer.
Application of image processing techniques to tissue texture analysis and image compression Advisor : Dr. Albert Chi-Shing CHUNG Presented by Group ACH1.
An Investigation into the Relationship between Semantic and Content Based Similarity Using LIDC Grace Dasovich Robert Kim Midterm Presentation August 21.
Hurieh Khalajzadeh Mohammad Mansouri Mohammad Teshnehlab
Neural and Evolutionary Computing - Lecture 9 1 Evolutionary Neural Networks Design  Motivation  Evolutionary training  Evolutionary design of the architecture.
Dr. Z. R. Ghassabi Spring 2015 Deep learning for Human action Recognition 1.
Copyright © 2010 Siemens Medical Solutions USA, Inc. All rights reserved. Hierarchical Segmentation and Identification of Thoracic Vertebra Using Learning-based.
BAGGING ALGORITHM, ONLINE BOOSTING AND VISION Se – Hoon Park.
AdvisorStudent Dr. Jia Li Shaojun Liu Dept. of Computer Science and Engineering, Oakland University Automatic 3D Image Segmentation of Internal Lung Structures.
An Effective Hybridized Classifier for Breast Cancer Diagnosis DISHANT MITTAL, DEV GAURAV & SANJIBAN SEKHAR ROY VIT University, India.
Deep Learning Overview Sources: workshop-tutorial-final.pdf
Automatic Lung Nodule Detection Using Deep Learning
DeepWalk: Online Learning of Social Representations
Automatic Lung Cancer Diagnosis from CT Scans (Week 3)
Cancer Metastases Classification in Histological Whole Slide Images
Combining Models Foundations of Algorithms and Machine Learning (CS60020), IIT KGP, 2017: Indrajit Bhattacharya.
Big data classification using neural network
Hybrid Deep Learning for Reflectance Confocal Microscopy Skin Images
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Learning to Compare Image Patches via Convolutional Neural Networks
Recognition of biological cells – development
Deep Learning Amin Sobhani.
Automatic Lung Cancer Diagnosis from CT Scans (Week 2)
Sentence Modeling Representation of sentences is the heart of Natural Language Processing A sentence model is a representation and analysis of semantic.
Data Mining, Neural Network and Genetic Programming
Mammogram Analysis – Tumor classification
Observations by Dance Move
Automatic Lung Cancer Diagnosis from CT Scans (Week 4)
Glenn Fung, Murat Dundar, Bharat Rao and Jinbo Bi
Tulane University University of Central Florida Problem Overview
Robust Lung Nodule Classification using 2
REU student: Winona Richey Graduate student: Naji Khosravan
Neural networks (3) Regularization Autoencoder
Schizophrenia Classification Using
Training Techniques for Deep Neural Networks
Deepak Kumar1, Chetan Kumar1, Ming Shao2
CS 698 | Current Topics in Data Science
CS 698 | Current Topics in Data Science
Machine Learning Feature Creation and Selection
Multiple Organ Detection in CT Volumes using CNN Week 2
Bird-species Recognition Using Convolutional Neural Network
Convolutional Neural Networks
Deep Learning Hierarchical Representations for Image Steganalysis
INF 5860 Machine learning for image classification
Chap. 7 Regularization for Deep Learning (7.8~7.12 )
[Figure taken from googleblog
Object Classification through Deconvolutional Neural Networks
Tuning CNN: Tips & Tricks
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Somi Jacob and Christian Bach
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Logistic Regression & Transfer Learning
Neural networks (3) Regularization Autoencoder
Heterogeneous convolutional neural networks for visual recognition
CSC 578 Neural Networks and Deep Learning
Machine Learning – a Probabilistic Perspective
Unsupervised Perceptual Rewards For Imitation Learning
Human-object interaction
Deep Object Co-Segmentation
Image Processing and Multi-domain Translation
Machine Learning.
Advisor: Dr.vahidipour Zahra salimian Shaghayegh jalali Dec 2017
An introduction to Machine Learning (ML)
Do Better ImageNet Models Transfer Better?
Shengcong Chen, Changxing Ding, Minfeng Liu 2018
Deep CNN for breast cancer histology Image Analysis
Presentation transcript:

Automatic Lung Cancer Diagnosis from CT Scans (Week 1) REU Student: Maria Jose Mosquera Chuquicusma Graduate Student: Sarfaraz Hussein Professor: Dr. Ulas Bagci

Background Lung cancer is the first cause of mortality among all types of cancer. - CT (Computed Tomography) Scans CAD Systems (Computer Aided Diagnosis) 3D (sagittal, coronal, axial) Save time Avoid misdiagnosis, which could lead to unnecessary surgeries, death, etc. Validation and blind spots

Project Overview - Design a CAD system to automatically diagnose lung nodules without supervision - Techniques for extracting strong imaging features - Use neural network architectures Apply deep learning strategies Find features extracted from other architectures that could help with lung nodule classification

Problem Overview Extensive training of supervised models Time consuming Limited labeled data Regression accuracy not 100% yet

Tasks Accomplished - Studied neural networks and machine learning techniques - Familiarization with topic Background reading of previous work: 1. TumorNET: Lung Nodule Characterization Using Multi-View Convolutional Neural Network with Gaussian Process 2. Risk Stratification of Lung Nodules Using 3D CNN-Based Multi-task Learning 3. Characterization of Lung Nodule Malignancy using Hybrid Shape and Appearance Features - Understanding terminology Techniques used to extract features and classify tumor nodules Understanding how deep 3D CNNs work along with MTL and Transfer Learning And much more... .

Background Reading 1: TumorNet Architecture: Deep 3D CNN Input: 3D-tensor vector Training and testing: 10 fold cross validation Data Augmentation Dataset: LIDC- IDRI (1018 scans) Gaussian noise with random mean, Poisson, Salt & Pepper and Speckle noise GP to obtain malignancy score Joint distribution  Conditional distribution Latent function Add Gaussian noise to latent function prevent overfitting in outputs Covariance between testing and training sets .

Background Reading 1: TumorNet

Background Reading 2: 3D CNN-Based Multi-task Learning - 3D CNN trained on Sports-1M dataset - Dataset: LIDC-IDRI, 10 fold cross validation - Transfer learning fine-tune 3D CNNs using labels for malignancy and six attributes. 1 CNN per attribute L1 norm - Multi-task learning Graph Regularized Sparse Representation Trace norm Correlation of different tasks: Coefficient Matrix W  Structure Matrix  Correlation Matrix  Binary Matrix Scoring function - Malignancy score

Background Reading 2: 3D CNN-Based Multi-task Learning

Background Reading 3: Hybrid Shape and Appearance Features - Spherical Harmonics Computation and pre-trained DCNN - 10 fold cross validation - Two inputs: Radiologists’ binary nodule segmentations  mesh representation  SH functions  Vectors Local CT image  Combine three orthogonal local patches (applied PCA on binary segmentation data - Extracted representation from SH method provides benefits (rotate, scale, transform, easier to compute) - RF Classification Synthesize DCNN and SH features - Malignancy evaluation

Background Reading 3: Hybrid Shape and Appearance Features

Background Reading 3: Hybrid Shape and Appearance Features