SlideShare uma empresa Scribd logo
1 de 42
Baixar para ler offline
Medical Image Analysis

Hossam Mahmoud Moftah and Aboul Ella Hassanien
Cairo University,
Dept. of Information Technology, Faculty of Computers and information
Scientific Research Group in Egypt
http://www.egyptscience.net
Agenda
•
•
•
•
•
•

Introduction
Objectives
Scope of work and proposed solutions
Medical Imaging
Medical Image Segmentation
Ant Colony Optimization

•

Proposed Approaches
• Adaptive K-Means Clustering Algorithm for MR Breast Image
Segmentation
• 3D Brain Tumor Segmentation Scheme using K-mean Clustering and
Connected Component Labeling Algorithms
• Volume Identification and Estimation of MRI Brain Tumor
• MRI Breast cancer diagnosis hybrid approach using adaptive Ant-based
segmentation and Multilayer Perceptron NN classifier

•
2

Conclusions and Future Work
Introduction
•

•

There are many problems in medical image
analysis and interpretation involve the need
for a computer aided system to understand the
images and image structure and know what it
means.

•

3

Bio-medical Image analysis and processing
has great significance in the field of medicine,
especially in Non-invasive treatment and
clinical study.

The accurate interpretation and analysis of
medical images often become boring and time
consuming, because there is much detail in
such images.
Objectives
•

•

Applying information analysis and
visualization to biomedical research
problems.

•

4

Developing computational methods and
algorithms to analyze and quantify
biomedical data.

Developing methods and applications
to give our collaborators the ability to
analyze biomedical data to help in the
discovery of biomedical knowledge and
the diagnosis of diseases.
Scope of work and proposed solutions
•

In this research complete solutions
proposed for medical image analysis.

are

•

Different approaches and systems that
combines the advantages of intelligent
techniques are presented such as:
• Ant-based clustering, k-means clustering and neural
network classifiers, in conjunction with statisticalbased feature extraction.

• Robust medical imaging systems to analyze and
interpret 2D and 3D medical images including 3D
brain tumor, MRI breast images.

5
Medical Imaging
•

Image intensities can be:
• Radiation absorption in X-ray imaging
• Acoustic pressure in ultrasound
• Radio frequency (RF) signal amplitude in
MRI

•

•

6

Dimensionality: Refers to whether a
segmentation method operates in a 2-D
image domain or a 3-D image domain.
Generally, 2-D methods are applied to 2D images, and 3-D methods are applied
to 3-D images.
Medical Imaging
•

In some cases, however, 2-D methods
are applied sequentially to the slices of a
3-D image.

•

This may arise because of practical
reasons:
• Ease of implementation
• Lower computational complexity
• Reduced memory requirements

•

7

Major Modalities:
•
•
•
•

Projection X-ray (Radiography)
Computed Tomography (CT)
Magnetic Resonance Imaging (MRI)
Ultrasound
MRI vs. CT Scan
•
•

8

CT scans are a specialized type of x-ray
MRI uses a magnetic field with radio
frequencies introduced into it.
MRI vs. CT Scan
CT
CT is not the best choice for that

MRI
MRI Scan show tendons and ligaments
very well

Bleeding in the brain, especially from MRI is not the best choice for that
injury
CT is not the best choice for that

Tumor in the brain is better seen on MRI

bone structures - the inner ears - can MRI is not the best choice for that
easily detect tumors within the auditory
canals
CT shows organ tear and organ injury MRI is not the best choice for that
quickly and efficiently for the damaged
organs or torn in accident

Broken bones and vertebral bodies of MRI is not the best choice for that
the spine
9

MRI is not the best choice for that

Injury to the spinal cord itself
MRI vs. CT Scan

10
Image Segmentation
• Image segmentation is the task of splitting a
digital image into one or more regions of
interest.

• Image Segmentation Techniques:
• Region-based segmentation
• Data clustering
• Edge-base segmentation

11
Image Segmentation
• Region-based segmentation
• Seeded Region Growing
• Region Splitting and Merging
• Data clustering
• Hierarchical
• Hierarchical divisive algorithm

• Partitional
• K-means Clustering Algorithm

• Edge-base segmentation
• Watershed Segmentation Algorithm

12
Ant Colony Optimization
• Ant Colony Optimization is an

