“Bag of Words”: recognition using texture A quiet meditation on the importance of trying simple things first… Adopted from Fei-Fei Li, with some slides from L.W. Renninger 16-721: Advanced Machine Perception A. Efros, CMU, Spring 2006 Object Bag of ‘words’ Analogy to documents Of all the sensory impressions proceeding to the brain, the visual experiences are the dominant ones. Our perception of the world around us is based essentially on the messages that reach the brain from our eyes. For a long time it was thought that the retinal sensory, image was transmitted pointbrain, by point to visual centers in the brain; the cerebral cortex was a visual, perception, movie screen, so to speak, upon which the cerebral cortex, image inretinal, the eye was projected. Through the discoveries ofeye, Hubelcell, and Wiesel we now optical know that behind the origin of the visual image perception in thenerve, brain there is a considerably more complicated course of events. By Hubel, Wiesel following the visual impulses along their path to the various cell layers of the optical cortex, Hubel and Wiesel have been able to demonstrate that the message about the image falling on the retina undergoes a stepwise analysis in a system of nerve cells stored in columns. In this system each cell has its specific function and is responsible for a specific detail in the pattern of the retinal image. China is forecasting a trade surplus of $90bn (£51bn) to $100bn this year, a threefold increase on 2004's $32bn. The Commerce Ministry said the surplus would be created by a predicted 30% jump in exports to $750bn, compared with a 18% rise in imports to China, trade, $660bn. The figures are likely to further annoy the US, which has long argued that surplus, commerce, China's exports are unfairly helped by a exports, imports, US, deliberately undervalued yuan. Beijing agrees the surplus is too high, but says the yuan, bank, domestic, yuan is only one factor. Bank of China foreign, increase, governor Zhou Xiaochuan said the country also needed to do more tovalue boost domestic trade, demand so more goods stayed within the country. China increased the value of the yuan against the dollar by 2.1% in July and permitted it to trade within a narrow band, but the US wants the yuan to be allowed to trade freely. However, Beijing has made it clear that it will take its time and tread carefully before allowing the yuan to rise further in value. learning feature detection & representation recognition codewords dictionary image representation category models (and/or) classifiers category decision 1.Feature detection and representation Feature detection • Sliding Window – Leung et al, 1999 – Viola et al, 1999 – Renninger et al 2002 Feature detection • Sliding Window – Leung et al, 1999 – Viola et al, 1999 – Renninger et al 2002 • Regular grid – Vogel et al. 2003 – Fei-Fei et al. 2005 Feature detection • Sliding Window – Leung et al, 1999 – Viola et al, 1999 – Renninger et al 2002 • Regular grid – Vogel et al. 2003 – Fei-Fei et al. 2005 • Interest point detector – Csurka et al. 2004 – Fei-Fei et al. 2005 – Sivic et al. 2005 Feature detection • Sliding Window – Leung et al, 1999 – Viola et al, 1999 – Renninger et al 2002 • Regular grid – Vogel et al. 2003 – Fei-Fei et al. 2005 • Interest point detector – Csurka et al. 2004 – Fei-Fei et al. 2005 – Sivic et al. 2005 • Other methods – Random sampling (Ullman et al. 2002) – Segmentation based patches (Barnard et al. 2003 Feature Representation Visual words, aka textons, aka keypoints: K-means clustered pieces of the image • Various Representations: – Filter bank responses – Image Patches – SIFT descriptors All encode more-or-less the same thing… Interest Point Features Compute SIFT descriptor Normalize patch [Lowe’99] Detect patches [Mikojaczyk and Schmid ’02] [Matas et al. ’02] [Sivic et al. ’03] Slide credit: Josef Sivic Interest Point Features … Patch Features … dictionary formation … Clustering (usually k-means) … Vector quantization Slide credit: Josef Sivic Clustered Image Patches Fei-Fei et al. 2005 Filterbank Textons (Malik et al, IJCV 2001) • K-means on vectors of filter responses Textons (cont.) Image patch examples of codewords Sivic et al. 2005 Visual synonyms and polysemy Visual Polysemy. Single visual word occurring on different (but locally similar) parts on different object categories. Visual Synonyms. Two different visual words representing a similar part of an object (wheel of a motorbike). frequency Image representation ….. codewords Scene Classification (Renninger & Malik) kitchen University of California Berkeley beach mountain forest city street farm livingroom bedroom bathroom Vision Science & Computer Vision Groups kNN Texton Matching University of California Berkeley Vision Science & Computer Vision Groups Discrimination of Basic Categories 100 texture model 90 % correct 80 70 60 50 40 30 20 10 0 t m tain rm m ity ach hen est oom e o o e o o c be str bedr oun fa athr itc for ingr k m b liv University of California Berkeley Vision Science & Computer Vision Groups Discrimination of Basic Categories 100 texture model 90 % correct 80 70 60 50 40 30 20 chance 10 0 t m tain rm m ity ach hen est oom e o o e o o c be str bedr oun fa athr itc for ingr k m b liv University of California Berkeley Vision Science & Computer Vision Groups Discrimination of Basic Categories 100 texture model 90 37 ms % correct 80 70 60 50 40 30 20 chance 10 0 t m tain rm m ity ach hen est oom e o o e o o c be c for ngr t str bedr oun fa athr i k i m b liv University of California Berkeley Vision Science & Computer Vision Groups Discrimination of Basic Categories 100 texture model 90 50 ms % correct 80 70 60 50 40 30 20 chance 10 0 t m tain rm m ity ach hen est oom e o o e o o c be str bedr oun fa athr itc for ingr k m b liv University of California Berkeley Vision Science & Computer Vision Groups Discrimination of Basic Categories 100 texture model 90 69 ms % correct 80 70 60 50 40 30 20 chance 10 0 t m tain rm m ity ach hen est oom e o o e o o c be str bedr oun fa athr itc for ingr k m b liv University of California Berkeley Vision Science & Computer Vision Groups Discrimination of Basic Categories 100 texture model 90 37 ms 50 ms 69 ms % correct 80 70 60 50 40 30 20 chance 10 0 t m tain rm m ity ach hen est oom e o o e o o c be str bedr oun fa athr itc for ingr k m b liv University of California Berkeley Vision Science & Computer Vision Groups Object Recognition using texture Learn texture model representation: • Textons (rotation-variant) Clustering • K=2000 • Then clever merging • Then fitting histogram with Gaussian Training • Labeled class data Results movie Simple is still the best! Discussion There seems to be no geometry (true/folse?), so why does it work so well? Which sampling scheme is better you think? Which patch representation is better (invariance vs. discriminability)? What are the big challenges for this type of methods?