Skip to main content

Supervised Classification. Remote Sensing

Image classification.

Supervised classification

Unsupervised classification.


Stages:

Raw data

Preprocessing

Signature collection

Signature evaluation

Classification 

.

Information Class and Spectral Class

Information class: It is a class specified by an image analyst. It refers to the information to be extracted.


Spectral class: It a class which includes similar gray-level

vectors in the multispectral space. Spectral classes are groups of pixels that are uniform (or near-similar) with respect to their brightness values.

.

Supervised and Unsupervised

Supervised (Information Class)


Have a set of desired dasses in mind then create the appropriate signatures from the data.


Appropriate

• when one wants to identify relatively few dasses

. when one has selected training sites that can be verified with ground truth data

• when one can identify distinct, homogeneous regions that represent each dass.


Unsupervised (Spectral Class)

Classes to be determined by spectral distinctions that are inherent in the data → define the dasses later.

Appropriate-

when one wants to define many dasses easily, and then identify dasses.

.

Training for Classification


Computer system must be trained to recognize patterns in image data.


Process of defining the criteria by which these patterns are recognized.


Supervised Training is controlled by the analyst.


Select pixels that represent patterns instruct the computer system to identify pixels with similar characteristics.


More accurate but requires high skill.


Unsupervised Training is computer-automated.


Specify number of classes the computer uncovers statistical classes.


Less accurate and less skill required.

.

Supervised Classification

Common decision rules:


Parametric decision rules:

Minimum distance classifier / Centroid classifier.

Maximum likelihood / Bayesian classification.


Nonparametric decision rule:

Parallelepiped classifier.

Feature space classifier.

.

Minimum Distance/Centroid Classifier:

Calculates the spectral distance between the candidate pixel and the mean of each signature.

The candidate pixel is assigned to the class with the closest mean.

Calculates mean of the spectral values for the training set in each band and for each category.

Measures the distance from a pixel of unknown identify to the mean of each category.

Assigns the pixel to the category with the shortest distance.

Assigns a pixel as "unknown" if the pixel is beyond the distances defined by the analyst.

Methods of calculation Minimum Spectral Distance:

Euclidean distance: based on the Pythagorean theorem

Mahalanobis distance:

■ Variance-Covariance matrix are used (normal distribution of DN is assumed)

.

Maximum Likelihood Classifier:

• This classifier quantitatively evaluates both the variance and covariance of the trained spectral response patterns when deciding the fate of an unknown pixel.

■To do this the classifier assumes that the distribution of points for each cover-type are normally distributed.

• Under this assumption, the distribution of a category response can be completely described by the mean vector and the covariance matrix.

■ Given these values, the classifier computes the probability that unknown pixels will belong to a particular category.

Probability function is calculated from the inputs.

Assumes probabilities are equal for all dasses.

Each pixel is then judged as to the dass to which it most probably belong.

.

Parallelepiped Classifier:

Based on Maximum and Minimum values in each signature.

..

Feature Space Classifier:

Based on discrete objects (polygons) in a feature space image.

More accurate than parallelepiped.

Comments

Popular posts from this blog

Supervised Classification

Image Classification in Remote Sensing Image classification in remote sensing involves categorizing pixels in an image into thematic classes to produce a map. This process is essential for land use and land cover mapping, environmental studies, and resource management. The two primary methods for classification are Supervised and Unsupervised Classification . Here's a breakdown of these methods and the key stages of image classification. 1. Types of Classification Supervised Classification In supervised classification, the analyst manually defines classes of interest (known as information classes ), such as "water," "urban," or "vegetation," and identifies training areas —sections of the image that are representative of these classes. Using these training areas, the algorithm learns the spectral characteristics of each class and applies them to classify the entire image. When to Use Supervised Classification:   - You have prior knowledge about the c...

History of GIS

The history of Geographic Information Systems (GIS) is rooted in early efforts to understand spatial relationships and patterns, long before the advent of digital computers. While modern GIS emerged in the mid-20th century with advances in computing, its conceptual foundations lie in cartography, spatial analysis, and thematic mapping. Early Roots of Spatial Analysis (Pre-1960s) One of the earliest documented applications of spatial analysis dates back to  1832 , when  Charles Picquet , a French geographer and cartographer, produced a cholera mortality map of Paris. In his report  Rapport sur la marche et les effets du cholĂ©ra dans Paris et le dĂ©partement de la Seine , Picquet used graduated color shading to represent cholera deaths per 1,000 inhabitants across 48 districts. This work is widely regarded as an early example of choropleth mapping and thematic cartography applied to epidemiology. A landmark moment in the history of spatial analysis occurred in  1854 , when  John Snow  inv...

History of GIS

1. 1832 - Early Spatial Analysis in Epidemiology:    - Charles Picquet creates a map in Paris detailing cholera deaths per 1,000 inhabitants.    - Utilizes halftone color gradients for visual representation. 2. 1854 - John Snow's Cholera Outbreak Analysis:    - Epidemiologist John Snow identifies cholera outbreak source in London using spatial analysis.    - Maps casualties' residences and nearby water sources to pinpoint the outbreak's origin. 3. Early 20th Century - Photozincography and Layered Mapping:    - Photozincography development allows maps to be split into layers for vegetation, water, etc.    - Introduction of layers, later a key feature in GIS, for separate printing plates. 4. Mid-20th Century - Computer Facilitation of Cartography:    - Waldo Tobler's 1959 publication details using computers for cartography.    - Computer hardware development, driven by nuclear weapon research, leads to broader mapping applications by early 1960s. 5. 1960 - Canada Geograph...

Supervised Classification

In the context of Remote Sensing (RS) and Digital Image Processing (DIP) , supervised classification is the process where an analyst defines "training sites" (Areas of Interest or ROIs) representing known land cover classes (e.g., Water, Forest, Urban). The computer then uses these training samples to teach an algorithm how to classify the rest of the image pixels. The algorithms used to classify these pixels are generally divided into two broad categories: Parametric and Nonparametric decision rules. Parametric Decision Rules These algorithms assume that the pixel values in the training data follow a specific statistical distribution—almost always the Gaussian (Normal) distribution (the "Bell Curve"). Key Concept: They model the data using statistical parameters: the Mean vector ( $\mu$ ) and the Covariance matrix ( $\Sigma$ ) . Analogy: Imagine trying to fit a smooth hill over your data points. If a new point lands high up on the hill, it belongs to that cl...

Pre During and Post Disaster

Disaster management is a structured approach aimed at reducing risks, responding effectively, and ensuring a swift recovery from disasters. It consists of three main phases: Pre-Disaster (Mitigation & Preparedness), During Disaster (Response), and Post-Disaster (Recovery). These phases involve various strategies, policies, and actions to protect lives, property, and the environment. Below is a breakdown of each phase with key concepts, terminologies, and examples. 1. Pre-Disaster Phase (Mitigation and Preparedness) Mitigation: This phase focuses on reducing the severity of a disaster by minimizing risks and vulnerabilities. It involves structural and non-structural measures. Hazard Identification: Recognizing potential natural and human-made hazards (e.g., earthquakes, floods, industrial accidents). Risk Assessment: Evaluating the probability and consequences of disasters using GIS, remote sensing, and historical data. Vulnerability Analysis: Identifying areas and p...