SlideShare a Scribd company logo
SATELLITE IMAGE
CLASSIFICATION
USING K-NN, SVM,
AND DECISION TREE
1. I Gede B. P. (P66077042)
2. Umroh Dian S. (P66077050)
3. Iva N. (P66067021)
4. M. Irsyadi F. (P66067055)
The Outlines
• INTRODUCTION
• METHODOLOGY
• DATA AND PROCESSING
• RESULTS AND ANALYSIS
• CONCLUSION
2
1.
INTRODUCTION
4
Manual Method ?
High Resolution:
Pleiades Image
Low Resolution:
Landsat 8 Image
5
Pleiades
• K-NN
• SVM
• DT
Landsat 8
• K-NN
• SVM
• DT
The purposes:
To find the suitable method for each image
by considering the accuracy.
2.
METHODOLOGY
6
Proposed Flowchart
7
Proposed Flowchart
High Resolution:
Pleiades Image
Low Resolution:
Landsat 8 Image
8
9
K-NN
• K-Nearest-Neighbor algorithm is a method for
classifying objects based on closest training label in the
feature space.
• K value which gives the minimum error rate may be
selected for K-Nearest Neighbor classification.
• Distance function for K-Nearest-Neighbor is Euclidean
distance. It uses distance based comparison to assign
equal weight to each attribute. They can suffer from
poor accuracy when noisy and irrelevant attributes are
given.
• It is classifying the pattern by comparing a given test
pattern with training pattern that are similar to it. It is
widely used in pattern recognition.
(K-Nearest-Neighbor)
Sounds
Claws
?
K=3
10
SVM
• SVM classification uses different planes in space to
divide data points.
• It gains flexibility in the choice of threshold and handles
more input data very efficiently.
• Its performance and accuracy depend upon the
selection of hyper plane and kernel parameter.
• The goal of SVM Classification is to produce a model,
based on the training data, which will be able to predict
class labels of the test data accurately
(Support Vector Machine)
CupcakeMuffin
Cupcakes are topped with
creamy, delicious frosting.
Muffins may have a sugared
top or a very thin glaze.
VS
10
11
(Support Vector Machine)
SVM
Muffins
Cupcakes
12
(Support Vector Machine)
SVM
13
(Support Vector Machine)
SVM
Muffins
Cupcakes
14
DT
• Decision tree consist of mainly three parts: Partitioning
the nodes, find the terminal nodes and allocate class
label to terminal nodes.
• It is based on hierarchical rule. It handles high
dimensional data and representation of knowledge in
tree form which is easy to humans for understanding
purpose.
• When decision tree built, many of branches reflects
noise in the training pattern so, tree pruning attempts to
identify and remove such branches and improve the
accuracy of classification.
(Decision Tree)
3.
DATA AND
PROCESSING
15
16
Data
High Resolution
Low Resolution Landsat 8
North Taiwan ; 2018
Image size: 4300 x 4300 pixels
Pleiades
Colorado, USA ; 2012
Image size: 1300 x 1300 pixels
ENVI 5.3
Processing
High Resolution
Training and Testing Sample
Datasets
• The red color = building region
• The green color = vegetation region
• The blue color = road region
• The yellow color = concrete region
Land Cover Training Area (Segment)
Vegetation 1726
Building 486
Road 72
Concrete 420
17
SVM
Classification
DT
Classification
KNN
Classification
18Vegetation Building Road Concrete
19
High Resolution
Ground Truth
• Digitation
• Manual Interpretation
• Divided into 4 classes:
1.Building
2.Road
3.Vegetation
4.Concrete
Low Resolution
Training and Testing Sample
Datasets
• The red color = urban region
• The green color = vegetation region
• The blue color = water region
Land Cover Training Area (Segment)
Vegetation 11275
Water 98
Urban 10964
20
SVM
Classification
DT
Classification
KNN
Classification
21Vegetation Building Water
22
Low Resolution
Ground Truth
• Digitation
• Manual Interpretation
• Divided into 3 classes:
1.Urban Area
2.Vegetation
3.Water
4.
RESULTS AND
ANALYSIS
23
24
SVM
Classification
ROI
High Resolution
SVM
Overall Accuracy = 78.60%
Kappa Coefficient = 0.5967
Ground Truth (Percent)
Class Building Road Vegetation Concrete
Building 87.4 1.36 16.82 0.46
Road 0.07 91.47 7.55 0.78
Vegetation 11.74 5.04 74.59 2.41
Concrete 0.79 2.14 1.04 96.36
25
k-NN
Classification
ROI
High Resolution
k-NN
Overall Accuracy = 76.26%
Kappa Coefficient = 0.5673
Ground Truth (Percent)
Class Building Road Vegetation Concrete
Building 87.37 1.09 18.37 0.62
Road 0.24 93.56 8.58 0.81
Vegetation 11.12 2.92 71.09 2.36
Concrete 1.27 2.43 1.95 96.2
26
DT
Classification
ROI
High Resolution
DT
Overall Accuracy = 68.41%
Kappa Coefficient = 0.4294
Ground Truth (Percent)
Class Vegetation Road Building Concrete
Vegetation 68.86 6.97 10.79 4.01
Road 7.31 61.89 18.27 0.62
Building 23.75 27.4 68.12 0.12
Concrete 0.09 3.74 2.81 95.24
27
Ground Truth (Percent)
Class Vegetation Water Urban
Vegetation 97.22 0.09 50.42
Water 0.19 99.56 10.14
Urban 2.59 0.35 39.43
SVM
Classification
ROI
Low Resolution
SVM
Overall Accuracy = 83.30%
Kappa Coefficient = 0.7375
28
k-NN
Classification
ROI
Low Resolution
k-NN
Overall Accuracy = 82.34%
Kappa Coefficient = 0.7253
Ground Truth (Percent)
Class Vegetation Water Urban
Vegetation 92.87 0.07 46.53
Water 0.22 99.54 10.18
Urban 4.79 0.34 42.53
29
DT
Classification
ROI
Low Resolution
DT
Overall Accuracy = 59.08%
Kappa Coefficient = 0.4459
Ground Truth (Percent)
Class Water Urban Vegetation
Water 49.48 8.36 0.07
Urban 1.02 37.1 9.25
Vegetation 0.02 46.18 90.6
30
Accuracy Assessment and Comparisons
Overall Accuracy (%) SVM DT KNN
High Resolution 78.60 68.41 76.26
Low Resolution 83.30 59.08 82.34
In high resolution, the classification accuracy of SVM and DT were
significantly different. However, the classification accuracy of SVM
and KNN were not significantly different.
SVM always showed the most accurate results, followed by
Decision Tree and KNN.
31
0
10
20
30
40
50
60
70
80
90
0 1000 2000 3000
OverallAccuracy(%)
Training Sample
Comparing the Performance of
Training Sample
SVM
KNN
Training Sample Comparison
SVM has flexibility in choice of threshold than both method.
SVM K-NN
Training Data Overall Accuracy (%) Difference (%)
2704 78.6
2.24
1354 76.36
3.23
238 73.13
0.03157 73.16
Training Data Overall Accuracy (%) Difference (%)
2704 76.26
2.78
1354 73.48
7.82
238 65.66
11.56157 54.1
32
The Impact of Distance in Training Sample
Land Cover Training Area (Segment)
Vegetation 1726
Building 486
Road 72
Concrete 420
Land Cover Training Area (Segment)
Vegetation 77
Building 38
Road 4
Concrete 38
Classifier Method Overall Accuracy (%)
SVM 78.6
KNN 76.26
Classifier Method Overall Accuracy (%)
SVM 73.16
KNN 54.1
The distance of training sample have significant impact on the classification result.
The closest distance will produce a better result, especially on the KNN method.
5.
CONCLUSION
33
34
Conclusion
• The SVM method has best accuracy compared to the Decision
Tree and k-Nearest Neighbor methods.
• The value of Kappa coefficient in the SVM method has a high
value compared to both methods.
• The sample size of training samples has more impact on the
classification accuracy for KNN and DT than for SVM. In
addition, SVM has flexibility in choice of threshold than both
method.
• The distance in training sample affect on the classification
result. Especially in the KNN method, we can see the big
difference of overall accuracy based on the number of used
training data.
35

