Supervised Image Classfication Algorithm

Introduction

One of the main steps in image classification is the “partitioning” of the feature space. In supervised classification this is done by an operator who defines the spectral characteristics of the classes by identifying sample areas (training areas).

Explanation

Supervised classification requires that the operator is familiar with the area of interest: the operator needs to know where to find the classes of interest in the scene. This information can be derived from general knowledge of the scene or from dedicated field observations.

A sample of a specific class, comprising a number of training cells, forms a cluster in the feature space. The clusters selected by the operator:

  • should form a representative data set for a given class. This means that the variability of a class within the image should be taken into account. Also, in an absolute sense, a minimum number of observations per cluster is required. Although it depends on the classifier algorithm to be used, a useful rule of thumb is 30 × n (n = number of bands) observations.

  • should not or only partially overlap with the other clusters, otherwise a reliable separation is not possible. For a specific data set, some classes may have significant spectral overlap, which, in principle, means that these classes cannot be discriminated by image classification. Solutions are to add other spectral bands, and/or add images acquired at other moments.

The resulting clusters can be characterized by simple statistics of the point distributions. These are for one cluster: the vector of mean values of the DNs (for band 1 and band 2), and the standard deviations of the DNs (for band 1 and band 2), where the standard deviations are plotted as crosses).

Outgoing relations

Incoming relations

  • Image Space is a property of Supervised Image Classfication Algorithm
  • Feature Space is used by Supervised Image Classfication Algorithm
  • Training set is used by Supervised Image Classfication Algorithm

Learning paths