G06V 10/764

Definition

Diese Klassifikationsstelle umfasst:

(Für diese Definition ist die deutsche Übersetzung noch nicht abgeschlossen)

Classification of images or videos to identify the category or set of categories (classes) to which a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known.

Novelty detection (e.g. classification of “unseen” observations), anomaly detection or outlier detection.

Notes – technical background

These notes provide more information about the technical subject matter that is classified in this place:

Individual observations may be analysed into a set of quantifiable properties, known as explanatory variables or features. These properties may be categorical, ordinal, integer-valued, real-valued, etc. Other classifiers perform a class assignment by comparing current observations to previous observations by means of a similarity or distance function.

A classifier can be parametric or non-parametric depending on the type of model adopted for the observations.

Classification algorithms include those:

The decision surface of the classifier may be a linear classifier or a non-linear classifier. Linear classifiers model the boundaries between different classes in the feature space as hyperplanes. Non-linear classifiers use e.g. quadratic, polynomial, or hyperbolic functions instead.

Examples

Bildreferenz:G06V0010764000_0


Bildreferenz:G06V0010764000_1



A linear support vector machine classifier which attempts to define a linear boundary between two classes (205, 210) of feature vectors originating from images containing “persons” and “non-persons”, such as to separate them into two different classes.

Bildreferenz:G06V0010764000_2



Decision tree classifying objects in the image data using an efficient hardware implementation with FIFO buffers

Querverweise

Informative Querverweise

Pattern recognition or machine learning, using clustering
G06V 10/762
Pattern recognition or machine learning, using regression
G06V 10/766
Pattern recognition or machine learning, processing image features in feature spaces
G06V 10/77
Pattern recognition or machine learning, fusion
G06V 10/80
Information retrieval of still images; Clustering; Classification
G06F 16/55
Information retrieval of video data; Clustering; Classification
G06F 16/75
Image analysis; Segmentation; Edge detection
G06T 7/10

Glossar

C4.5

classification algorithm using a decision tree

CART

classification and regression Tree

FAR

false acceptance rate

FRR

false rejection rate

Gini impurity

measure of how often a randomly chosen element from the set would be incorrectly labelled if it was randomly labelled according to the distribution of labels in the subset; usually used at the level of the nodes of tree-based classifiers.

ID3

iterative Dichotomiser 3, a precursor of C4.5

ROC

receiver operating characteristics