SlideShare uma empresa Scribd logo
1 de 21
Basic Medical Image
Analysis(processing and
classification) and Visualization using
Machine Learning but the other
process also included
By : Vishwas Narayan
Medical Imaging
● Medical imaging is often perceived to designate the set of techniques that
noninvasively produce images of the internal aspect of the body.
● As a discipline and in its widest sense, it incorporates radiology, tomography,
endoscopy, thermography, medical photography and microscopy.
Imaging Modalities
● Span orders of magnitude in scale, ranging from molecules and cells to organ
systems and the full body.
● Each imaging modality is primarily governed by the basic physical and
biological principles which influence the way each energy form interacts with
tissues.
PACS consists of the following:
● Digital acquisition (Picture)
● Storage devices (Archiving)
● Display workstations
● Components are interconnected through an intricate
network (Communication)
Radiology information system (RIS)
● RIS is a networked software system for managing
medical imagery and associated data.
● RIS is integrated with PACS
Digital Imaging and Communications in Medicine (DICOM)
Standard that establishes rules that allow medical
images and associated information to be exchanged
between imaging equipment from different vendors,
computers, and hospitals
CAD System
● A CAD system is a class of computer systems that aim to assist in the
detection and/or diagnosis of diseases
● The goal of CAD systems is to improve the accuracy of radiologists with a
reduction of time in the interpretation of images
Computer-aided detection (CADe)
● Used with “Screening Radiology”
● Identify and mark suspicious areas in an image
● Goal of CADe is to help radiologists avoid missing a cancer
Computer-aided diagnosis (CADx)
● Used with “Clinical Radiology”
● CADx help radiologists decide if a woman should have a biopsy or not
● Report the likelihood that a lesion is malignant
How Do Machines Learn?
“Machine learning is the field of study which gives the computers the ability to
learn without being explicitly programmed”- Arther Samuels 1959
Progress in Medical Image Analysis
● Initially, medical image analysis was done with sequential application of low-
level pixel processing and mathematical modeling
● At the end of the 1990s, supervised techniques, where training data is used to
develop a system
● Deep learning algorithms, in particular convolutional networks, have rapidly
become a methodology of choice for analyzing medical images
Basics
● A deep neural network consists of a hierarchy of layers, whereby each layer
transforms the input data into more abstract representations (e.g. edge ->
nose -> face)
The output layer combines those features to make predictions
Elements of Convolution Neural Networks (CNN
CNN Hyper-parameters (knobs)
Convolution
● Number of features
● Size of features
➔ Pooling
◆ Window size
◆ Window stride
=>Fully Connected
- Number of neurons
Towards Precision and Automated Diagnosis
The deep learning techniques could potentially change the design paradigm of the
CAD framework for several advantages over the old conventional frameworks
● Deep learning can directly uncover features from the training data, and hence
the effort of explicit elaboration on feature extraction can be significantly
alleviated
● The neuron-crafted features may compensate and even surpass the
discriminative power of the conventional feature extraction methods
● Feature interaction and hierarchy can be exploited jointly within the intrinsic
deep architecture of a neural network
● The three steps of feature extraction, selection and supervised classification
can be realized within the optimization of the same deep architecture
● The performance can be tuned more easily in a systematic fashion
Medical Imaging Tasks
● Classification
○ Object or lesion classification
○ Image/exam classification
● Detection
○ Organ, region and landmark localization
○ Object or lesion detection
● Segmentation
○ Organ and substructure segmentation
○ Lesion segmentation
● Registration
○ Multi-view
○ Multi-modal
○ Pre-Post Treatment Change
Common Challenges in Medical Image Processing
● Data Collection
○ Dataset Size
○ What if we don’t have enough data?
○ Not enough Labels
● Model Selection
○ Do we really need ‘deep’ models?
○ How to choose a model?
○ Can we accelerate training?
○ Do we require custom model?
● Result Interpretation
○ Can we visually interpret the result?
○ Does it help the doctors?
What If We Don’t Have Enough Data?
● Data Augmentation for Effective Training Set Expansion
● Transfer Learning from Other Domains
○ - Initializing deeper network with transferred feature leads to better performance
U-net
● Winner of various image segmentation tasks
● Shows stable performance even with small annotated images
Brain Lesion Detection using Generative Adversarial
Network (GAN)
● Detect lesion in the multimodal brain images using patch wise classifier
trained with GAN
● Generator generates fake non lesion patches while discriminator
distinguishes real patches from fake non lesion patches
3D multi-scale FCN Intervertebral Disc detection and
localization
COVID-Net
Neural Network Design for Detection of COVID-19 Cases from Chest X-Ray
Images

Mais conteúdo relacionado

Mais procurados

LearningAG.ppt
LearningAG.pptLearningAG.ppt
LearningAG.ppt
butest
 

Mais procurados (20)

Neural networks
Neural networksNeural networks
Neural networks
 
Deep learning Introduction and Basics
Deep learning  Introduction and BasicsDeep learning  Introduction and Basics
Deep learning Introduction and Basics
 
Data Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural NetworksData Science, Machine Learning and Neural Networks
Data Science, Machine Learning and Neural Networks
 
Neural Computing
Neural ComputingNeural Computing
Neural Computing
 
Day 2 (Lecture 5): A Practitioner's Perspective on Building Machine Product i...
Day 2 (Lecture 5): A Practitioner's Perspective on Building Machine Product i...Day 2 (Lecture 5): A Practitioner's Perspective on Building Machine Product i...
Day 2 (Lecture 5): A Practitioner's Perspective on Building Machine Product i...
 
Learning in AI
Learning in AILearning in AI
Learning in AI
 
Types of Machine Learning
Types of Machine LearningTypes of Machine Learning
Types of Machine Learning
 
Applications of Machine Learning
Applications of Machine LearningApplications of Machine Learning
Applications of Machine Learning
 
Machine Learning for Dummies
Machine Learning for DummiesMachine Learning for Dummies
Machine Learning for Dummies
 
A Friendly Introduction to Machine Learning
A Friendly Introduction to Machine LearningA Friendly Introduction to Machine Learning
A Friendly Introduction to Machine Learning
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine learning the next revolution or just another hype
Machine learning   the next revolution or just another hypeMachine learning   the next revolution or just another hype
Machine learning the next revolution or just another hype
 
LearningAG.ppt
LearningAG.pptLearningAG.ppt
LearningAG.ppt
 
Understanding Basics of Machine Learning
Understanding Basics of Machine LearningUnderstanding Basics of Machine Learning
Understanding Basics of Machine Learning
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Introduction to Machine learning
Introduction to Machine learningIntroduction to Machine learning
Introduction to Machine learning
 
C3 w4
C3 w4C3 w4
C3 w4
 
Machine Learning: Understanding the Invisible Force Changing Our World
Machine Learning: Understanding the Invisible Force Changing Our WorldMachine Learning: Understanding the Invisible Force Changing Our World
Machine Learning: Understanding the Invisible Force Changing Our World
 
Key Insights Of Using Deep Learning To Analyze Healthcare Data | Workshop Fro...
Key Insights Of Using Deep Learning To Analyze Healthcare Data | Workshop Fro...Key Insights Of Using Deep Learning To Analyze Healthcare Data | Workshop Fro...
Key Insights Of Using Deep Learning To Analyze Healthcare Data | Workshop Fro...
 
Make Sense Out of Data with Feature Engineering
Make Sense Out of Data with Feature EngineeringMake Sense Out of Data with Feature Engineering
Make Sense Out of Data with Feature Engineering
 

Semelhante a Basic image analysis(processing and classification) and visualization using machine learning but the other process also included

Application of machine learning in industrial applications
Application of machine learning in industrial applicationsApplication of machine learning in industrial applications
Application of machine learning in industrial applications
Anish Das
 
Introduction to medical image processing.pdf
Introduction to medical image processing.pdfIntroduction to medical image processing.pdf
Introduction to medical image processing.pdf
ASMZahidKausar
 
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY semiar 2.pptx
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY  semiar 2.pptx7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY  semiar 2.pptx
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY semiar 2.pptx
HarishankarSharma27
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
ijtsrd
 

Semelhante a Basic image analysis(processing and classification) and visualization using machine learning but the other process also included (20)

Brain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep LearningBrain Tumor Detection Using Deep Learning
Brain Tumor Detection Using Deep Learning
 
Application of machine learning in industrial applications
Application of machine learning in industrial applicationsApplication of machine learning in industrial applications
Application of machine learning in industrial applications
 
Survey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep LearningSurvey on “Brain Tumor Detection Using Deep Learning
Survey on “Brain Tumor Detection Using Deep Learning
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 
Plant Disease Detection.pptx
Plant Disease Detection.pptxPlant Disease Detection.pptx
Plant Disease Detection.pptx
 
Brain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptxBrain Tumor Detection Using Deep Learning ppt new made.pptx
Brain Tumor Detection Using Deep Learning ppt new made.pptx
 
Image Analytics In Healthcare
Image Analytics In HealthcareImage Analytics In Healthcare
Image Analytics In Healthcare
 
ARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in DentistryARTIFICIAL NEURAL NETWORKING in Dentistry
ARTIFICIAL NEURAL NETWORKING in Dentistry
 
DR PPT[1]2[1].pptx - Read-Only.pptx
DR PPT[1]2[1].pptx  -  Read-Only.pptxDR PPT[1]2[1].pptx  -  Read-Only.pptx
DR PPT[1]2[1].pptx - Read-Only.pptx
 
Introduction to medical image processing.pdf
Introduction to medical image processing.pdfIntroduction to medical image processing.pdf
Introduction to medical image processing.pdf
 
Image recognition
Image recognitionImage recognition
Image recognition
 
AI IN PATH final PPT.pptx
AI IN PATH final PPT.pptxAI IN PATH final PPT.pptx
AI IN PATH final PPT.pptx
 
A Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep LearningA Review on Medical Image Analysis Using Deep Learning
A Review on Medical Image Analysis Using Deep Learning
 
Brain Tumor Detection From MRI Image Using Deep Learning
Brain Tumor Detection From MRI Image Using Deep LearningBrain Tumor Detection From MRI Image Using Deep Learning
Brain Tumor Detection From MRI Image Using Deep Learning
 
Brain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNETBrain Tumor Detection and Segmentation using UNET
Brain Tumor Detection and Segmentation using UNET
 
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY semiar 2.pptx
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY  semiar 2.pptx7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY  semiar 2.pptx
7-1 ARTIFICIAL INTELLIGENCE IN PATHOLOGY semiar 2.pptx
 
Survey of using gpu cuda programming model
Survey of using gpu cuda programming modelSurvey of using gpu cuda programming model
Survey of using gpu cuda programming model
 
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
A Survey of Convolutional Neural Network Architectures for Deep Learning via ...
 
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
DIRECTIONAL CLASSIFICATION OF BRAIN TUMOR IMAGES FROM MRI USING CNN-BASED DEE...
 
Breast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural NetworkBreast Cancer Detection using Convolution Neural Network
Breast Cancer Detection using Convolution Neural Network
 

Mais de Vishwas N

Mais de Vishwas N (20)

API Testing and Hacking.pdf
API Testing and Hacking.pdfAPI Testing and Hacking.pdf
API Testing and Hacking.pdf
 
API Hijacking.pdf
API Hijacking.pdfAPI Hijacking.pdf
API Hijacking.pdf
 
What should be your approach for solving ML_CV problem statements_.pdf
What should be your approach for solving ML_CV problem statements_.pdfWhat should be your approach for solving ML_CV problem statements_.pdf
What should be your approach for solving ML_CV problem statements_.pdf
 
Deepfence.pdf
Deepfence.pdfDeepfence.pdf
Deepfence.pdf
 
DevOps - A Purpose for an Institution.pdf
DevOps - A Purpose for an Institution.pdfDevOps - A Purpose for an Institution.pdf
DevOps - A Purpose for an Institution.pdf
 
API Testing and Hacking (1).pdf
API Testing and Hacking (1).pdfAPI Testing and Hacking (1).pdf
API Testing and Hacking (1).pdf
 
API Hijacking (1).pdf
API Hijacking (1).pdfAPI Hijacking (1).pdf
API Hijacking (1).pdf
 
Dapr.pdf
Dapr.pdfDapr.pdf
Dapr.pdf
 
linkerd.pdf
linkerd.pdflinkerd.pdf
linkerd.pdf
 
HoloLens.pdf
HoloLens.pdfHoloLens.pdf
HoloLens.pdf
 
Automated Governance for the DevOps Institutions.pdf
Automated Governance for the DevOps Institutions.pdfAutomated Governance for the DevOps Institutions.pdf
Automated Governance for the DevOps Institutions.pdf
 
Lets build with DevSecOps Culture.pdf
Lets build with DevSecOps Culture.pdfLets build with DevSecOps Culture.pdf
Lets build with DevSecOps Culture.pdf
 
Github Actions and Terraform.pdf
Github Actions and Terraform.pdfGithub Actions and Terraform.pdf
Github Actions and Terraform.pdf
 
KEDA.pdf
KEDA.pdfKEDA.pdf
KEDA.pdf
 
Ram bleed the hardware based approach for the hackers
Ram bleed the hardware based approach for the hackersRam bleed the hardware based approach for the hackers
Ram bleed the hardware based approach for the hackers
 
Container on azure
Container on azureContainer on azure
Container on azure
 
Deeplearning and dev ops azure
Deeplearning and dev ops azureDeeplearning and dev ops azure
Deeplearning and dev ops azure
 
Azure data lakes
Azure data lakesAzure data lakes
Azure data lakes
 
Azure dev ops
Azure dev opsAzure dev ops
Azure dev ops
 
Azure ai on premises with docker
Azure ai on premises with  dockerAzure ai on premises with  docker
Azure ai on premises with docker
 

Último

Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Sheetaleventcompany
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
sexy call girls service in goa
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
SofiyaSharma5
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
anilsa9823
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
soniya singh
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
ellan12
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 

Último (20)

VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providersMoving Beyond Twitter/X and Facebook - Social Media for local news providers
Moving Beyond Twitter/X and Facebook - Social Media for local news providers
 
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...(+971568250507  ))#  Young Call Girls  in Ajman  By Pakistani Call Girls  in ...
(+971568250507 ))# Young Call Girls in Ajman By Pakistani Call Girls in ...
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine ServiceHot Service (+9316020077 ) Goa  Call Girls Real Photos and Genuine Service
Hot Service (+9316020077 ) Goa Call Girls Real Photos and Genuine Service
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Daund ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Rohini 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 

