Visual Learning and Recognition: Difference between revisions

Line 56: Line 56:
===Overcoming Datset Bias===
===Overcoming Datset Bias===
Mixing datasets
Mixing datasets
;Selection bias
In general, automatically gathered images do better. 
You can also collect data from multiple sources (multiple search engines across multiple countries)
or collect unannotated images and label them via crowd-sourcing.
;Capture bias
To overcome the bias of professional photographs: 
Apply data augmentations: flipping images, jittering (small affine transformations), random crops.
;Negative set bias
Add negatives from other datasets. 
Mine hard negatives from other datasets using standard algorithms.


==Data-driven Methods in Vision==
==Data-driven Methods in Vision==