New Machine Learning in Medical Imaging Journal Club

Slides:



Advertisements
Similar presentations
A Data Mining Course for Computer Science and non Computer Science Students Jamil Saquer Computer Science Department Missouri State University Springfield,
Advertisements

1 Image Classification MSc Image Processing Assignment March 2003.
Ch. Eick: More on Machine Learning & Neural Networks Different Forms of Learning: –Learning agent receives feedback with respect to its actions (e.g. using.
Image classification Given the bag-of-features representations of images from different classes, how do we learn a model for distinguishing them?
Rosa Cowan April 29, 2008 Predictive Modeling & The Bayes Classifier.
Self Taught Learning : Transfer learning from unlabeled data Presented by: Shankar B S DMML Lab Rajat Raina et al, CS, Stanford ICML 2007.
Final review LING572 Fei Xia Week 10: 03/13/08 1.
Shallow Processing: Summary Shallow Processing Techniques for NLP Ling570 December 7, 2011.
1 Chapter 10 Introduction to Machine Learning. 2 Chapter 10 Contents (1) l Training l Rote Learning l Concept Learning l Hypotheses l General to Specific.
Lesson 8: Machine Learning (and the Legionella as a case study) Biological Sequences Analysis, MTA.
Three kinds of learning
Pattern Recognition. Introduction. Definitions.. Recognition process. Recognition process relates input signal to the stored concepts about the object.
Oracle Data Mining Ying Zhang. Agenda Data Mining Data Mining Algorithms Oracle DM Demo.
Chapter 5 Data mining : A Closer Look.
Machine learning Image source:
Introduction to machine learning
Final review LING572 Fei Xia Week 10: 03/11/
JM - 1 Introduction to Bioinformatics: Lecture VIII Classification and Supervised Learning Jarek Meller Jarek Meller Division.
嵌入式視覺 Pattern Recognition for Embedded Vision Template matching Statistical / Structural Pattern Recognition Neural networks.
Artificial Neural Networks:
Richard Socher Cliff Chiung-Yu Lin Andrew Y. Ng Christopher D. Manning
Data mining and machine learning A brief introduction.
Mehdi Ghayoumi Kent State University Computer Science Department Summer 2015 Exposition on Cyber Infrastructure and Big Data.
INTRODUCTION TO MACHINE LEARNING. $1,000,000 Machine Learning  Learn models from data  Three main types of learning :  Supervised learning  Unsupervised.
Machine Learning1 Machine Learning: Summary Greg Grudic CSCI-4830.
Introduction to machine learning and data mining 1 iCSC2014, Juan López González, University of Oviedo Introduction to machine learning Juan López González.
Mehdi Ghayoumi MSB rm 132 Ofc hr: Thur, a Machine Learning.
Data Mining: Classification & Predication Hosam Al-Samarraie, PhD. Centre for Instructional Technology & Multimedia Universiti Sains Malaysia.
Special topics on text mining [ Part I: text classification ] Hugo Jair Escalante, Aurelio Lopez, Manuel Montes and Luis Villaseñor.
1 Pattern Recognition Pattern recognition is: 1. A research area in which patterns in data are found, recognized, discovered, …whatever. 2. A catchall.
Learning from observations
Copyright R. Weber Machine Learning, Data Mining INFO 629 Dr. R. Weber.
1 Chapter 10 Introduction to Machine Learning. 2 Chapter 10 Contents (1) l Training l Rote Learning l Concept Learning l Hypotheses l General to Specific.
1Ellen L. Walker Category Recognition Associating information extracted from images with categories (classes) of objects Requires prior knowledge about.
KNN & Naïve Bayes Hongning Wang Today’s lecture Instance-based classifiers – k nearest neighbors – Non-parametric learning algorithm Model-based.
Introduction to Deep Learning
Pattern Recognition. What is Pattern Recognition? Pattern recognition is a sub-topic of machine learning. PR is the science that concerns the description.
SUPERVISED AND UNSUPERVISED LEARNING Presentation by Ege Saygıner CENG 784.
ECE 8443 – Pattern Recognition ECE 8527 – Introduction to Machine Learning and Pattern Recognition Objectives: Bayes Rule Mutual Information Conditional.
KNN & Naïve Bayes Hongning Wang
Network Management Lecture 13. MACHINE LEARNING TECHNIQUES 2 Dr. Atiq Ahmed Université de Balouchistan.
Brief Intro to Machine Learning CS539
Combining Models Foundations of Algorithms and Machine Learning (CS60020), IIT KGP, 2017: Indrajit Bhattacharya.
Machine Learning for Computer Security
Machine Learning – Classification David Fenyő
k-Nearest neighbors and decision tree
Machine Learning Clustering: K-means Supervised Learning
Deep Learning Amin Sobhani.
Sentence Modeling Representation of sentences is the heart of Natural Language Processing A sentence model is a representation and analysis of semantic.
School of Computer Science & Engineering
Image Recognition. Contents: Motivation Objective Definition Introduction Preprocessing / Edge Detection Neural Networks in Image Recognition Practical.
Estimating Link Signatures with Machine Learning Algorithms
Unsupervised Learning and Autoencoders
Deep Learning Workshop
Machine Learning Week 1.
Prepared by: Mahmoud Rafeek Al-Farra
Deep Belief Nets and Ising Model-Based Network Construction
General Aspects of Learning
Machine Learning 101 Intro to AI, ML, Deep Learning
Computer Vision Chapter 4
3.1.1 Introduction to Machine Learning
COSC 4335: Part2: Other Classification Techniques
Machine Learning with Clinical Data
Deep Learning Authors: Yann LeCun, Yoshua Bengio, Geoffrey Hinton
Using Bayesian Network in the Construction of a Bi-level Multi-classifier. A Case Study Using Intensive Care Unit Patients Data B. Sierra, N. Serrano,
A task of induction to find patterns
General Aspects of Learning
Instructor: Vincent Conitzer
What is Artificial Intelligence?
Patterson: Chap 1 A Review of Machine Learning
Presentation transcript:

New Machine Learning in Medical Imaging Journal Club Adam Alessio, PhD, Radiology David Haynor, PhD, MD, Radiology

Machine Learning in Medical Imaging Goals: Introductions Brief Review of Terminology (review Erickson 2017 Radiographics ) Discuss Scope of Journal Club Topical areas Format of meetings Initial list of possible journal articles Potential other offerings if of interest

Introductions Name, Department, Familiarity with Machine Learning Methods: 1 None 2 Some Familiarity (aware of basic concepts, no hands-on experience) 3 Familiar (some hands-on, taken intro class, read some lit) 4 Very Familiar (published papers on these topics, active ongoing projects) 5 Expert (developed new algorithms, wrote book chapter, numerous papers)

Labeled Data: Set of examples with correct answer Erickson et al, Machine Learning for Medical Imaging. Radiographics, 2017 Machine Learning: Method to learn from a set of data, then apply methodology to make a prediction Classification: Task of assigning a class or label to data (binary or more) Training: Phase during which algorithm system has labeled data with answers Labeled Data: Set of examples with correct answer Training Set: Validation Set: Testing Set: For testing performance of a trained system Node, Layer, Weights : Components of algorithm (usually nodes and layers predefined and training process finds optimal weights)

Supervised vs Unsupervised Methods: Erickson et al, Machine Learning for Medical Imaging. Radiographics, 2017 Supervised vs Unsupervised Methods: Supervised: learning from labeled/annotated data Unsupervised: Learning from unlabeled data (no knowledge of groups present in training data) Reinforcement Learning: Start with training data with labels. Then system improves with unlabeled data. -------- Feature Computation/Extraction – extraction of info to make decisions Feature Selection – Selecting subset of features

Conventional Machine Learning: Erickson et al, Machine Learning for Medical Imaging. Radiographics, 2017 Conventional Machine Learning: Neural Nets K-Nearest Neighbors Support Vector Machines Decision Trees Naive Bayes (assumes features statistically independent) Deep Learning: multiple layers of nonlinear processing units (>20 layers) and the supervised or unsupervised learning of feature representations in each layer Examples: deep neural networks, convolutional neural networks, deep belief networks and recurrent neural networks

Other Items: Schedule?, Other Offerings?, Concerns? Machine Learning in Medical Imaging Suggested Scope For Journal Club Discussions: Start out with deep neural networks and then move on to other applications and technologies later as time/interest warrant, and our scope may include biomedical (non-radiology) imaging applications as well. Other Items: Schedule?, Other Offerings?, Concerns?

Figueiredo. Nature biomed eng. 2017

Esteva Nature. 2017

Esteva Nature. 2017

https://www.kaggle.com/c/noaa-fisheries-steller-sea-lion-population-count

https://www.kaggle.com/

Training Set Has 3500-5000 images

Gulshan JAMA. 2016

Gulshan JAMA. 2016