efficient method to finding
optimal solutions to a graph

• Using three algorithms based on

choosing
a
city,
updating
pheromone trails and pheromone
trail decay, we can determine an
optimal solution to a graph

• Ant

Colony Optimization has
been used to figure out solutions
to real world problems, such as
truck routing

13
Proposed Approaches: 2D Segmentation
Adaptive K-Means Clustering Algorithm for
MR Breast Image Segmentation
Hossam M.Moftah, Ahmed Taher Azar, Eiman. T. AlShammari, Neveen. I.Ghali, Aboul Ella Hassanien,
and Mahmoud Shoman, "Adaptive K-Means
Clustering Algorithm for MR Breast Image
Segmentation", Neural Computing and Applications
Journal, DOI 10.1007/s00521-013-1437-4 (Springer),
2013. (Impact factor =1.6).

14
Adaptive K-Means Clustering Algorithm for MR
Breast Image Segmentation
• The most popular method for clustering is k-means

clustering.

• This article presents a new approach intended to provide

more reliable magnetic resonance (MR) breast image
segmentation that is based on adaptation to identify
target objects through an optimization methodology that
maintains the optimum result during iterations.

• The proposed approach improves and enhances the

effectiveness and efficiency of the traditional k-means
clustering algorithm.

15
K-means Algorithm

16
Block diagram of the proposed approach

17
Adaptive k-mean segmentation approach

18
Experimental results and comparative analysis

19
Experimental results and comparative analysis

20
Proposed Approaches: 3D Segmentation
3D Brain Tumor Segmentation Scheme using
K-mean
Clustering
and
Connected
Component Labeling Algorithms
Hossam M. Moftah, Aboul Ella Hassanien,
Mohamoud Shoman: 3D brain tumor segmentation
scheme using K-mean clustering and connected
component labeling algorithms. IEEE International
conf, on Intelligent system and design applications
ISDA 2010: 320-324.

21
3D Brain Tumor Segmentation Scheme using Kmean Clustering and Connected Component
Labeling Algorithms
• In this article, an image segmentation scheme is proposed

to segment 3D brain tumor from MRI images through the
clustering process.

• The clustering is achieved using K-means algorithm in

conjunction with the connected component labeling
algorithm to link the similar clustered objects in all 2D
slices and then obtain 3D segmented tissue using the
patch object rendering process.

22
Block diagram of the proposed approach

23
Clustering and relabeling

24
3D Tumor segmentation algorithm

25
Experimental results

26
Proposed Approaches: 3D Analysis
Volume Identification and Estimation of
MRI Brain Tumor
Hossam M. Moftah, Neveen I. Ghali, Aboul Ella
Hassanien,
Mahmoud
A.
Ismail:
Volume
identification and estimation of MRI brain tumor.
IEEE Hybrid Intelligent system (HIS 2012): pp. 120124.

27
Volume Identification and Estimation of MRI Brain
Tumor
• This

article deals with two dimensional magnetic
resonance imaging (MRI) sequence of brain slices which
include many objects to identify and estimate the volume
of the brain tumors.

28
Volume measurement: an illustrated example

29
Volume estimation

30
Experimental results

31
Proposed Approaches: 3D Analysis
MRI Breast cancer diagnosis hybrid
approach
using
adaptive
Ant-based
segmentation and Multilayer Perceptron NN
classifier
Hossam M. Moftah, Ahmed Taher Azar, Aboul Ella
Hassanien and Mahmoud Shoman, MRI Breast cancer
diagnosis approach using adaptive Ant-based
segmentation and Multilayer Perceptron NN
classifier. Applied Soft Computing Journal (Elsevier),
2013. (Accepted Impact factor = 2.5).

32
MRI Breast cancer diagnosis hybrid approach using
adaptive Ant-based segmentation and Multilayer
Perceptron NN classifier
• This article introduces a hybrid approach that combines the

advantages of fuzzy sets, ant-based clustering and Multilayer
Perceptron Neural Network (NN) classifier, in conjunction
with statistical-based feature extraction technique.

• An application of breast cancer MRI imaging has been chosen

and hybridization system has been applied to see their ability
and accuracy to classify the breast cancer images into two
outcomes: Benign or Malignant

33
Block diagram of the proposed approach

34
Adaptive Ant-based segmentation algorithm

