Skip to main content

Supervised Classification


Supervised classification is a digital image classification method where the analyst guides the classification process by defining classes of interest and providing representative training samples.
The classifier uses these training samples to learn the spectral signatures of each class and then assigns every pixel in the image to the most appropriate class.

This method relies heavily on prior knowledge of the study area.

How Supervised Classification Works

✔ Step 1: Define Information Classes

These are real-world land-cover classes such as:

  • water

  • forest

  • agriculture

  • urban

  • barren land

✔ Step 2: Select Training Areas

Training areas (also called ROIs—Regions of Interest) are chosen on the image where the analyst is confident about the land-cover type.

✔ Step 3: Extract Spectral Signatures

The classifier calculates:

  • mean

  • variance

  • covariance

  • pixel distribution

for each class across different spectral bands.

✔ Step 4: Apply Decision Rules

The classification algorithm uses statistical rules to assign each pixel to a class.

✔ Step 5: Produce Classified Output

The final output is a thematic map showing land-cover classes.

When to Use Supervised Classification

Use supervised classification when:

  • You have prior knowledge of the landscape.

  • Ground truth or ancillary data is available (GPS points, survey data).

  • You can identify distinct, homogeneous training sites for each class.

  • The objective is to extract specific land-cover categories.

Information Class vs Spectral Class

Understanding the difference between these two is essential:

Information Class

  • Defined by the analyst based on real-world concepts.

  • Examples: village, river, wetland, cropland.

  • Represents semantic categories used for mapping and interpretation.

Spectral Class

  • Group of pixels that are spectrally similar, based on reflectance values.

  • Identified statistically by the software.

  • May not always match real-world categories exactly.

📌 Mapping involves matching spectral classes to information classes.

Supervised Training

Supervised training involves:

  • Manually selecting representative pixel samples

  • Ensuring the samples capture the full spectral variability of each class
    (e.g., different shades of vegetation or soil types)

  • Evaluating spectral signatures using

    • histograms

    • scatter plots

    • spectral profiles

    • separability indices (e.g., Jeffries–Matusita)

✔ Characteristics

  • Analyst-controlled

  • Knowledge-driven

  • Often more accurate

  • Requires skill in selecting high-quality training data

Classification Decision Rules (Supervised)

Decision rules determine how the classifier decides which class a pixel belongs to.

They fall into two broad groups:

Parametric Decision Rules

Parametric classifiers assume pixel values follow a normal (Gaussian) distribution.

These rules rely on statistical measures such as:

  • class mean

  • variance

  • covariance

  • probability density functions

Minimum Distance Classifier

  • Computes Euclidean or Mahalanobis distance between pixel and class mean.

  • Assigns pixel to the closest class mean.

  • Simple and fast but may misclassify overlapping classes.

Maximum Likelihood Classifier (MLC)

  • Most widely used supervised classifier.

  • Considers:

    • class mean

    • variance

    • covariance

    • overall probability distribution

  • Assigns pixel to the class with the highest likelihood of belonging.

  • Requires good training data; performs best when classes are normally distributed.

Nonparametric Decision Rules

Do not assume any specific statistical distribution; useful when pixel distributions are irregular.

Parallelepiped Classifier

  • Creates "boxes" using min–max values for each band.

  • A pixel is assigned to a class if its values fall within the box.

  • Fast, but may leave pixels:

    • unclassified (if no box contains the pixel)

    • ambiguously classified (if pixel falls in more than one box)

Feature Space Classifier

  • Plots pixel values in a multi-dimensional feature space.

  • Uses polygons in the feature space to define classes.

  • More flexible and accurate than parallelepiped.

  • Good for visually evaluating class separability.



Comments

Popular posts from this blog

Atmospheric Window

The atmospheric window in remote sensing refers to specific wavelength ranges within the electromagnetic spectrum that can pass through the Earth's atmosphere relatively unimpeded. These windows are crucial for remote sensing applications because they allow us to observe the Earth's surface and atmosphere without significant interference from the atmosphere's constituents. Key facts and concepts about atmospheric windows: Visible and Near-Infrared (VNIR) window: This window encompasses wavelengths from approximately 0. 4 to 1. 0 micrometers. It is ideal for observing vegetation, water bodies, and land cover types. Shortwave Infrared (SWIR) window: This window covers wavelengths from approximately 1. 0 to 3. 0 micrometers. It is particularly useful for detecting minerals, water content, and vegetation health. Mid-Infrared (MIR) window: This window spans wavelengths from approximately 3. 0 to 8. 0 micrometers. It is valuable for identifying various materials, incl...

Platforms in Remote Sensing

In remote sensing, a platform is the physical structure or vehicle that carries a sensor (camera, scanner, radar, etc.) to observe and collect information about the Earth's surface. Platforms are classified mainly by their altitude and mobility : Ground-Based Platforms Definition : Sensors mounted on the Earth's surface or very close to it. Examples : Tripods, towers, ground vehicles, handheld instruments. Applications : Calibration and validation of satellite data Detailed local studies (e.g., soil properties, vegetation health, air quality) Strength : High spatial detail but limited coverage. Airborne Platforms Definition : Sensors carried by aircraft, balloons, or drones (UAVs). Altitude : A few hundred meters to ~20 km. Examples : Airplanes with multispectral scanners UAVs with high-resolution cameras or LiDAR High-altitude balloons (stratospheric platforms) Applications : Local-to-regional mapping ...

Scattering

Scattering 

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...

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...