Generating taxonomies
Jump to navigation
Jump to search
Target
CVPR 2007 ?
Final Paper Should Cover These Topics
- How to make taxonomic trees?
- Phyologenetic literature
- Just define inter-class distances using the confusion matrix
- Various algorithms and their speed/accuracy tradeoffs
- Why taxonomic trees?
- Potentially uses
- Benchmarking
- Guessing that a dog is breadmaker is not as bad as guessing a "dog" is a goat
- This suggests a more useful metric than the confusion matrix (Alex)
- Guessing about hard-to-classify objects. Discriminate between:
- Unknown interesting objects (worth learning or asking about)
- Unknown uninteresting objects (clutter, not worth learning)
- The above discrimation an important part of how a computer (or child) learns
- Relationships between categories
- Can ask informative questions about its environment
- Closes the feedback loop
- Unlimited learning?
- But we'll hit restrictions
- Exhaustive labelling impossible
- Memory limited
- see Ryan
- Benchmarking
Experiment #1
- Learning
- Use n1 categories from Caltech 101 / 256
- Testing
- n2 images from those same categories
- n3 images from different categories
- clutter
- What do we expect?
- Clutter activates very remote leaves on the tree
- How exactly do we define "uninteresting"?
- Interesting objects activate nearby leaves
- What did we guess?
- Clutter activates very remote leaves on the tree
- How do we ask a minimal set of questions about training data
- Sort out remainder of tree with minimal little supervision
- Ask Ryan/Alex/Pietro for ideas?
- Sort out remainder of tree with minimal little supervision