More Related Content

What's hot

FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSISFUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
Institute of Information Systems (HES-SO)
 
2.2. interactive computer graphics
2.2. interactive computer graphics2.2. interactive computer graphics
2.2. interactive computer graphics
Ratnadeepsinh Jadeja
 
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest NeighborSatellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
National Cheng Kung University
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
Aboul Ella Hassanien
 
Image processing fundamentals
Image processing fundamentalsImage processing fundamentals
Image processing fundamentals
A B Shinde
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image Compression
Kalyan Acharjya
 
JPEG Image Compression
JPEG Image CompressionJPEG Image Compression
JPEG Image Compression
Aishwarya K. M.
 
Texture based feature extraction and object tracking
Texture based feature extraction and object trackingTexture based feature extraction and object tracking
Texture based feature extraction and object tracking
Priyanka Goswami
 
Digital Image Processing (DIP)
Digital Image Processing (DIP)Digital Image Processing (DIP)
Digital Image Processing (DIP)
Srikanth VNV
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Kuppusamy P
 
Face recognition using LDA
Face recognition using LDAFace recognition using LDA
Face recognition using LDA
Nawin Kumar Sharma
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis system
Aboul Ella Hassanien
 
Face Detection and Recognition System
Face Detection and Recognition SystemFace Detection and Recognition System
Face Detection and Recognition System
Zara Tariq
 
