SlideShare a Scribd company logo
Supervised Classification for Object Identification
in Urban Areas using Satellite Imagery
1
Presentation by
Dr. Hazrat Ali
COMSATS Institute of Information Technology Abbottabad
Adnan Ali Awan, Sanaullah Khan, Omer Shafique, Atiq ur Rahman, Shahid Khan
COMSATS Institute of Information Technology Abbottabad, Pakistan
Hamad Bin Khalifa University, Qatar
University of Lorraine, France
Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Outline
1. Introduction
2. Objective
3. Generalized Procedure
4. Dataset
5. Proposed Method
6. GLCM Features
7. Classification
8. Results
2Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
3
Introduction
Aerial and satellite imagery consists of pictures taken from aircraft and
from man-made satellites orbiting the Earth.
These images are useful for weather prediction or navigation.
Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Objective
To identify objects in aerial imagery of urban areas.
4Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Generalized Procedure
5
Image pre-processing
Feature Extraction
Model Training
Testing
Results
Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Dataset
 3D Semantic Labeling Contest
 The dataset is obtained from the International Society for Photogrammetry
and Remote Sensing (ISPRS)
 http://www2.isprs.org/
 A total of 20 images
6Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Proposed Method
Feature Extraction Techniques
 GLCM (Textural Features)
 Local Spatial Statistical features
 Moran’s I (A kind of Local Spatial
Statistical feature)
 Color features
 Edge features
 Shape features
Classification Algorithms
• Naïve Bayes
• Support Vector Machine
• K Nearest Neighbor
• Neural Networks
• Decision Trees
• Linear Discriminant Analysis
7Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Proposed Method
Feature Extraction Techniques
 GLCM (Textural Features)
 Local Spatial Statistical features
 Moran’s I (A kind of Local Spatial
Statistical feature)
 Color features
 Edge features
 Shape features
