CV Chapter 4 Recognition and Categorization
Questions about the lecture 'Computer Vision' of the RWTH Aachen Chapter 4 Recognition and Categorization
Questions about the lecture 'Computer Vision' of the RWTH Aachen Chapter 4 Recognition and Categorization
Set of flashcards Details
Flashcards | 35 |
---|---|
Language | English |
Category | Computer Science |
Level | University |
Created / Updated | 04.02.2017 / 19.02.2017 |
Licencing | Not defined |
Weblink |
https://card2brain.ch/box/20170204_cv_chapter_4_recognition_and_categorization
|
Embed |
<iframe src="https://card2brain.ch/box/20170204_cv_chapter_4_recognition_and_categorization/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
What are the characteristics of appearance-based recognition? [3]
1. 3D object is represented by a set of images (So-called appearances)
2. No 3D model of object needed
3. Feature vector matching with multiple training views for recognition
What are the characteristics of global recognition? [4]
1. 3D object is represented by a global descriptor
2. Match descriptors for recognition
3. Descriptors have built in variations
4. Other variations have to be incorporated by training data
What are the characteristics of gradient-based recognition? [3]
1. Consider edges contours and (oriented) intensity gradients
2. Robust to small shifts and rotations
3. Local histograms offer more spatial information
What is the difference between identification and categorization?
Find a certain object (identification) and find all appearances of a general object (categorization)
What are the components of the sliding window technique? [3]
1. Slide window over space and scale // Cluttered scene
2. Feature extraction learned by training data
3. Binary classifier which returns yes or no
What is the idea behind the sliding window technique?
Brute force
What are possible feature extraction strategies? [3]
1. Color histogram // Sensitive to illumination and intraclass
2. Pixel intensities // Sensitive to small shifts
3. Eigenfaces
What are the characteristics of eigenfaces? [3]
1. Mean of training images
2. Low dimensional representation of mean with linear subspace
3. Compare new image with face space