Lzw coding technique for image compression
Lzw coding technique for image compressionLzw coding technique for image compression
Lzw coding technique for image compression
Tata Consultancy Services
 
3D visualisation of medical images
3D visualisation of medical images3D visualisation of medical images
3D visualisation of medical images
Shashank
 
RGB and CMY based color model
RGB and CMY based color modelRGB and CMY based color model
RGB and CMY based color model
Md. Irteza rahman Masud
 
Diabetic Retinopathy
Diabetic RetinopathyDiabetic Retinopathy
Diabetic Retinopathy
Atif Khan
 
Lec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image SegmentationLec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image Segmentation
Ulaş Bağcı
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
Ahmed Daoud
 
4.3 multimedia datamining
4.3 multimedia datamining4.3 multimedia datamining
4.3 multimedia datamining
Krish_ver2
 

What's hot (20)

FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSISFUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
FUNDAMENTALS OF TEXTURE PROCESSING FOR BIOMEDICAL IMAGE ANALYSIS
 
2.2. interactive computer graphics
2.2. interactive computer graphics2.2. interactive computer graphics
2.2. interactive computer graphics
 
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest NeighborSatellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
Image processing fundamentals
Image processing fundamentalsImage processing fundamentals
Image processing fundamentals
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image Compression
 
JPEG Image Compression
JPEG Image CompressionJPEG Image Compression
JPEG Image Compression
 
Texture based feature extraction and object tracking
Texture based feature extraction and object trackingTexture based feature extraction and object tracking
Texture based feature extraction and object tracking
 
Digital Image Processing (DIP)
Digital Image Processing (DIP)Digital Image Processing (DIP)
Digital Image Processing (DIP)
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Face recognition using LDA
Face recognition using LDAFace recognition using LDA
Face recognition using LDA
 
CT computer aided diagnosis system
CT computer aided diagnosis systemCT computer aided diagnosis system
CT computer aided diagnosis system
 
Face Detection and Recognition System
Face Detection and Recognition SystemFace Detection and Recognition System
Face Detection and Recognition System
 
Lzw coding technique for image compression
Lzw coding technique for image compressionLzw coding technique for image compression
Lzw coding technique for image compression
 
3D visualisation of medical images
3D visualisation of medical images3D visualisation of medical images
3D visualisation of medical images
 
RGB and CMY based color model
RGB and CMY based color modelRGB and CMY based color model
RGB and CMY based color model
 
Diabetic Retinopathy
Diabetic RetinopathyDiabetic Retinopathy
Diabetic Retinopathy
 
Lec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image SegmentationLec12: Shape Models and Medical Image Segmentation
Lec12: Shape Models and Medical Image Segmentation
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
 
4.3 multimedia datamining
4.3 multimedia datamining4.3 multimedia datamining
4.3 multimedia datamining
 

Similar to Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor

K- Nearest Neighbor Approach
K- Nearest Neighbor ApproachK- Nearest Neighbor Approach
K- Nearest Neighbor Approach
Kumud Arora
 