Classification Algorithms
• Naïve Bayes
• Support Vector Machine
• K Nearest Neighbor
• Neural Networks
• Decision Trees
• Linear Discriminant Analysis
8Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Block Diagram
Window
Selection ResultsClassification
Image
Feature
Extraction
Entropy
Homogeneity
Energy
Contrast
9Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
GLCM Features
• Grey Level Co-occurrence Matrix (GLCM)
• Number of count of intensity value with
another intensity value in a specific
relationship.
• The GLCM is a tabulation of how often
different combinations of gray levels co-occur
in an image or image section.
• GLCM is based on second order statistics.
10Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
GLCM Features
• Grey Level Co-occurrence Matrix (GLCM)
• Number of count of intensity value with
another intensity value in a specific
relationship.
• The GLCM is a tabulation of how often
different combinations of gray levels co-occur
in an image or image section.
• Based on second order statistics.
• GLCM Features:
1. Homogeneity 𝑖 𝑗 𝑃𝑑,𝑟(𝑖, 𝑗)
2. Contrast 𝑖 𝑗[ 𝑖. 𝑗 2 𝑃𝑑,𝑟 𝑖. 𝑗 2]
3. Energy 𝑖 𝑗 𝑃𝑑,𝑟 𝑖. 𝑗 2
4. Entropy 𝑖 𝑗 𝑃𝑑,𝑟 𝑖, 𝑗 [−ln[ 𝑗 𝑃𝑑,𝑟 𝑖. 𝑗 2
]]
11Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Classification
12Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
A family of simple probabilistic classifiers based on applying Bayes' theorem.
𝑃 𝐶 𝑋 =
𝑃 𝑋 𝐶 𝑃(𝐶)
𝑃(𝑋)
𝑃𝑜𝑠𝑡𝑒𝑟𝑖𝑜𝑟 =
𝐿𝑖𝑘𝑙𝑖ℎ𝑜𝑜𝑑 × 𝑃𝑟𝑖𝑜𝑟
𝐸𝑣𝑖𝑑𝑒𝑛𝑐𝑒
𝑃 𝐶 = 𝑃𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑐𝑙𝑎𝑠𝑠
𝑃 𝑋 = 𝑃𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑑𝑎𝑡𝑎
𝑃 𝐶 𝑋 = 𝑃𝑟𝑜𝑏𝑎𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑐𝑙𝑎𝑠𝑠 𝑔𝑖𝑣𝑒𝑛 𝑑𝑎𝑡𝑎
𝑃 𝑋 𝐶 = 𝑃𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑑𝑎𝑡𝑎 𝑔𝑖𝑣𝑒𝑛 𝑡ℎ𝑒 𝑐𝑙𝑎𝑠𝑠
Naïve Bayes
13Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
A Support Vector Machine (SVM) is a discriminative classifier formally defined by a
separating hyperplane.
The optimal separating hyperplane maximizes the margin of the training data.
Support Vector Machine
14Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Pre-processing
Input Image
15Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Pre-processing
RGB to Grey level
16Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Segmentation
with 70×70 window size
Input textural image Resulting segmentation GLCM
Run time 27.6 sec
17Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Segmentation
with 50×50 window size
Input textural image Resulting segmentation GLCM
Run time 45.2 sec
18Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Experimental Results
S.No Homogeneity Contrast Energy Entropy Naïve Bayes SVM
50x50 70x70 50x50 70x70 50x50 70x70 50x50 70x70 50x50 70x70 50x50 70x70
1 0.9323 0.9310 0.1654 0.1650 0.4636 0.4114 0.7892 0.8413 72.79% 71.63% 67.94% 64.52%
2 0.9409 0.9365 0.7658 0.7632 0.5094 0.4426 0.7501 0.08637 72.79% 71.63% 67.94% 64.52%
3 0.9346 0.9355 0.1550 0.1566 0.4791 0.4145 0.7494 0.8604 70.47% 70.37% 66.92% 66.07%
4 0.9018 0.9317 0.1837 0.1701 0.3951 0.3751 0.8036 0.8630 70.37% 70.17% 67.07% 66.92%
19Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
60.00%
62.00%
64.00%
66.00%
68.00%
70.00%
72.00%
74.00%
Naïve Bayes SVM
50x50
70x70
Visualization
20Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Some challenges
• Experiments were performed on a CPU. Thus, the available RAM resources (4
GB only) were not sufficient for larger dataset.
• Most recent datasets are paid.
• In future:
• GPU based computation
• Deep learning approaches particularly generative models.
21Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
References
• [Available online] http://www.isprs.org/ (Accessed 2016)
• Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector machines. ACM
Transactions on Intelligent Systems and Technology, 2:27:1--27:27, 2011. Software available
at http://www.csie.ntu.edu.tw/~cjlin/libsvm
• R. M. Haralick, "Statistical and structural approaches to texture," in Proceedings of the IEEE,
vol. 67, no. 5, pp. 786-804, May 1979.
22Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
Thank you
23
Contact: hazratali@ciit.net.pk
Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018

More Related Content

Similar to Slides ali-icomet2018 (20)

PPTX
Implementation of Automated Attendance System using Deep Learning
Md. Mahfujur Rahman
 
PDF
RECENT PHD RESEARCH TOPIC IDEAS FOR COMPUTER SCIENCE ENGINEERING 2020 Exclusi...
Tutors India
 
PDF
IRJET- 3D Object Recognition of Car Image Detection
IRJET Journal
 
PDF
Product Engineer Certified Lean Six Sigma Black Belt by IASSC
HAKKACHE Mohamed
 
PDF
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET Journal
 
PDF
Performance Evaluation of Lane Detection Images Based on Fuzzy Logic
IRJET Journal
 
PDF
IRJET - Smart Vet Locator for Hybrid Pets
IRJET Journal
 
PDF
AUTOMATIC ATTENDANCE SYSTEM MANAGEMENT USING RASPBERRY PI WITH ULTRASONIC SENSOR
IRJET Journal
 
PDF
Criminal Identification using Arm7
IRJET Journal
 
PDF
IRJET- Generating 3D Models Using 3D Generative Adversarial Network
IRJET Journal
 