35
Experimental results and comparative analysis

36
Experimental results and comparative analysis

37
Experimental results and comparative analysis

38
Experimental results and comparative analysis

39
Conclusions
• Bio-medical image analysis solutions and systems are presented in

•
•
•
•
•

40

this thesis.
An efficient 2D and 3D segmentation algorithms for medical images
are presented to solve medical image segmentation problems.
A new approach is presented intended to provide more reliable MR
breast image segmentation.
An image segmentation scheme is presented to segment 3D brain
tumor from MRI images.
3D brain tumor identification and volume measurement algorithm
is presented for brain MRI.
A hybrid approach is presented that combines the advantages of
fuzzy sets, ant-based clustering and Multilayer Perceptron Neural
Network (NN) classifier, in conjunction with statistical-based
feature extraction technique.
Future Work
• Introducing techniques and algorithms to solve the traditional

•

•

•

•
•

41

medical problems in my country Egypt such as the early detection
of liver fibrosis stages and other medical problems.
Overcoming limitations inherent in conventional computer-aided
diagnosis, and try to apply intelligent methods and algorithms such
as rough sets, near sets to present an effective method of dealing
with uncertainties.
Introducing and applying optimization techniques to solve medical
problems such as multi-objective optimization or pareto
optimization.
Introducing new versions of optimization algorithms such as
Discrete Invasive Weed Optimization (IWO) algorithm inspired
from weed colonization to solve medical imaging problems.
Dealing with animal medical images to solve medical animal
problems such as mammary gland tumors in cats.
Searching for different new machine learning techniques to optimize
the classification step.
Thanks

http://www.egyptscience.net

42

Mais conteúdo relacionado

Mais procurados

BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGDharshika Shreeganesh
 
