Automatic Lung Cancer Diagnosis from CT Scans (Week 4)

Slides:



Advertisements
Similar presentations
COMPUTER AIDED DIAGNOSIS: CLASSIFICATION Prof. Yasser Mostafa Kadah –
Advertisements

· Information gathering · Data analysis · Decision making · “ Human life is too important to be left to a computer “ Patients receive the best treatment.
CS Ensembles and Bayes1 Semi-Supervised Learning Can we improve the quality of our learning by combining labeled and unlabeled data Usually a lot.
Automatic Detection And Classification Of Microcalcifications In Digital Mammograms Institute for Brain and Neural Systems Brown University Providence.
Thien Anh Dinh1, Tomi Silander1, Bolan Su1, Tianxia Gong
ADHD – Presentation Week 3 Arjun Watane Soumyabrata Dey.
Boris Babenko Department of Computer Science and Engineering University of California, San Diego Semi-supervised and Unsupervised Feature Scaling.
Building high-level features using large-scale unsupervised learning Anh Nguyen, Bay-yuan Hsu CS290D – Data Mining (Spring 2014) University of California,
Dr. Z. R. Ghassabi Spring 2015 Deep learning for Human action Recognition 1.
Students: Meera & Si Mentor: Afshin Dehghan WEEK 4: DEEP TRACKING.
AdvisorStudent Dr. Jia Li Shaojun Liu Dept. of Computer Science and Engineering, Oakland University Automatic 3D Image Segmentation of Internal Lung Structures.
Automatic Lung Nodule Detection Using Deep Learning
Yann LeCun Other Methods and Applications of Deep Learning Yann Le Cun The Courant Institute of Mathematical Sciences New York University
Sparse Coding: A Deep Learning using Unlabeled Data for High - Level Representation Dr.G.M.Nasira R. Vidya R. P. Jaia Priyankka.
Automatic Lung Cancer Diagnosis from CT Scans (Week 3)
CNN architectures Mostly linear structure
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
Automatic Lung Cancer Diagnosis from CT Scans (Week 1)
Automatic Lung Cancer Diagnosis from CT Scans (Week 2)
Data Mining, Neural Network and Genetic Programming
Journal Club M Havaei, et al. Université de Sherbrooke, Canada
Textual Video Prediction Week 2
Deep Learning Insights and Open-ended Questions
Week III: Deep Tracking
Learning Mid-Level Features For Recognition
Article Review Todd Hricik.
Generative Adversarial Networks
Tulane University University of Central Florida Problem Overview
Robust Lung Nodule Classification using 2
REU student: Winona Richey Graduate student: Naji Khosravan
Ajita Rattani and Reza Derakhshani,
Estimating Link Signatures with Machine Learning Algorithms
Neural networks (3) Regularization Autoencoder
Deep learning and applications to Natural language processing
Training Techniques for Deep Neural Networks
CS 698 | Current Topics in Data Science
CS 698 | Current Topics in Data Science
Unsupervised Learning and Autoencoders
Deep Learning Workshop
Adversarially Tuned Scene Generation
Textual Video Prediction
Machine Learning Week 1.
Multiple Organ Detection in CT Volumes using CNN Week 4
Generative and Discriminative Voxel Modeling
Presenter: Usman Sajid
PixelGAN Autoencoders
ECE 599/692 – Deep Learning Lecture 1 - Introduction
Deep learning Introduction Classes of Deep Learning Networks
ECE 599/692 – Deep Learning Lecture 9 – Autoencoder (AE)
Supervised vs. unsupervised Learning
Classification and Prediction
Image to Image Translation using GANs
Papers 15/08.
Outline Background Motivation Proposed Model Experimental Results
Tuning CNN: Tips & Tricks
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
View Inter-Prediction GAN: Unsupervised Representation Learning for 3D Shapes by Learning Global Shape Memories to Support Local View Predictions 1,2 1.
Zhedong Zheng, Liang Zheng and Yi Yang
Textual Video Prediction
Neural networks (3) Regularization Autoencoder
LECTURE 34: Autoencoders
Image Processing and Multi-domain Translation
Huawei CBG AI Challenges
Adrian E. Gonzalez , David Parra Department of Computer Science
Do Better ImageNet Models Transfer Better?
Deep CNN for breast cancer histology Image Analysis
Presentation transcript:

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

Background & Project Objective Lung cancer is the first cause of mortality among all types of cancer CT Scans CAD Systems Classify lung nodules as malignant or benign using unsupervised learning methods CAD Systems Help radiologists with diagnosis: validation and blind spots. They help save time. Avoid misdiagnosis, which could lead to unnecessary surgeries, deaths, etc.

Previous Methods TumorNet 3D CNN Based-Multitask Learning TumorNet Supervised Multi-view CNN 3D-tensor (2D image patches) Data augmentation (Gaussian, noise) Gaussian Process Regression 1) Estimate testing labels 2) To get rid of inter-observer (radiologist) variation! 3D CNN Based Multi-Task Learning Lung nodule dataset to fine-tune (transfer learning) a 3D CNN trained on Sport-1M dataset 3D CNN learns to discriminate features corresponding to 6 attributes Graph regularized sparse representation: multi-task learning

What I Have Learned? Medical imaging concepts/terminology/software Hospital Visit Deep Learning concepts/terminology Supervised Unsupervised MATLAB/Python Supervised & unsupervised learning concepts/terminology - Architectures that help unsupervised learning overall (Clustering, RBMs[Markov Chains], Autoencoders, GANs, etc.) - Unsupervised pre-training to aid supervised learning - Multi-task learning/ transfer learning (fine-tuning) Unsupervised - Representation learning

Literatures Review

Previous Approaches & Challenges - Not enough labeled data Lung nodules variations Supervised learning architectures 3D CNNs vs. 2D CNNs Multi-view/ Multi-scale Fine-tuning pre-trained networks - Unsupervised learning architectures Representation learning - Disentangled factors learning - Invariance Properties Autoencoders 0) Time consuming 1) False positive and false negative misdiagnose 2) Multi-view and multi-scale to aid in feature extraction for scans (volumetric) 3) Autoencoders: focus on getting all features and reconstructing images (not great) 4) Representation learning (stacked architectures, multi-task and transfer learning) - Disentangled factor learning: transformation of data helps feature learning. - Redundancy reduction - Invariance properties of the learned representations

Tasks Accomplished (This Week) Programming (MATLAB/Python): Used Pre-Trained CNNs to Extract Features and Classify Lung Nodules from LIDC-IDRI dataset Fined-tuned CNNs GAN code Literatures: 1. Generative Adversarial Nets 2. Lung Nodule Based on Computed Tomography Using Taxonomic Diversity Indexes and an SVM 3. Categorical Generative Adversarial Nets 4. Stacked Generative Adversarial Nets LIDC-IDRI DataSet

Results (Supervised Classification)

Results (Supervised Classification)

Results (Supervised Classification)

Results (Supervised Classification)

Our Next Step… - Study different GAN architectures and incorporate them - Why GANs? Unsupervised Learning Have never been used Generate instead of reconstruct Better feature representation learning