PDF
IRJET- Embedded System for Automatic Door Access using Face Recognition Te...
IRJET Journal
 
PPTX
ICRCET Yelloppoya University Conference Presentation
sivaashokkumar412
 
PDF
Improved Performance of Fuzzy Logic Algorithm for Lane Detection Images
IRJET Journal
 
PDF
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET Journal
 
PDF
IRJET - Automated Fraud Detection Framework in Examination Halls
IRJET Journal
 
PDF
An emulation framework for IoT, Fog, and Edge Applications
MoysisSymeonides
 
PDF
Association Rule Mining using RHadoop
IRJET Journal
 
PDF
Anomaly Detection in Smart Home IoT Systems Using Machine Learning Approaches
AI Publications
 
PDF
IRJET- Surveillance of Object Motion Detection and Caution System using B...
IRJET Journal
 
PDF
Vehicle Speed Estimation using Haar Classifier Algorithm
ijtsrd
 
Implementation of Automated Attendance System using Deep Learning
Md. Mahfujur Rahman
 
RECENT PHD RESEARCH TOPIC IDEAS FOR COMPUTER SCIENCE ENGINEERING 2020 Exclusi...
Tutors India
 
IRJET- 3D Object Recognition of Car Image Detection
IRJET Journal
 
Product Engineer Certified Lean Six Sigma Black Belt by IASSC
HAKKACHE Mohamed
 
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET Journal
 
Performance Evaluation of Lane Detection Images Based on Fuzzy Logic
IRJET Journal
 
IRJET - Smart Vet Locator for Hybrid Pets
IRJET Journal
 
AUTOMATIC ATTENDANCE SYSTEM MANAGEMENT USING RASPBERRY PI WITH ULTRASONIC SENSOR
IRJET Journal
 
Criminal Identification using Arm7
IRJET Journal
 
IRJET- Generating 3D Models Using 3D Generative Adversarial Network
IRJET Journal
 
IRJET- Embedded System for Automatic Door Access using Face Recognition Te...
IRJET Journal
 
ICRCET Yelloppoya University Conference Presentation
sivaashokkumar412
 
Improved Performance of Fuzzy Logic Algorithm for Lane Detection Images
IRJET Journal
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET Journal
 
IRJET - Automated Fraud Detection Framework in Examination Halls
IRJET Journal
 
An emulation framework for IoT, Fog, and Edge Applications
MoysisSymeonides
 
Association Rule Mining using RHadoop
IRJET Journal
 
Anomaly Detection in Smart Home IoT Systems Using Machine Learning Approaches
AI Publications
 
IRJET- Surveillance of Object Motion Detection and Caution System using B...
IRJET Journal
 
Vehicle Speed Estimation using Haar Classifier Algorithm
ijtsrd
 

Recently uploaded (20)

PPTX
Precedence and Associativity in C prog. language
Mahendra Dheer
 
PPTX
Water resources Engineering GIS KRT.pptx
Krunal Thanki
 
PPTX
Ground improvement techniques-DEWATERING
DivakarSai4
 
PPTX
Inventory management chapter in automation and robotics.
atisht0104
 
PPTX
filteration _ pre.pptx 11111110001.pptx
awasthivaibhav825
 
PDF
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
PDF
Irrigation Project Report, CTEVT, Diploma in Civil engineering
civilhack22
 
PDF
CAD-CAM U-1 Combined Notes_57761226_2025_04_22_14_40.pdf
shailendrapratap2002
 
PDF
4 Tier Teamcenter Installation part1.pdf
VnyKumar1
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PPTX
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PDF
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
PDF
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PPTX
Basics of Auto Computer Aided Drafting .pptx
Krunal Thanki
 
PPTX
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
PPTX
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
PDF
Zero Carbon Building Performance standard
BassemOsman1
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
Precedence and Associativity in C prog. language
Mahendra Dheer
 
Water resources Engineering GIS KRT.pptx
Krunal Thanki
 
Ground improvement techniques-DEWATERING
DivakarSai4
 
Inventory management chapter in automation and robotics.
atisht0104
 