(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imagingKyuhwan Jung
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingSinbad Konick
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network MD Abdullah Al Nasim
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysisGichelle Amon
 
Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Ulaş Bağcı
 
MEDICAL IMAGE PROCESSING
MEDICAL IMAGE PROCESSING MEDICAL IMAGE PROCESSING
MEDICAL IMAGE PROCESSING MOUMITA GHOSH
 
Lec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesLec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesUlaş Bağcı
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionMyat Myint Zu Thin
 
The rise of AI in medical imaging
The rise of AI in medical imagingThe rise of AI in medical imaging
The rise of AI in medical imagingRan Klein
 
Deep Learning in Bio-Medical Imaging
Deep Learning in Bio-Medical ImagingDeep Learning in Bio-Medical Imaging
Deep Learning in Bio-Medical ImagingJoonhyung Lee
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsJoseph Paul Cohen PhD
 
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Ulaş Bağcı
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing pptPriyanka Goswami
 
Brain Tumor Detection Using Deep Neural Network.pptx
Brain Tumor Detection Using Deep Neural Network.pptxBrain Tumor Detection Using Deep Neural Network.pptx
Brain Tumor Detection Using Deep Neural Network.pptxAbdulRehman417114
 
deep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumordeep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumorVenkat Projects
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNNMohammadRakib8
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation pptGichelle Amon
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesAisha Kalsoom
 

Mais procurados (20)

BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSINGBRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
BRAIN TUMOR MRI IMAGE SEGMENTATION AND DETECTION IN IMAGE PROCESSING
 
(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging(2017/06)Practical points of deep learning for medical imaging
(2017/06)Practical points of deep learning for medical imaging
 
Brain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image ProcessingBrain Tumor Detection Using Image Processing
Brain Tumor Detection Using Image Processing
 
Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network Brain tumor detection using convolutional neural network
Brain tumor detection using convolutional neural network
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction Lec1: Medical Image Computing - Introduction
Lec1: Medical Image Computing - Introduction
 
MEDICAL IMAGE PROCESSING
MEDICAL IMAGE PROCESSING MEDICAL IMAGE PROCESSING
MEDICAL IMAGE PROCESSING
 
Lec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical ImagesLec3: Pre-Processing Medical Images
Lec3: Pre-Processing Medical Images
 
Application of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detectionApplication of-image-segmentation-in-brain-tumor-detection
Application of-image-segmentation-in-brain-tumor-detection
 
The rise of AI in medical imaging
The rise of AI in medical imagingThe rise of AI in medical imaging
The rise of AI in medical imaging
 
Deep Learning in Bio-Medical Imaging
Deep Learning in Bio-Medical ImagingDeep Learning in Bio-Medical Imaging
Deep Learning in Bio-Medical Imaging
 
A survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applicationsA survey of deep learning approaches to medical applications
A survey of deep learning approaches to medical applications
 
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
Lec7: Medical Image Segmentation (I) (Radiology Applications of Segmentation,...
 
Biomedical image processing ppt
Biomedical image processing pptBiomedical image processing ppt
Biomedical image processing ppt
 
Brain Tumor Detection Using Deep Neural Network.pptx
Brain Tumor Detection Using Deep Neural Network.pptxBrain Tumor Detection Using Deep Neural Network.pptx
Brain Tumor Detection Using Deep Neural Network.pptx
 
deep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumordeep learning applications in medical image analysis brain tumor
deep learning applications in medical image analysis brain tumor
 
Brain Tumor Detection using CNN
Brain Tumor Detection using CNNBrain Tumor Detection using CNN
Brain Tumor Detection using CNN
 
Tumour detection
Tumour detectionTumour detection
Tumour detection
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
 
Neural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR ImagesNeural Network Based Brain Tumor Detection using MR Images
Neural Network Based Brain Tumor Detection using MR Images
 

Semelhante a Medical image analysis

Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...Swarada Kanap
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET Journal
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images IOSR Journals
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...ijcsit
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET Journal
 
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET Journal
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET Journal
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...CSCJournals
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONIRJET Journal
 
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...sipij
 
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMClassification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMIJERA Editor
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM AlgorithmIRJET Journal
 
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionIJMTST Journal
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMIRJET Journal
 

Semelhante a Medical image analysis (20)

Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...Segmentation techniques for extraction and description of tumour region from ...
Segmentation techniques for extraction and description of tumour region from ...
 
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
IRJET - An Efficient Approach for Multi-Modal Brain Tumor Classification usin...
 
Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images Literature Survey on Detection of Brain Tumor from MRI Images
Literature Survey on Detection of Brain Tumor from MRI Images
 
M010128086
M010128086M010128086
M010128086
 
Brain
BrainBrain
Brain
 
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
SEGMENTATION OF MAGNETIC RESONANCE BRAIN TUMOR USING INTEGRATED FUZZY K-MEANS...
 
An Image Segmentation and Classification for Brain Tumor Detection using Pill...
An Image Segmentation and Classification for Brain Tumor Detection using Pill...An Image Segmentation and Classification for Brain Tumor Detection using Pill...
An Image Segmentation and Classification for Brain Tumor Detection using Pill...
 
Neural networks
Neural networks Neural networks
Neural networks
 
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLPIRJET- Brain Tumor Detection using Image Processing, ML & NLP
IRJET- Brain Tumor Detection using Image Processing, ML & NLP
 
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLPIRJET - Brain Tumor Detection using Image Processing, ML & NLP
IRJET - Brain Tumor Detection using Image Processing, ML & NLP
 
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
IRJET- Brain Tumor Detection and Classification with Feed Forward Back Propag...
 
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
A Novel Approach for Cancer Detection in MRI Mammogram Using Decision Tree In...
 
L045047880
L045047880L045047880
L045047880
 
K011138084
K011138084K011138084
K011138084
 
BRAIN TUMOR DETECTION
BRAIN TUMOR DETECTIONBRAIN TUMOR DETECTION
BRAIN TUMOR DETECTION
 
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
MALIGNANT AND BENIGN BRAIN TUMOR SEGMENTATION AND CLASSIFICATION USING SVM WI...
 
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVMClassification of Abnormalities in Brain MRI Images Using PCA and SVM
Classification of Abnormalities in Brain MRI Images Using PCA and SVM
 
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM   AlgorithmIRJET-A Review on Brain Tumor Detection using BFCFCM   Algorithm
IRJET-A Review on Brain Tumor Detection using BFCFCM Algorithm
 
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor DetectionComparison of Image Segmentation Algorithms for Brain Tumor Detection
Comparison of Image Segmentation Algorithms for Brain Tumor Detection
 
Multiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCMMultiple Analysis of Brain Tumor Detection Based on FCM
Multiple Analysis of Brain Tumor Detection Based on FCM
 

Mais de Aboul Ella Hassanien

الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdfالأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdfAboul Ella Hassanien
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...Aboul Ella Hassanien
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...Aboul Ella Hassanien
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...Aboul Ella Hassanien
 
Intelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxIntelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxAboul Ella Hassanien
 
دليل البحث العلمى .pdf
دليل البحث العلمى .pdfدليل البحث العلمى .pdf
دليل البحث العلمى .pdfAboul Ella Hassanien
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات Aboul Ella Hassanien
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي  الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي Aboul Ella Hassanien
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى Aboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنيةAboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنيةAboul Ella Hassanien
 
التغير المناخى للاطفال
التغير المناخى للاطفالالتغير المناخى للاطفال
التغير المناخى للاطفالAboul Ella Hassanien
 
الذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالالذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالAboul Ella Hassanien
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىإستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىAboul Ella Hassanien
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية  الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية Aboul Ella Hassanien
 
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...Aboul Ella Hassanien
 
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةالذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةAboul Ella Hassanien
 
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى Aboul Ella Hassanien
 

Mais de Aboul Ella Hassanien (20)

الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdfالأطر والمبادئ الاخلاقية  للذكاء الاصطناعي التوليدى.pdf
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية  المعر...
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
 
Intelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptxIntelligent Avatars in the Metaverse.pptx
Intelligent Avatars in the Metaverse.pptx
 
دليل البحث العلمى .pdf
دليل البحث العلمى .pdfدليل البحث العلمى .pdf
دليل البحث العلمى .pdf
 
SRGE photo.pdf
SRGE photo.pdfSRGE photo.pdf
SRGE photo.pdf
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي  الصحافة والإعلام الرقمى  فى عصر الذكاء الاصطناعي
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى الميتافيرس و مستقبل التعليم فى الوطن العربى
الميتافيرس و مستقبل التعليم فى الوطن العربى
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنيةالذكاء الأصطناعى المسؤول ومستقبل  الأمن المناخى وانعكاساته الاجتماعية والأمنية
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
 
التغير المناخى للاطفال
التغير المناخى للاطفالالتغير المناخى للاطفال
التغير المناخى للاطفال
 
الذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفالالذكاء الاصطناعى للاطفال
الذكاء الاصطناعى للاطفال
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسىإستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية  الإقتصاد الأخضر لمواجهة التغيرات المناخية
الإقتصاد الأخضر لمواجهة التغيرات المناخية
 
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...   الإستخدام المسؤول للذكاء الإصطناعى  فى سياق تغيرالمناخ   خارطة طريق فى عال...
الإستخدام المسؤول للذكاء الإصطناعى فى سياق تغيرالمناخ خارطة طريق فى عال...
 
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسيةالذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
الذكاء الإصطناعي والتغيرات المناخية والبيئية:الفرص والتحديات والأدوات السياسية
 
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
الذكاء الاصطناعى:أسلحة لا تنام وآفاق لا تنتهى
 
اقتصاد ميتافيرس
اقتصاد ميتافيرساقتصاد ميتافيرس
اقتصاد ميتافيرس
 

Último

Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6Vanessa Camilleri
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfChristalin Nelson
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 

Último (20)

Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdf
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 

Medical image analysis

  • 1. Medical Image Analysis Hossam Mahmoud Moftah and Aboul Ella Hassanien Cairo University, Dept. of Information Technology, Faculty of Computers and information Scientific Research Group in Egypt http://www.egyptscience.net
  • 2. Agenda • • • • • • Introduction Objectives Scope of work and proposed solutions Medical Imaging Medical Image Segmentation Ant Colony Optimization • Proposed Approaches • Adaptive K-Means Clustering Algorithm for MR Breast Image Segmentation • 3D Brain Tumor Segmentation Scheme using K-mean Clustering and Connected Component Labeling Algorithms • Volume Identification and Estimation of MRI Brain Tumor • MRI Breast cancer diagnosis hybrid approach using adaptive Ant-based segmentation and Multilayer Perceptron NN classifier • 2 Conclusions and Future Work
  • 3. Introduction • • There are many problems in medical image analysis and interpretation involve the need for a computer aided system to understand the images and image structure and know what it means. • 3 Bio-medical Image analysis and processing has great significance in the field of medicine, especially in Non-invasive treatment and clinical study. The accurate interpretation and analysis of medical images often become boring and time consuming, because there is much detail in such images.
  • 4. Objectives • • Applying information analysis and visualization to biomedical research problems. • 4 Developing computational methods and algorithms to analyze and quantify biomedical data. Developing methods and applications to give our collaborators the ability to analyze biomedical data to help in the discovery of biomedical knowledge and the diagnosis of diseases.
  • 5. Scope of work and proposed solutions • In this research complete solutions proposed for medical image analysis. are • Different approaches and systems that combines the advantages of intelligent techniques are presented such as: • Ant-based clustering, k-means clustering and neural network classifiers, in conjunction with statisticalbased feature extraction. • Robust medical imaging systems to analyze and interpret 2D and 3D medical images including 3D brain tumor, MRI breast images. 5
  • 6. Medical Imaging • Image intensities can be: • Radiation absorption in X-ray imaging • Acoustic pressure in ultrasound • Radio frequency (RF) signal amplitude in MRI • • 6 Dimensionality: Refers to whether a segmentation method operates in a 2-D image domain or a 3-D image domain. Generally, 2-D methods are applied to 2D images, and 3-D methods are applied to 3-D images.
  • 7. Medical Imaging • In some cases, however, 2-D methods are applied sequentially to the slices of a 3-D image. • This may arise because of practical reasons: • Ease of implementation • Lower computational complexity • Reduced memory requirements • 7 Major Modalities: • • • • Projection X-ray (Radiography) Computed Tomography (CT) Magnetic Resonance Imaging (MRI) Ultrasound
  • 8. MRI vs. CT Scan • • 8 CT scans are a specialized type of x-ray MRI uses a magnetic field with radio frequencies introduced into it.
  • 9. MRI vs. CT Scan CT CT is not the best choice for that MRI MRI Scan show tendons and ligaments very well Bleeding in the brain, especially from MRI is not the best choice for that injury CT is not the best choice for that Tumor in the brain is better seen on MRI bone structures - the inner ears - can MRI is not the best choice for that easily detect tumors within the auditory canals CT shows organ tear and organ injury MRI is not the best choice for that quickly and efficiently for the damaged organs or torn in accident Broken bones and vertebral bodies of MRI is not the best choice for that the spine 9 MRI is not the best choice for that Injury to the spinal cord itself
  • 10. MRI vs. CT Scan 10
  • 11. Image Segmentation • Image segmentation is the task of splitting a digital image into one or more regions of interest. • Image Segmentation Techniques: • Region-based segmentation • Data clustering • Edge-base segmentation 11
  • 12. Image Segmentation • Region-based segmentation • Seeded Region Growing • Region Splitting and Merging • Data clustering • Hierarchical • Hierarchical divisive algorithm • Partitional • K-means Clustering Algorithm • Edge-base segmentation • Watershed Segmentation Algorithm 12
  • 13. Ant Colony Optimization • Ant Colony Optimization is an efficient method to finding optimal solutions to a graph • Using three algorithms based on choosing a city, updating pheromone trails and pheromone trail decay, we can determine an optimal solution to a graph • Ant Colony Optimization has been used to figure out solutions to real world problems, such as truck routing 13
  • 14. Proposed Approaches: 2D Segmentation Adaptive K-Means Clustering Algorithm for MR Breast Image Segmentation Hossam M.Moftah, Ahmed Taher Azar, Eiman. T. AlShammari, Neveen. I.Ghali, Aboul Ella Hassanien, and Mahmoud Shoman, "Adaptive K-Means Clustering Algorithm for MR Breast Image Segmentation", Neural Computing and Applications Journal, DOI 10.1007/s00521-013-1437-4 (Springer), 2013. (Impact factor =1.6). 14
  • 15. Adaptive K-Means Clustering Algorithm for MR Breast Image Segmentation • The most popular method for clustering is k-means clustering. • This article presents a new approach intended to provide more reliable magnetic resonance (MR) breast image segmentation that is based on adaptation to identify target objects through an optimization methodology that maintains the optimum result during iterations. • The proposed approach improves and enhances the effectiveness and efficiency of the traditional k-means clustering algorithm. 15
  • 17. Block diagram of the proposed approach 17
  • 19. Experimental results and comparative analysis 19
  • 20. Experimental results and comparative analysis 20
  • 21. Proposed Approaches: 3D Segmentation 3D Brain Tumor Segmentation Scheme using K-mean Clustering and Connected Component Labeling Algorithms Hossam M. Moftah, Aboul Ella Hassanien, Mohamoud Shoman: 3D brain tumor segmentation scheme using K-mean clustering and connected component labeling algorithms. IEEE International conf, on Intelligent system and design applications ISDA 2010: 320-324. 21
  • 22. 3D Brain Tumor Segmentation Scheme using Kmean Clustering and Connected Component Labeling Algorithms • In this article, an image segmentation scheme is proposed to segment 3D brain tumor from MRI images through the clustering process. • The clustering is achieved using K-means algorithm in conjunction with the connected component labeling algorithm to link the similar clustered objects in all 2D slices and then obtain 3D segmented tissue using the patch object rendering process. 22
  • 23. Block diagram of the proposed approach 23
  • 25. 3D Tumor segmentation algorithm 25
  • 27. Proposed Approaches: 3D Analysis Volume Identification and Estimation of MRI Brain Tumor Hossam M. Moftah, Neveen I. Ghali, Aboul Ella Hassanien, Mahmoud A. Ismail: Volume identification and estimation of MRI brain tumor. IEEE Hybrid Intelligent system (HIS 2012): pp. 120124. 27
  • 28. Volume Identification and Estimation of MRI Brain Tumor • This article deals with two dimensional magnetic resonance imaging (MRI) sequence of brain slices which include many objects to identify and estimate the volume of the brain tumors. 28
  • 29. Volume measurement: an illustrated example 29
  • 32. Proposed Approaches: 3D Analysis MRI Breast cancer diagnosis hybrid approach using adaptive Ant-based segmentation and Multilayer Perceptron NN classifier Hossam M. Moftah, Ahmed Taher Azar, Aboul Ella Hassanien and Mahmoud Shoman, MRI Breast cancer diagnosis approach using adaptive Ant-based segmentation and Multilayer Perceptron NN classifier. Applied Soft Computing Journal (Elsevier), 2013. (Accepted Impact factor = 2.5). 32
  • 33. MRI Breast cancer diagnosis hybrid approach using adaptive Ant-based segmentation and Multilayer Perceptron NN classifier • This article introduces a hybrid approach that combines the advantages of fuzzy sets, ant-based clustering and Multilayer Perceptron Neural Network (NN) classifier, in conjunction with statistical-based feature extraction technique. • An application of breast cancer MRI imaging has been chosen and hybridization system has been applied to see their ability and accuracy to classify the breast cancer images into two outcomes: Benign or Malignant 33
  • 34. Block diagram of the proposed approach 34
  • 36. Experimental results and comparative analysis 36
  • 37. Experimental results and comparative analysis 37
  • 38. Experimental results and comparative analysis 38
  • 39. Experimental results and comparative analysis 39
  • 40. Conclusions • Bio-medical image analysis solutions and systems are presented in • • • • • 40 this thesis. An efficient 2D and 3D segmentation algorithms for medical images are presented to solve medical image segmentation problems. A new approach is presented intended to provide more reliable MR breast image segmentation. An image segmentation scheme is presented to segment 3D brain tumor from MRI images. 3D brain tumor identification and volume measurement algorithm is presented for brain MRI. A hybrid approach is presented that combines the advantages of fuzzy sets, ant-based clustering and Multilayer Perceptron Neural Network (NN) classifier, in conjunction with statistical-based feature extraction technique.
  • 41. Future Work • Introducing techniques and algorithms to solve the traditional • • • • • 41 medical problems in my country Egypt such as the early detection of liver fibrosis stages and other medical problems. Overcoming limitations inherent in conventional computer-aided diagnosis, and try to apply intelligent methods and algorithms such as rough sets, near sets to present an effective method of dealing with uncertainties. Introducing and applying optimization techniques to solve medical problems such as multi-objective optimization or pareto optimization. Introducing new versions of optimization algorithms such as Discrete Invasive Weed Optimization (IWO) algorithm inspired from weed colonization to solve medical imaging problems. Dealing with animal medical images to solve medical animal problems such as mammary gland tumors in cats. Searching for different new machine learning techniques to optimize the classification step.