Top-down category recognition
Jump to navigation
Jump to search
Alex, Eugene, Pietro: please add or change whatever you want.
Target
CVPR 2007 ?
Final Paper Should Cover These Topics
- Automatic taxonomy creation for any set of categories
- We no longer have to make the trees by hand
- This enables automatic top-down category searching
- Efficiency increase by descending tree
- You quickly eliminate most of the possibilities
- This should increase speed, right?
- Demonstrate and quantify this
- Classification performance
- Quantify this too
- Does it improve?
Experiment #1 (minimum needed to publish?)
- Don't build the entire hierarchy: just the first level (4 branches)
- Do this in an automated fashion
- Top-level classifiers
- Train on n images from each of these 4 subgroups
- What value of n is optimal?
- Speed/performance tradeoff
- Should there be a 5th branch that says, "I'm not sure"?
- Train on n images from each of these 4 subgroups
- Bottom-level classifiers
- Choose a different set of one-vs-all SVMs for each of the 4 branches
- This means we only have to check for categories that are in our branch
- Should be about 75% less work!
- Testing phase
- Compare to standard one-vs-all paradigm
- Classification performances
- Training and Testing Speed
- Compare to standard one-vs-all paradigm
Experiment #2
- Try trees with 1, 2, 3 and 4 levels
- Compare speed/performance
- How many Ntrain per level?
- Again a speed/performance tradeoff
- Performance may saturate esp. at higher levels
- Do we have to find this emperically?
- Or can it be guessed from first principles?