filteration _ pre.pptx 11111110001.pptx
awasthivaibhav825
 
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
Irrigation Project Report, CTEVT, Diploma in Civil engineering
civilhack22
 
CAD-CAM U-1 Combined Notes_57761226_2025_04_22_14_40.pdf
shailendrapratap2002
 
4 Tier Teamcenter Installation part1.pdf
VnyKumar1
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
MT Chapter 1.pptx- Magnetic particle testing
ABCAnyBodyCanRelax
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
Biodegradable Plastics: Innovations and Market Potential (www.kiu.ac.ug)
publication11
 
STUDY OF NOVEL CHANNEL MATERIALS USING III-V COMPOUNDS WITH VARIOUS GATE DIEL...
ijoejnl
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
Basics of Auto Computer Aided Drafting .pptx
Krunal Thanki
 
sunil mishra pptmmmmmmmmmmmmmmmmmmmmmmmmm
singhamit111
 
FUNDAMENTALS OF ELECTRIC VEHICLES UNIT-1
MikkiliSuresh
 
Zero Carbon Building Performance standard
BassemOsman1
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
Ad

Slides ali-icomet2018

  • 1. Supervised Classification for Object Identification in Urban Areas using Satellite Imagery 1 Presentation by Dr. Hazrat Ali COMSATS Institute of Information Technology Abbottabad Adnan Ali Awan, Sanaullah Khan, Omer Shafique, Atiq ur Rahman, Shahid Khan COMSATS Institute of Information Technology Abbottabad, Pakistan Hamad Bin Khalifa University, Qatar University of Lorraine, France Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 2. Outline 1. Introduction 2. Objective 3. Generalized Procedure 4. Dataset 5. Proposed Method 6. GLCM Features 7. Classification 8. Results 2Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 3. 3 Introduction Aerial and satellite imagery consists of pictures taken from aircraft and from man-made satellites orbiting the Earth. These images are useful for weather prediction or navigation. Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 4. Objective To identify objects in aerial imagery of urban areas. 4Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 5. Generalized Procedure 5 Image pre-processing Feature Extraction Model Training Testing Results Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 6. Dataset  3D Semantic Labeling Contest  The dataset is obtained from the International Society for Photogrammetry and Remote Sensing (ISPRS)  http://www2.isprs.org/  A total of 20 images 6Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 7. Proposed Method Feature Extraction Techniques  GLCM (Textural Features)  Local Spatial Statistical features  Moran’s I (A kind of Local Spatial Statistical feature)  Color features  Edge features  Shape features Classification Algorithms • Naïve Bayes • Support Vector Machine • K Nearest Neighbor • Neural Networks • Decision Trees • Linear Discriminant Analysis 7Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 8. Proposed Method Feature Extraction Techniques  GLCM (Textural Features)  Local Spatial Statistical features  Moran’s I (A kind of Local Spatial Statistical feature)  Color features  Edge features  Shape features Classification Algorithms • Naïve Bayes • Support Vector Machine • K Nearest Neighbor • Neural Networks • Decision Trees • Linear Discriminant Analysis 8Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 9. Block Diagram Window Selection ResultsClassification Image Feature Extraction Entropy Homogeneity Energy Contrast 9Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 10. GLCM Features • Grey Level Co-occurrence Matrix (GLCM) • Number of count of intensity value with another intensity value in a specific relationship. • The GLCM is a tabulation of how often different combinations of gray levels co-occur in an image or image section. • GLCM is based on second order statistics. 10Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 11. GLCM Features • Grey Level Co-occurrence Matrix (GLCM) • Number of count of intensity value with another intensity value in a specific relationship. • The GLCM is a tabulation of how often different combinations of gray levels co-occur in an image or image section. • Based on second order statistics. • GLCM Features: 1. Homogeneity 𝑖 𝑗 𝑃𝑑,𝑟(𝑖, 𝑗) 2. Contrast 𝑖 𝑗[ 𝑖. 𝑗 2 𝑃𝑑,𝑟 𝑖. 𝑗 2] 3. Energy 𝑖 𝑗 𝑃𝑑,𝑟 𝑖. 𝑗 2 4. Entropy 𝑖 𝑗 𝑃𝑑,𝑟 𝑖, 𝑗 [−ln[ 𝑗 𝑃𝑑,𝑟 𝑖. 𝑗 2 ]] 11Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 12. Classification 12Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 13. A family of simple probabilistic classifiers based on applying Bayes' theorem. 𝑃 𝐶 𝑋 = 𝑃 𝑋 𝐶 𝑃(𝐶) 𝑃(𝑋) 𝑃𝑜𝑠𝑡𝑒𝑟𝑖𝑜𝑟 = 𝐿𝑖𝑘𝑙𝑖ℎ𝑜𝑜𝑑 × 𝑃𝑟𝑖𝑜𝑟 𝐸𝑣𝑖𝑑𝑒𝑛𝑐𝑒 𝑃 𝐶 = 𝑃𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑐𝑙𝑎𝑠𝑠 𝑃 𝑋 = 𝑃𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑑𝑎𝑡𝑎 𝑃 𝐶 𝑋 = 𝑃𝑟𝑜𝑏𝑎𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑐𝑙𝑎𝑠𝑠 𝑔𝑖𝑣𝑒𝑛 𝑑𝑎𝑡𝑎 𝑃 𝑋 𝐶 = 𝑃𝑟𝑜𝑏𝑎𝑏𝑖𝑙𝑖𝑡𝑦 𝑜𝑓 𝑑𝑎𝑡𝑎 𝑔𝑖𝑣𝑒𝑛 𝑡ℎ𝑒 𝑐𝑙𝑎𝑠𝑠 Naïve Bayes 13Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 14. A Support Vector Machine (SVM) is a discriminative classifier formally defined by a separating hyperplane. The optimal separating hyperplane maximizes the margin of the training data. Support Vector Machine 14Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 15. Pre-processing Input Image 15Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 16. Pre-processing RGB to Grey level 16Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 17. Segmentation with 70×70 window size Input textural image Resulting segmentation GLCM Run time 27.6 sec 17Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 18. Segmentation with 50×50 window size Input textural image Resulting segmentation GLCM Run time 45.2 sec 18Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 19. Experimental Results S.No Homogeneity Contrast Energy Entropy Naïve Bayes SVM 50x50 70x70 50x50 70x70 50x50 70x70 50x50 70x70 50x50 70x70 50x50 70x70 1 0.9323 0.9310 0.1654 0.1650 0.4636 0.4114 0.7892 0.8413 72.79% 71.63% 67.94% 64.52% 2 0.9409 0.9365 0.7658 0.7632 0.5094 0.4426 0.7501 0.08637 72.79% 71.63% 67.94% 64.52% 3 0.9346 0.9355 0.1550 0.1566 0.4791 0.4145 0.7494 0.8604 70.47% 70.37% 66.92% 66.07% 4 0.9018 0.9317 0.1837 0.1701 0.3951 0.3751 0.8036 0.8630 70.37% 70.17% 67.07% 66.92% 19Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 20. 60.00% 62.00% 64.00% 66.00% 68.00% 70.00% 72.00% 74.00% Naïve Bayes SVM 50x50 70x70 Visualization 20Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 21. Some challenges • Experiments were performed on a CPU. Thus, the available RAM resources (4 GB only) were not sufficient for larger dataset. • Most recent datasets are paid. • In future: • GPU based computation • Deep learning approaches particularly generative models. 21Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 22. References • [Available online] http://www.isprs.org/ (Accessed 2016) • Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector machines. ACM Transactions on Intelligent Systems and Technology, 2:27:1--27:27, 2011. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm • R. M. Haralick, "Statistical and structural approaches to texture," in Proceedings of the IEEE, vol. 67, no. 5, pp. 786-804, May 1979. 22Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018
  • 23. Thank you 23 Contact: [email protected] Dr. Hazrat Ali @ 2018 International Conference on Computing, Mathematics and Engineering Technologies – iCoMET 2018