Image Classification 영상분류

Slides:



Advertisements
Similar presentations
COMPUTER AIDED DIAGNOSIS: CLASSIFICATION Prof. Yasser Mostafa Kadah –
Advertisements

With support from: NSF DUE in partnership with: George McLeod Prepared by: Geospatial Technician Education Through Virginia’s Community Colleges.
Major Operations of Digital Image Processing (DIP) Image Quality Assessment Radiometric Correction Geometric Correction Image Classification Introduction.
An Overview of Machine Learning
Multiple Criteria for Evaluating Land Cover Classification Algorithms Summary of a paper by R.S. DeFries and Jonathan Cheung-Wai Chan April, 2000 Remote.
Prénom Nom Document Analysis: Parameter Estimation for Pattern Recognition Prof. Rolf Ingold, University of Fribourg Master course, spring semester 2008.
An Overview of RS Image Clustering and Classification by Miles Logsdon with thanks to Robin Weeks Frank Westerlund.
Image Classification.
Thematic Information Extraction: Pattern Recognition/ Classification
Basics: Notation: Sum:. PARAMETERS MEAN: Sample Variance: Standard Deviation: * the statistical average * the central tendency * the spread of the values.
Lecture 14: Classification Thursday 18 February 2010 Reading: Ch – 7.19 Last lecture: Spectral Mixture Analysis.
Image Classification To automatically categorize all pixels in an image into land cover classes or themes.
Pattern Recognition. Introduction. Definitions.. Recognition process. Recognition process relates input signal to the stored concepts about the object.
Classification of Remotely Sensed Data General Classification Concepts Unsupervised Classifications.
Lecture 14: Classification Thursday 19 February Reading: “Estimating Sub-pixel Surface Roughness Using Remotely Sensed Stereoscopic Data” pdf preprint.
Pattern Classification All materials in these slides were taken from Pattern Classification (2nd ed) by R. O. Duda, P. E. Hart and D. G. Stork, John Wiley.
Image Classification: Supervised Methods
Image Classification: Redux
Pixel-based image classification
EE513 Audio Signals and Systems Statistical Pattern Classification Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
Image Classification
Chapter 9 Accuracy assessment in remotely sensed categorical information 遥感类别信息精度评估 Jingxiong ZHANG 张景雄 Chapter 9 Accuracy assessment in remotely sensed.
Classification Advantages of Visual Interpretation: 1. Human brain is the best data processor for information extraction, thus can do much more complex.
Image Classification and its Applications
Rsensing6_khairul 1 Image Classification Image Classification uses the spectral information represented by the digital numbers in one or more spectral.
Environmental Remote Sensing Lecture 5: Image Classification " Purpose: – categorising data – data abstraction / simplification – data interpretation –
Speech Recognition Pattern Classification. 22 September 2015Veton Këpuska2 Pattern Classification  Introduction  Parametric classifiers  Semi-parametric.
COMMON EVALUATION FINAL PROJECT Vira Oleksyuk ECE 8110: Introduction to machine Learning and Pattern Recognition.
Image Classification Digital Image Processing Techniques Image Restoration Image Enhancement Image Classification Image Classification.
1 Remote Sensing and Image Processing: 6 Dr. Mathias (Mat) Disney UCL Geography Office: 301, 3rd Floor, Chandler House Tel:
Summer Session 09 August Tips for the Final Exam Make sure your answers clear, without convoluted language. Read questions carefully – are you answering.
Remote Sensing Supervised Image Classification. Supervised Image Classification ► An image classification procedure that requires interaction with the.
Classification Heejune Ahn SeoulTech Last updated May. 03.
1 E. Fatemizadeh Statistical Pattern Recognition.
Map of the Great Divide Basin, Wyoming, created using a neural network and used to find likely fossil beds See:
Digital Image Processing
Remote Sensing Classification Accuracy
November 30, PATTERN RECOGNITION. November 30, TEXTURE CLASSIFICATION PROJECT Characterize each texture so as to differentiate it from one.
1Ellen L. Walker Category Recognition Associating information extracted from images with categories (classes) of objects Requires prior knowledge about.
1 Unsupervised Learning and Clustering Shyh-Kang Jeng Department of Electrical Engineering/ Graduate Institute of Communication/ Graduate Institute of.
Chapter 20 Classification and Estimation Classification – Feature selection Good feature have four characteristics: –Discrimination. Features.
Introduction to Pattern Recognition (การรู้จํารูปแบบเบื้องต้น)
Final Review Course web page: vision.cis.udel.edu/~cv May 21, 2003  Lecture 37.
Housekeeping –5 sets of aerial photo stereo pairs on reserve at SLC under FOR 420/520 –June 1993 photography.
Chapter 7 Maximum likelihood classification of remotely sensed imagery 遥感影像分类的最大似然法 Chapter 7 Maximum likelihood classification of remotely sensed imagery.
Computer Vision Lecture 7 Classifiers. Computer Vision, Lecture 6 Oleh Tretiak © 2005Slide 1 This Lecture Bayesian decision theory (22.1, 22.2) –General.
Accuracy Assessment Accuracy Assessment Error Matrix Sampling Method
Unsupervised Classification
Part 3: Estimation of Parameters. Estimation of Parameters Most of the time, we have random samples but not the densities given. If the parametric form.
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Supervised Training and Classification
A Personal Tour of Machine Learning and Its Applications
Classification of Remotely Sensed Data
Map of the Great Divide Basin, Wyoming, created using a neural network and used to find likely fossil beds See:
Incorporating Ancillary Data for Classification
University College London (UCL), UK
Outline Announcement Texture modeling - continued Some remarks
Course Outline MODEL INFORMATION COMPLETE INCOMPLETE
REMOTE SENSING Multispectral Image Classification
REMOTE SENSING Multispectral Image Classification
Supervised Classification
Housekeeping 5 sets of aerial photo stereo pairs on reserve at SLC under FOR 420/520 June 1993 photography.
Unsupervised Classification
Image Information Extraction
network of simple neuron-like computing elements
EE513 Audio Signals and Systems
University College London (UCL), UK
ALI assignment – see amended instructions
Data Mining, Machine Learning, Data Analysis, etc. scikit-learn
Environmental Remote Sensing GEOG 2021
Presentation transcript:

Image Classification 영상분류 강원대학교 지구물리학과 이훈열 교수 References 1. R. A. Schowengerdt, 1997. Remote Sensing models and methods for image processing, 2nd ed., Academic Press, Chap. 9. 2. Lillesand and Kiefer, 1994, Remote Sensing and Image Interpretation, 3rd ed., Wiley, Chap. 7.7 2. http://www.watleo.uwaterloo.ca/~piwowar/geog376/ImageAnalysis/Classification/Classification.html 3. http://www.esf.edu/forest/supervisedClass.html

Classification Definition General Procedures The process of reducing images to information classes. Classification divides the spectral or spatial feature space into several classes based on a decision rule. General Procedures Feature Extraction : Transform the multispectral image by a spatial or spectral transform to a feature image (optional). Ex) selection of bands, filtering, PCA. Training : Extract the pixels to be used for training the classifier to recognize certain categories, or classes. Determine the discriminant functions in the feature space. Supervised or unsupervised Labeling : Apply the discriminant functions to the entire feature image and label all pixels. The output consists of one label for each pixel.

Classification – Feature Space

Classification Procedures

Classification Methods By the use of Feature Space: Spectral pattern recognition Spatial pattern recognition Temporal pattern recognition Spatio-spectral pattern recognition by the use of Labeling Method (classifier): Non-Parametric: do not use statistics Level-Slice Classifier Parallelepiped Classifier Histogram Estimation Classifier Nearest Neighbors Classifier Artificial Neural Network Classifier Parametric: use mean, covariance Nearest Mean Classifier (Minimum Distance Classifier) Maximum Likelihood Classifier By the use of Training Method: Supervised Training Unsupervised Clustering Hybrid (Supervised/Unsupervised) Classification

Supervised Classification The training area should be a homogeneous sample of the respective class, but at the same time include the range of variability for the class More than one training area per class is often used.

Example of Supervised Classification

Unsupervised Classification the process of automatically segmenting an image into spectral classes based on natural groupings found in the data Procedure Classify the image Identify clusters (Clustering) Accuracy assessment

Clustering Sequential Clustering K-means Clustering ISODATA (Iterative Self Organizing Data) Clustering

Example of Unsupervised Classification

Example of Unsupervised Classification -continued

Supervised vs. Unsupervised Classification pre-defined classes serious classification errors detectable defined classes may not match natural classes classes based on information categories selected training data may be inadequate a priori class training is time-consuming and tedious only pre-defined classes will be found Unsupervised unknown classes no classification errors natural classes may not match desired classes classes based on spectral properties derived clusters may be unidentifiable a posteriori cluster identification is time-consuming and tedious unexpected categories may be revealed

Nearest Mean Classifier (Minimum Distance Classifier) Advantages: mathematically simple computationally efficient Disadvantages: insensitive to different degrees of variance in the data (point 2)

Level-Slice Classifier (Parallelepiped Classifier) Rectangular (parallelepipeds in multidimension) decision range Advantages: mathematically simple computationally efficient sensitive to different degrees of variance in the data Disadvantages: problems occur in regions of overlap does not account for inter-band covariance (point 1)

Maximum Likelihood Classifier Assmption of Normality Mean Vector, Covariance Matrix Probability Density functions Advantages: accounts for covariance between bands generally produces the most accurate classifications Disadvantages: requires an assumption of normality in the training data mathematically complex computationally slow

Example: Forest Type Classification http://www. esf Landsat ETM+, Central New York, 1999/07/28

Classification Error Matrix The relationship between known reference data (ground truth) and the corresponding results of an automated classification. One of the most common means of expressing classification accuracy (also called confusion matrix or contingency table). Overall Accuracy = (Total number of correctly classified pixels)/( Total number of reference pixels). Producer’s Accuracy = (Number of correctly classified pixels in each category)/(Number of training set pixels used for that category). This figure indicates how well training set pixels of the given cover type are classified. User’s Accuracy = (Number of correctly classified pixels in each category)/(Number of pixels classified in that category). This figure is a measure of commission error and indicates the probability that a pixel classified into a given category actually represents that category on the ground.