unsupervised classification

25
UNSUPERVISED CLASSIFICATION Course: Introduction to RS & DIP Mirza Muhammad Waqar Contact: [email protected] +92-21-34650765-79 EXT:2257 RG610

Upload: gilles

Post on 22-Feb-2016

45 views

Category:

Documents


0 download

DESCRIPTION

Unsupervised Classification. Mirza Muhammad Waqar Contact: [email protected] +92-21-34650765-79 EXT:2257. RG610. Course: Introduction to RS & DIP. Contents. Satellite Image Classification Spectral vs Spatial Pattern Recognition Feature Space Image Spectral Signature - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Unsupervised Classification

UNSUPERVISED CLASSIFICATION

Course: Introduction to RS & DIP

Mirza Muhammad WaqarContact:

[email protected]+92-21-34650765-79 EXT:2257

RG610

Page 2: Unsupervised Classification

2

Contents

Satellite Image Classification Spectral vs Spatial Pattern Recognition Feature Space Image Spectral Signature Limitations in Classification Unsupervised Classification

Clustering Algorithms K-means Approach ISODATA Model Texture or Roughness Model

Post Classification

Page 3: Unsupervised Classification

Satellite Image Classification

Automatic categorization of all pixel into land cover classes.

To explore different land covers in a satellite image. To assign unique no or symbol to particular land

cover. Qualitative and Quantitative analysis of satellite

image.

Page 4: Unsupervised Classification

Spectral vs Spatial

Spectral pattern recognitionFamily of classification procedures that utilize pixel by pixel spectral information as the basis for automated land cover classification.

Spatial pattern recognitionCategorization of image pixels on the basis of their spatial relationship with pixels surrounding them.

Page 5: Unsupervised Classification

Feature Space

Page 6: Unsupervised Classification

Feature Space

Page 7: Unsupervised Classification

Image Spectral Signatures

1 2 3 4 5 6 7

50

100

150

200

TM Band #

Pix

el V

alue

Page 8: Unsupervised Classification

Satellite Image Classification

Three types of classifications

Un-Supervised Classification Supervised Classification Hybrid Classification

Page 9: Unsupervised Classification

Limitations in Classification

Limitations face in satellite image classification Pixel Size All Statistical parameters are developed for

normalized distribution.

Page 10: Unsupervised Classification
Page 11: Unsupervised Classification

Un-Supervised Classification

Use to cluster pixels based on statistics only. No user defined training classes required. Machine based classification. Post classification is of more importance to make

results meaningful. Incorporate all the natural groups in satellite image

(spectral classes). Un-supervised Classification have two phases.

Clustering Post Classification

Page 12: Unsupervised Classification

Clustering Algorithms

Numerous clustering algorithms K-means Approach ISODATA Model Texture or Roughness Model

Page 13: Unsupervised Classification

K-means Approach

Accept number of clusters to be located in the data.

Arbitrarily locate that number of cluster centers in multi-dimensional measurement space.

Each pixel is assigned to the cluster whose mean vector is closest.

Page 14: Unsupervised Classification

Band A

Band B

Page 15: Unsupervised Classification

Band A

Band B

New computed MeansPrevious Means

Page 16: Unsupervised Classification

Band A

Band B

New computed MeansPrevious Means

Page 17: Unsupervised Classification

K-Mean Approach

New means are computed. Revised clustering on the base of new computed

means. This process continue until there is no significant

change in clusters mean.

Page 18: Unsupervised Classification

ISODATA Model

Iterative Self-Organizing Data Analysis. Follow K-mean principle for clustering. Accept number of clutters, number of iterations &

convergence tolerance from the user and form clusters.

Permits number of clusters to change from one iteration to the next, by merging, splitting and deleting clusters based on spatial statistics and user defined conditions.

Page 19: Unsupervised Classification

Band A

Band B

New computed MeansPrevious Means

Page 20: Unsupervised Classification
Page 21: Unsupervised Classification

Texture or Roughness Model

It incorporate a sensitivity to image “texture” or “roughness” as a basis for establishing clusters centers.

Texture is computed through multi-dimensional variance observed in moving window (e.g. a 3x3 window).

Analyst sets a variance threshold below which window is consider “smooth” and above which it is considered “rough”.

Page 22: Unsupervised Classification

Texture or Roughness Model

The mean of the first smooth window encountered in the image becomes the first cluster center.

The mean of the second smooth window encountered in the image becomes the second cluster center and so forth.

This process continue until the user defined no of clusters reached.

Page 23: Unsupervised Classification

Post Classification

In post classification phase, analyst compare spectral classes with some reference data to determine the identify of the spectral classes.

Spectral reflectance curves can be used to identify the spectral classes.

Defining the level of classification Merging different classes to reach final outcome. Accuracy assessment through field truthing.

Page 24: Unsupervised Classification

Spectral Classes Identity of Spectral Class Corresponding Desired Information Category

Possible outcome 1 Water Water

1 Coniferous trees Coniferous trees

2 Broad Leave trees Broad Leave trees

3 Bare Soil Bare Soil

4 Rocks Rocks

5 Built-up Area Built-up Area

Possible outcome 2

1 Water Water

2 Coniferous trees Forest

3 Broad Leave trees

4 Bare Soil Open Land

5 Rocks

6 Roads Built-up Area

7 Urban Area

Page 25: Unsupervised Classification

Questions & Discussion