Data Processing Using THEOS Satellite Imagery for Disaster Monitoring (Case S...
Data Processing Using THEOS Satellite Imagery for Disaster Monitoring (Case S...Data Processing Using THEOS Satellite Imagery for Disaster Monitoring (Case S...
Data Processing Using THEOS Satellite Imagery for Disaster Monitoring (Case S...
NopphawanTamkuan
 
CAMCOS_final Presentation_Group2.pptx
CAMCOS_final Presentation_Group2.pptxCAMCOS_final Presentation_Group2.pptx
CAMCOS_final Presentation_Group2.pptx
huzaifaazam3
 
IGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.pptIGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.pptgrssieee
 
Trackster Pruning at the CMS High-Granularity Calorimeter
Trackster Pruning at the CMS High-Granularity CalorimeterTrackster Pruning at the CMS High-Granularity Calorimeter
Trackster Pruning at the CMS High-Granularity Calorimeter
Yousef Fadila
 
Do Fractional Norms and Quasinorms Help to Overcome the Curse of Dimensiona...
Do Fractional Norms and Quasinorms Help to Overcome the Curse of Dimensiona...Do Fractional Norms and Quasinorms Help to Overcome the Curse of Dimensiona...
Do Fractional Norms and Quasinorms Help to Overcome the Curse of Dimensiona...
Alexander Gorban
 
TENSOR VOTING BASED BINARY CLASSIFIER
TENSOR VOTING BASED BINARY CLASSIFIERTENSOR VOTING BASED BINARY CLASSIFIER
TENSOR VOTING BASED BINARY CLASSIFIER
cscpconf
 
Lower back pain Regression models
Lower back pain Regression modelsLower back pain Regression models
Lower back pain Regression models
Alok Tayal (PMP, PMI-ACP, TOGAF)
 
Application of combined support vector machines in process fault diagnosis
Application of combined support vector machines in process fault diagnosisApplication of combined support vector machines in process fault diagnosis
Application of combined support vector machines in process fault diagnosis
Dr.Pooja Jain
 
SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)Reheman Baikejiang
 
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
MLconf
 
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
ijcsit
 
final_year_project
final_year_projectfinal_year_project
final_year_projectMALLIKA H.M
 
Deep Learning in Computer Vision
Deep Learning in Computer VisionDeep Learning in Computer Vision
Deep Learning in Computer Vision
Sungjoon Choi
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Pinaki Ranjan Sarkar
 
Compressed learning for time series classification
Compressed learning for time series classificationCompressed learning for time series classification
Compressed learning for time series classification
學翰 施
 
crowd counting.pptx
crowd counting.pptxcrowd counting.pptx
crowd counting.pptx
shubhampawar445982
 
Project presentation
Project presentationProject presentation
Project presentationMaham Sajid
 
K - Nearest neighbor ( KNN )
K - Nearest neighbor  ( KNN )K - Nearest neighbor  ( KNN )
K - Nearest neighbor ( KNN )
Mohammad Junaid Khan
 

Similar to Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor (20)

K- Nearest Neighbor Approach
K- Nearest Neighbor ApproachK- Nearest Neighbor Approach
K- Nearest Neighbor Approach
 
Data Processing Using THEOS Satellite Imagery for Disaster Monitoring (Case S...
Data Processing Using THEOS Satellite Imagery for Disaster Monitoring (Case S...Data Processing Using THEOS Satellite Imagery for Disaster Monitoring (Case S...
Data Processing Using THEOS Satellite Imagery for Disaster Monitoring (Case S...
 
CAMCOS_final Presentation_Group2.pptx
CAMCOS_final Presentation_Group2.pptxCAMCOS_final Presentation_Group2.pptx
CAMCOS_final Presentation_Group2.pptx
 
IGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.pptIGARSS2011-I-Ling.ppt
IGARSS2011-I-Ling.ppt
 
Trackster Pruning at the CMS High-Granularity Calorimeter
Trackster Pruning at the CMS High-Granularity CalorimeterTrackster Pruning at the CMS High-Granularity Calorimeter
Trackster Pruning at the CMS High-Granularity Calorimeter
 
Do Fractional Norms and Quasinorms Help to Overcome the Curse of Dimensiona...
Do Fractional Norms and Quasinorms Help to Overcome the Curse of Dimensiona...Do Fractional Norms and Quasinorms Help to Overcome the Curse of Dimensiona...
Do Fractional Norms and Quasinorms Help to Overcome the Curse of Dimensiona...
 
TENSOR VOTING BASED BINARY CLASSIFIER
TENSOR VOTING BASED BINARY CLASSIFIERTENSOR VOTING BASED BINARY CLASSIFIER
TENSOR VOTING BASED BINARY CLASSIFIER
 
Lower back pain Regression models
Lower back pain Regression modelsLower back pain Regression models
Lower back pain Regression models
 
Application of combined support vector machines in process fault diagnosis
Application of combined support vector machines in process fault diagnosisApplication of combined support vector machines in process fault diagnosis
Application of combined support vector machines in process fault diagnosis
 
SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)SPIE 10059-36(Reheman Baikejiang)
SPIE 10059-36(Reheman Baikejiang)
 
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
Hanjun Dai, PhD Student, School of Computational Science and Engineering, Geo...
 
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
Validation Study of Dimensionality Reduction Impact on Breast Cancer Classifi...
 
final_year_project
final_year_projectfinal_year_project
final_year_project
 
Deep Learning in Computer Vision
Deep Learning in Computer VisionDeep Learning in Computer Vision
Deep Learning in Computer Vision
 
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
Comparison of Segmentation Algorithms and Estimation of Optimal Segmentation ...
 
Compressed learning for time series classification
Compressed learning for time series classificationCompressed learning for time series classification
Compressed learning for time series classification
 
crowd counting.pptx
crowd counting.pptxcrowd counting.pptx
crowd counting.pptx
 
Cluster Analysis for Dummies
Cluster Analysis for DummiesCluster Analysis for Dummies
Cluster Analysis for Dummies
 
Project presentation
Project presentationProject presentation
Project presentation
 
K - Nearest neighbor ( KNN )
K - Nearest neighbor  ( KNN )K - Nearest neighbor  ( KNN )
K - Nearest neighbor ( KNN )
 

More from National Cheng Kung University

Accuracy assessment and 3D Mapping by Consumer Grade Spherical Camera
Accuracy assessment and 3D Mapping by Consumer Grade Spherical CameraAccuracy assessment and 3D Mapping by Consumer Grade Spherical Camera
Accuracy assessment and 3D Mapping by Consumer Grade Spherical Camera
National Cheng Kung University
 
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
National Cheng Kung University
 
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
National Cheng Kung University
 
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
National Cheng Kung University
 
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
National Cheng Kung University
 
Handbook PPI Tainan Taiwan 2018
Handbook PPI Tainan Taiwan 2018Handbook PPI Tainan Taiwan 2018
Handbook PPI Tainan Taiwan 2018
National Cheng Kung University
 
Optimal Filtering with Kalman Filters and Smoothers Using AndroSensor IMU Data
Optimal Filtering with Kalman Filters and Smoothers Using AndroSensor IMU DataOptimal Filtering with Kalman Filters and Smoothers Using AndroSensor IMU Data
Optimal Filtering with Kalman Filters and Smoothers Using AndroSensor IMU Data
National Cheng Kung University
 
EKF and RTS smoother toolbox
EKF and RTS smoother toolboxEKF and RTS smoother toolbox
EKF and RTS smoother toolbox
National Cheng Kung University
 
Kalman Filter Basic
Kalman Filter BasicKalman Filter Basic
Kalman Filter Basic
National Cheng Kung University
 
A Method of Mining Association Rules for Geographical Points of Interest
A Method of Mining Association Rules for Geographical Points of InterestA Method of Mining Association Rules for Geographical Points of Interest
A Method of Mining Association Rules for Geographical Points of Interest
National Cheng Kung University
 
DSM Extraction from Pleiades Images Using RSP
DSM Extraction from Pleiades Images Using RSPDSM Extraction from Pleiades Images Using RSP
DSM Extraction from Pleiades Images Using RSP
National Cheng Kung University
 
Calibration of Inertial Sensor within Smartphone
Calibration of Inertial Sensor within SmartphoneCalibration of Inertial Sensor within Smartphone
Calibration of Inertial Sensor within Smartphone
National Cheng Kung University
 
Pengukuran GPS Menggunakan Trimble Secara Manual
Pengukuran GPS Menggunakan Trimble Secara ManualPengukuran GPS Menggunakan Trimble Secara Manual
Pengukuran GPS Menggunakan Trimble Secara Manual
National Cheng Kung University
 
Building classification model, tree model, confusion matrix and prediction ac...
Building classification model, tree model, confusion matrix and prediction ac...Building classification model, tree model, confusion matrix and prediction ac...
Building classification model, tree model, confusion matrix and prediction ac...
National Cheng Kung University
 
Accuracy Analysis of Three-Dimensional Model Reconstructed by Spherical Video...
Accuracy Analysis of Three-Dimensional Model Reconstructed by Spherical Video...Accuracy Analysis of Three-Dimensional Model Reconstructed by Spherical Video...
Accuracy Analysis of Three-Dimensional Model Reconstructed by Spherical Video...
National Cheng Kung University
 
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
National Cheng Kung University
 
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
National Cheng Kung University
 
SIFT/SURF can achieve scale, rotation and illumination invariant during image...
SIFT/SURF can achieve scale, rotation and illumination invariant during image...SIFT/SURF can achieve scale, rotation and illumination invariant during image...
SIFT/SURF can achieve scale, rotation and illumination invariant during image...
National Cheng Kung University
 
3D reconstruction by photogrammetry and 4D deformation measurement
3D reconstruction by photogrammetry and 4D deformation measurement3D reconstruction by photogrammetry and 4D deformation measurement
3D reconstruction by photogrammetry and 4D deformation measurement
National Cheng Kung University
 
Shadow Detection Using MatLAB
Shadow Detection Using MatLABShadow Detection Using MatLAB
Shadow Detection Using MatLAB
National Cheng Kung University
 

More from National Cheng Kung University (20)

Accuracy assessment and 3D Mapping by Consumer Grade Spherical Camera
Accuracy assessment and 3D Mapping by Consumer Grade Spherical CameraAccuracy assessment and 3D Mapping by Consumer Grade Spherical Camera
Accuracy assessment and 3D Mapping by Consumer Grade Spherical Camera
 
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
 
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
3D Rekonstruksi Bangunan Menggunakan Gambar Panorama Sebagai Upaya Untuk Miti...
 
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
 
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
3D Indoor and Outdoor Mapping from Point Cloud Generated by Spherical Camera
 
Handbook PPI Tainan Taiwan 2018
Handbook PPI Tainan Taiwan 2018Handbook PPI Tainan Taiwan 2018
Handbook PPI Tainan Taiwan 2018
 
Optimal Filtering with Kalman Filters and Smoothers Using AndroSensor IMU Data
Optimal Filtering with Kalman Filters and Smoothers Using AndroSensor IMU DataOptimal Filtering with Kalman Filters and Smoothers Using AndroSensor IMU Data
Optimal Filtering with Kalman Filters and Smoothers Using AndroSensor IMU Data
 
EKF and RTS smoother toolbox
EKF and RTS smoother toolboxEKF and RTS smoother toolbox
EKF and RTS smoother toolbox
 
Kalman Filter Basic
Kalman Filter BasicKalman Filter Basic
Kalman Filter Basic
 
A Method of Mining Association Rules for Geographical Points of Interest
A Method of Mining Association Rules for Geographical Points of InterestA Method of Mining Association Rules for Geographical Points of Interest
A Method of Mining Association Rules for Geographical Points of Interest
 
DSM Extraction from Pleiades Images Using RSP
DSM Extraction from Pleiades Images Using RSPDSM Extraction from Pleiades Images Using RSP
DSM Extraction from Pleiades Images Using RSP
 
Calibration of Inertial Sensor within Smartphone
Calibration of Inertial Sensor within SmartphoneCalibration of Inertial Sensor within Smartphone
Calibration of Inertial Sensor within Smartphone
 
Pengukuran GPS Menggunakan Trimble Secara Manual
Pengukuran GPS Menggunakan Trimble Secara ManualPengukuran GPS Menggunakan Trimble Secara Manual
Pengukuran GPS Menggunakan Trimble Secara Manual
 
Building classification model, tree model, confusion matrix and prediction ac...
Building classification model, tree model, confusion matrix and prediction ac...Building classification model, tree model, confusion matrix and prediction ac...
Building classification model, tree model, confusion matrix and prediction ac...
 
Accuracy Analysis of Three-Dimensional Model Reconstructed by Spherical Video...
Accuracy Analysis of Three-Dimensional Model Reconstructed by Spherical Video...Accuracy Analysis of Three-Dimensional Model Reconstructed by Spherical Video...
Accuracy Analysis of Three-Dimensional Model Reconstructed by Spherical Video...
 
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
Association Rule (Data Mining) - Frequent Itemset Generation, Closed Frequent...
 
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
 
SIFT/SURF can achieve scale, rotation and illumination invariant during image...
SIFT/SURF can achieve scale, rotation and illumination invariant during image...SIFT/SURF can achieve scale, rotation and illumination invariant during image...
SIFT/SURF can achieve scale, rotation and illumination invariant during image...
 
3D reconstruction by photogrammetry and 4D deformation measurement
3D reconstruction by photogrammetry and 4D deformation measurement3D reconstruction by photogrammetry and 4D deformation measurement
3D reconstruction by photogrammetry and 4D deformation measurement
 
Shadow Detection Using MatLAB
Shadow Detection Using MatLABShadow Detection Using MatLAB
Shadow Detection Using MatLAB
 

Recently uploaded

Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 

Recently uploaded (20)

Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 

Satellite Image Classification using Decision Tree, SVM and k-Nearest Neighbor

  • 1. SATELLITE IMAGE CLASSIFICATION USING K-NN, SVM, AND DECISION TREE 1. I Gede B. P. (P66077042) 2. Umroh Dian S. (P66077050) 3. Iva N. (P66067021) 4. M. Irsyadi F. (P66067055)
  • 2. The Outlines • INTRODUCTION • METHODOLOGY • DATA AND PROCESSING • RESULTS AND ANALYSIS • CONCLUSION 2
  • 4. 4 Manual Method ? High Resolution: Pleiades Image Low Resolution: Landsat 8 Image
  • 5. 5 Pleiades • K-NN • SVM • DT Landsat 8 • K-NN • SVM • DT The purposes: To find the suitable method for each image by considering the accuracy.
  • 8. Proposed Flowchart High Resolution: Pleiades Image Low Resolution: Landsat 8 Image 8
  • 9. 9 K-NN • K-Nearest-Neighbor algorithm is a method for classifying objects based on closest training label in the feature space. • K value which gives the minimum error rate may be selected for K-Nearest Neighbor classification. • Distance function for K-Nearest-Neighbor is Euclidean distance. It uses distance based comparison to assign equal weight to each attribute. They can suffer from poor accuracy when noisy and irrelevant attributes are given. • It is classifying the pattern by comparing a given test pattern with training pattern that are similar to it. It is widely used in pattern recognition. (K-Nearest-Neighbor) Sounds Claws ? K=3
  • 10. 10 SVM • SVM classification uses different planes in space to divide data points. • It gains flexibility in the choice of threshold and handles more input data very efficiently. • Its performance and accuracy depend upon the selection of hyper plane and kernel parameter. • The goal of SVM Classification is to produce a model, based on the training data, which will be able to predict class labels of the test data accurately (Support Vector Machine) CupcakeMuffin Cupcakes are topped with creamy, delicious frosting. Muffins may have a sugared top or a very thin glaze. VS 10
  • 14. 14 DT • Decision tree consist of mainly three parts: Partitioning the nodes, find the terminal nodes and allocate class label to terminal nodes. • It is based on hierarchical rule. It handles high dimensional data and representation of knowledge in tree form which is easy to humans for understanding purpose. • When decision tree built, many of branches reflects noise in the training pattern so, tree pruning attempts to identify and remove such branches and improve the accuracy of classification. (Decision Tree)
  • 16. 16 Data High Resolution Low Resolution Landsat 8 North Taiwan ; 2018 Image size: 4300 x 4300 pixels Pleiades Colorado, USA ; 2012 Image size: 1300 x 1300 pixels ENVI 5.3 Processing
  • 17. High Resolution Training and Testing Sample Datasets • The red color = building region • The green color = vegetation region • The blue color = road region • The yellow color = concrete region Land Cover Training Area (Segment) Vegetation 1726 Building 486 Road 72 Concrete 420 17
  • 19. 19 High Resolution Ground Truth • Digitation • Manual Interpretation • Divided into 4 classes: 1.Building 2.Road 3.Vegetation 4.Concrete
  • 20. Low Resolution Training and Testing Sample Datasets • The red color = urban region • The green color = vegetation region • The blue color = water region Land Cover Training Area (Segment) Vegetation 11275 Water 98 Urban 10964 20
  • 22. 22 Low Resolution Ground Truth • Digitation • Manual Interpretation • Divided into 3 classes: 1.Urban Area 2.Vegetation 3.Water
  • 24. 24 SVM Classification ROI High Resolution SVM Overall Accuracy = 78.60% Kappa Coefficient = 0.5967 Ground Truth (Percent) Class Building Road Vegetation Concrete Building 87.4 1.36 16.82 0.46 Road 0.07 91.47 7.55 0.78 Vegetation 11.74 5.04 74.59 2.41 Concrete 0.79 2.14 1.04 96.36
  • 25. 25 k-NN Classification ROI High Resolution k-NN Overall Accuracy = 76.26% Kappa Coefficient = 0.5673 Ground Truth (Percent) Class Building Road Vegetation Concrete Building 87.37 1.09 18.37 0.62 Road 0.24 93.56 8.58 0.81 Vegetation 11.12 2.92 71.09 2.36 Concrete 1.27 2.43 1.95 96.2
  • 26. 26 DT Classification ROI High Resolution DT Overall Accuracy = 68.41% Kappa Coefficient = 0.4294 Ground Truth (Percent) Class Vegetation Road Building Concrete Vegetation 68.86 6.97 10.79 4.01 Road 7.31 61.89 18.27 0.62 Building 23.75 27.4 68.12 0.12 Concrete 0.09 3.74 2.81 95.24
  • 27. 27 Ground Truth (Percent) Class Vegetation Water Urban Vegetation 97.22 0.09 50.42 Water 0.19 99.56 10.14 Urban 2.59 0.35 39.43 SVM Classification ROI Low Resolution SVM Overall Accuracy = 83.30% Kappa Coefficient = 0.7375
  • 28. 28 k-NN Classification ROI Low Resolution k-NN Overall Accuracy = 82.34% Kappa Coefficient = 0.7253 Ground Truth (Percent) Class Vegetation Water Urban Vegetation 92.87 0.07 46.53 Water 0.22 99.54 10.18 Urban 4.79 0.34 42.53
  • 29. 29 DT Classification ROI Low Resolution DT Overall Accuracy = 59.08% Kappa Coefficient = 0.4459 Ground Truth (Percent) Class Water Urban Vegetation Water 49.48 8.36 0.07 Urban 1.02 37.1 9.25 Vegetation 0.02 46.18 90.6
  • 30. 30 Accuracy Assessment and Comparisons Overall Accuracy (%) SVM DT KNN High Resolution 78.60 68.41 76.26 Low Resolution 83.30 59.08 82.34 In high resolution, the classification accuracy of SVM and DT were significantly different. However, the classification accuracy of SVM and KNN were not significantly different. SVM always showed the most accurate results, followed by Decision Tree and KNN.
  • 31. 31 0 10 20 30 40 50 60 70 80 90 0 1000 2000 3000 OverallAccuracy(%) Training Sample Comparing the Performance of Training Sample SVM KNN Training Sample Comparison SVM has flexibility in choice of threshold than both method. SVM K-NN Training Data Overall Accuracy (%) Difference (%) 2704 78.6 2.24 1354 76.36 3.23 238 73.13 0.03157 73.16 Training Data Overall Accuracy (%) Difference (%) 2704 76.26 2.78 1354 73.48 7.82 238 65.66 11.56157 54.1
  • 32. 32 The Impact of Distance in Training Sample Land Cover Training Area (Segment) Vegetation 1726 Building 486 Road 72 Concrete 420 Land Cover Training Area (Segment) Vegetation 77 Building 38 Road 4 Concrete 38 Classifier Method Overall Accuracy (%) SVM 78.6 KNN 76.26 Classifier Method Overall Accuracy (%) SVM 73.16 KNN 54.1 The distance of training sample have significant impact on the classification result. The closest distance will produce a better result, especially on the KNN method.
  • 34. 34 Conclusion • The SVM method has best accuracy compared to the Decision Tree and k-Nearest Neighbor methods. • The value of Kappa coefficient in the SVM method has a high value compared to both methods. • The sample size of training samples has more impact on the classification accuracy for KNN and DT than for SVM. In addition, SVM has flexibility in choice of threshold than both method. • The distance in training sample affect on the classification result. Especially in the KNN method, we can see the big difference of overall accuracy based on the number of used training data.
  • 35. 35

Editor's Notes

  1. Example of k-NN classification. The test sample (green circle) should be classified either to the first class of blue squares or to the second class of red triangles. If k = 3 (solid line circle) it is assigned to the second class because there are 2 triangles and only 1 square inside the inner circle. If k = 5 (dashed line circle) it is assigned to the first class (3 squares vs. 2 triangles inside the outer circle).