Basic image analysis(processing and classification) and visualization using machine learning but the other process also included

  • 1. Basic Medical Image Analysis(processing and classification) and Visualization using Machine Learning but the other process also included By : Vishwas Narayan
  • 2. Medical Imaging ● Medical imaging is often perceived to designate the set of techniques that noninvasively produce images of the internal aspect of the body. ● As a discipline and in its widest sense, it incorporates radiology, tomography, endoscopy, thermography, medical photography and microscopy.
  • 3. Imaging Modalities ● Span orders of magnitude in scale, ranging from molecules and cells to organ systems and the full body. ● Each imaging modality is primarily governed by the basic physical and biological principles which influence the way each energy form interacts with tissues.
  • 4. PACS consists of the following: ● Digital acquisition (Picture) ● Storage devices (Archiving) ● Display workstations ● Components are interconnected through an intricate network (Communication)
  • 5. Radiology information system (RIS) ● RIS is a networked software system for managing medical imagery and associated data. ● RIS is integrated with PACS
  • 6. Digital Imaging and Communications in Medicine (DICOM) Standard that establishes rules that allow medical images and associated information to be exchanged between imaging equipment from different vendors, computers, and hospitals
  • 7. CAD System ● A CAD system is a class of computer systems that aim to assist in the detection and/or diagnosis of diseases ● The goal of CAD systems is to improve the accuracy of radiologists with a reduction of time in the interpretation of images
  • 8. Computer-aided detection (CADe) ● Used with “Screening Radiology” ● Identify and mark suspicious areas in an image ● Goal of CADe is to help radiologists avoid missing a cancer
  • 9. Computer-aided diagnosis (CADx) ● Used with “Clinical Radiology” ● CADx help radiologists decide if a woman should have a biopsy or not ● Report the likelihood that a lesion is malignant
  • 10. How Do Machines Learn? “Machine learning is the field of study which gives the computers the ability to learn without being explicitly programmed”- Arther Samuels 1959
  • 11. Progress in Medical Image Analysis ● Initially, medical image analysis was done with sequential application of low- level pixel processing and mathematical modeling ● At the end of the 1990s, supervised techniques, where training data is used to develop a system ● Deep learning algorithms, in particular convolutional networks, have rapidly become a methodology of choice for analyzing medical images
  • 12. Basics ● A deep neural network consists of a hierarchy of layers, whereby each layer transforms the input data into more abstract representations (e.g. edge -> nose -> face) The output layer combines those features to make predictions
  • 13. Elements of Convolution Neural Networks (CNN
  • 14. CNN Hyper-parameters (knobs) Convolution ● Number of features ● Size of features ➔ Pooling ◆ Window size ◆ Window stride =>Fully Connected - Number of neurons
  • 15. Towards Precision and Automated Diagnosis The deep learning techniques could potentially change the design paradigm of the CAD framework for several advantages over the old conventional frameworks ● Deep learning can directly uncover features from the training data, and hence the effort of explicit elaboration on feature extraction can be significantly alleviated ● The neuron-crafted features may compensate and even surpass the discriminative power of the conventional feature extraction methods ● Feature interaction and hierarchy can be exploited jointly within the intrinsic deep architecture of a neural network ● The three steps of feature extraction, selection and supervised classification can be realized within the optimization of the same deep architecture ● The performance can be tuned more easily in a systematic fashion
  • 16. Medical Imaging Tasks ● Classification ○ Object or lesion classification ○ Image/exam classification ● Detection ○ Organ, region and landmark localization ○ Object or lesion detection ● Segmentation ○ Organ and substructure segmentation ○ Lesion segmentation ● Registration ○ Multi-view ○ Multi-modal ○ Pre-Post Treatment Change
  • 17. Common Challenges in Medical Image Processing ● Data Collection ○ Dataset Size ○ What if we don’t have enough data? ○ Not enough Labels ● Model Selection ○ Do we really need ‘deep’ models? ○ How to choose a model? ○ Can we accelerate training? ○ Do we require custom model? ● Result Interpretation ○ Can we visually interpret the result? ○ Does it help the doctors?
  • 18. What If We Don’t Have Enough Data? ● Data Augmentation for Effective Training Set Expansion ● Transfer Learning from Other Domains ○ - Initializing deeper network with transferred feature leads to better performance
  • 19. U-net ● Winner of various image segmentation tasks ● Shows stable performance even with small annotated images
  • 20. Brain Lesion Detection using Generative Adversarial Network (GAN) ● Detect lesion in the multimodal brain images using patch wise classifier trained with GAN ● Generator generates fake non lesion patches while discriminator distinguishes real patches from fake non lesion patches
  • 21. 3D multi-scale FCN Intervertebral Disc detection and localization COVID-Net Neural Network Design for Detection of COVID-19 Cases from Chest X-Ray Images