Title: Introduction to Recognition
1Introduction to Recognition
CS4670/5670 Intro to Computer Vision
Noah Snavely
2What do we mean by object recognition?
Next 15 slides adapted from Li, Fergus,
Torralbas excellent short course on category and
object recognition
3Verification is that a lamp?
4Detection are there people?
5Identification is that Potala Palace?
6Object categorization
mountain
tree
building
banner
street lamp
vendor
people
7Scene and context categorization
8Object recognitionIs it really so hard?
Output of normalized correlation
9Object recognitionIs it really so hard?
Pretty much garbage Simple template matching is
not going to make it
10Object recognitionIs it really so hard?
A popular method is that of template matching,
by point to point correlation of a model pattern
with the image pattern. These techniques are
inadequate for three-dimensional scene analysis
for many reasons, such as occlusion, changes in
viewing angle, and articulation of parts.
Nivatia Binford, 1977.
11Why not use SIFT matching for everything?
- Works well for object instances
- Not great for generic object categories
12Applications Computational photography
13Applications Assisted driving
Pedestrian and car detection
Lane detection
- Collision warning systems with adaptive cruise
control, - Lane departure warning systems,
- Rear object detection systems,
14Applications image search
15How do human do recognition?
- We dont completely know yet
- But we have some experimental observations.
16Observation 1
- We can recognize familiar faces even in
low-resolution images
17Observation 2
Kevin Costner
Jim Carrey
- High frequency information is not enough
18What is the single most important facial features
for recognition?
19Observation 4
20The list goes on
- http//web.mit.edu/bcs/sinha/papers/19results_sinh
a_etal.pdf
21Questions?