Patrec Tutorial1
Patrec Tutorial1
Human Perception
Humans have developed highly sophisticated skills for sensing their environment and taking actions according to what they observe, e.g., recognizing a face understanding spoken words reading handwriting distinguishing fresh food from its smell We would like to give similar capabilities to machines.
1/25
3/25
An Example
Problem: Sorting incoming sh on a conveyor belt according to species Assume that we have only two kinds of sh: sea bass salmon
Figure 1: Picture taken from a camera.
4/25
6/25
Figure 2: Histograms of the length feature for two types of sh in training samples. How can we choose the threshold l to make a reliable decision?
RETINA Pattern Recognition Tutorial, Summer 2005 7/25
8/25
Figure 3: Histograms of the lightness feature for two types of sh in training samples. It looks easier to choose the threshold x but we still cannot make a perfect decision.
RETINA Pattern Recognition Tutorial, Summer 2005 9/25
10/25
11/25
Figure 4: Scatter plot of lightness and width features for training samples. We can draw a decision boundary to divide the feature space into two regions. Does it look better than using only lightness?
RETINA Pattern Recognition Tutorial, Summer 2005 12/25
13/25
Figure 5: We may distinguish training samples perfectly but how can we predict how well we can generalize to unknown samples?
RETINA Pattern Recognition Tutorial, Summer 2005 14/25
15/25
Preprocessing
Preprocessing
Postprocessing Decision
17/25
19/25
Data collection: Collecting training and testing data How can we know when we have adequately large and representative set of samples?
20/25
21/25
22/25
23/25
24/25
Summary
Pattern recognition techniques nd applications in many areas: machine learning, statistics, mathematics, computer science, biology, etc. There are many sub-problems in the design process. Many of these problems can indeed be solved. More complex learning, searching and optimization algorithms are developed with advances in computer technology. There remain many fascinating unsolved problems.
25/25