supervised object recognition unsupervised object
play

Supervised object recognition, unsupervised object recognition then - PowerPoint PPT Presentation

Supervised object recognition, unsupervised object recognition then Perceptual organization Bill Freeman, MIT 6.869 April 12, 2005 Readings Brief overview of classifiers in context of gender recognition:


  1. No, does not contain object Yes, contains object

  2. What are the features that let us recognize that this is a face?

  3. D B C A

  4. C B A

  5. Feature detectors • Keypoint detectors [Foerstner87] • Jets / texture classifiers [Malik-Perona88, Malsburg91,…] • Matched filtering / correlation [Burt85, …] • PCA + Gaussian classifiers [Kirby90, Turk-Pentland92….] • Support vector machines [Girosi-Poggio97, Pontil-Verri98] • Neural networks [Sung-Poggio95, Rowley-Baluja-Kanade96] • ……whatever works best (see handwriting experiments)

  6. Representation From: Rob Fergus http://www.robots.ox.ac.uk/%7Efergus/ Use a scale invariant, scale sensing feature keypoint detector (like the first steps of Lowe’s SIFT). [Slide from Bradsky & Thrun, Stanford]

  7. Slide from Li Fei-Fei http://www.vision.caltech.edu/feifeili/Resume.htm [Slide from Bradsky & Thrun, Stanford] Data

  8. From: Rob Fergus http://www.robots.ox.ac.uk/%7Efergus/ Features for Category Learning A direct appearance model is taken around each located key. This is then normalized by it’s detected scale to an 11x11 window. PCA further reduces these features. [Slide from Bradsky & Thrun, Stanford]

  9. Unsupervised detector training - 2 “Pattern Space” (100+ dimensions)

  10. D R D σ D θ Probability density: P( A,B,C,D,E ) D y D x D Hypothesis: H= (A,B,C,D,E) = D C E R E B E σ A E θ E y E x = E

  11. Learning • Fit with E-M (this example is a 3 part model) • We start with the dual problem of what to fit and where to fit it. From: Rob Fergus http://www.robots.ox.ac.uk/%7Efergus/ Assume that an object instance is the only consistent thing somewhere in a scene. We don’t know where to start, so we use the initial random parameters. 1. (M) We find the best (consistent across images) assignment given the params. 2. (E) We refit the feature detector params. and repeat until converged. • Note that there isn’t much consistency 3. This repeats until it converges at the most consistent assignment with maximized parameters across images. [Slide from Bradsky & Thrun, Stanford]

  12. ML using EM 1. Current estimate 2. Assign probabilities to constellations Large P ... pdf Image i Image 1 Image 2 Small P 3. Use probabilities as weights to reestimate parameters. Example: µ Large P x + Small P x + … = new estimate of µ

  13. Learned Model From: Rob Fergus http://www.robots.ox.ac.uk/%7Efergus/ The shape model. The mean location is indicated by the cross, with the ellipse showing the uncertainty in location. The number by each part is the probability of that part being present.

  14. From: Rob Fergus http://www.robots.ox.ac.uk/%7Efergus/ Thrun, Stanford] [Slide from Bradsky &

  15. Block diagram

  16. From: Rob Fergus http://www.robots.ox.ac.uk/%7Efergus/ Recognition

  17. Slide from Li Fei-Fei http://www.vision.caltech.edu/feifeili/Resume.htm [Slide from Bradsky & Thrun, Stanford] Result: Unsupervised Learning

  18. From: Rob Fergus http://www.robots.ox.ac.uk/%7Efergus/

  19. 6.869 Previously: Object recognition via labeled training sets. Previously: Unsupervised Category Learning Now: Perceptual organization: – Gestalt Principles – Segmentation by Clustering • K-Means • Graph cuts – Segmentation by Fitting • Hough transform • Fitting Readings: F&P Ch. 14, 15.1-15.2

  20. Segmentation and Line Fitting • Gestalt grouping • K-Means • Graph cuts • Hough transform • Iterative fitting

  21. Segmentation and Grouping • Motivation: vision is often • Grouping (or clustering) simple inference, but for – collect together tokens that “belong together” segmentation • Fitting • Obtain a compact – associate a model with representation from an tokens image/motion – issues sequence/set of tokens • which model? • Should support application • which token goes to which • Broad theory is absent at element? • how many elements in the present model?

  22. General ideas • Tokens • Bottom up segmentation – whatever we need to group (pixels, points, – tokens belong together surface elements, etc., because they are etc.) locally coherent • Top down • These two are not segmentation mutually exclusive – tokens belong together because they lie on the same object

  23. Why do these tokens belong together?

  24. What is the figure?

  25. Basic ideas of grouping in humans • Figure-ground • Gestalt properties discrimination – A series of factors affect whether – grouping can be seen elements should be in terms of allocating grouped together some elements to a figure, some to ground – impoverished theory

  26. Occlusion is an important cue in grouping.

  27. Consequence: Groupings by Invisible Completions * Images from Steve Lehar’s Gestalt papers: http://cns-alumni.bu.edu/pub/slehar/Lehar.html

  28. And the famous…

  29. And the famous invisible dog eating under a tree:

  30. • We want to let machines have these perceptual organization abilities, to support object recognition and both supervised and unsupervised learning about the visual world.

  31. Segmentation as clustering • Cluster together (pixels, tokens, etc.) that belong together… • Agglomerative clustering – attach closest to cluster it is closest to – repeat • Divisive clustering – split cluster along best boundary – repeat • Dendrograms – yield a picture of output as clustering process continues

  32. Clustering Algorithms

  33. K-Means • Choose a fixed number of • Algorithm clusters – fix cluster centers; allocate points to closest cluster – fix allocation; compute best • Choose cluster centers and cluster centers point-cluster allocations to • x could be any set of minimize error features for which we can • can’t do this by search, compute a distance because there are too (careful about scaling) many possible allocations. ⎧ ⎫ ∑ ∑ 2 x j − µ i ⎨ ⎬ ⎩ ⎭ i ∈ clusters j ∈ elements of i'th cluster

  34. K-Means

  35. Image Clusters on intensity (K=5) Clusters on color (K=5) K-means clustering using intensity alone and color alone

  36. Image Clusters on color K-means using color alone, 11 segments

  37. K-means using color alone, 11 segments. Color alone often will not yeild salient segments!

  38. K-means using colour and position, 20 segments Still misses goal of perceptually pleasing segmentation! Hard to pick K…

  39. Graph-Theoretic Image Segmentation Build a weighted graph G=(V,E) from image V:image pixels E: connections between pairs of nearby pixels : probabilit y that i & j W ij belong to the same region

  40. Graphs Representations ⎡ ⎤ 0 1 0 0 1 a ⎢ ⎥ b 1 0 0 0 0 ⎢ ⎥ ⎢ ⎥ 0 0 0 0 1 c ⎢ ⎥ 0 0 0 0 1 ⎢ ⎥ e ⎢ ⎥ ⎣ 1 0 1 1 0 ⎦ d Adjacency Matrix * From Khurram Hassan-Shafique CAP5415 Computer Vision 2003

  41. Weighted Graphs and Their Representations ∞ ∞ ⎡ ⎤ 0 1 3 a ⎢ ⎥ ∞ b 1 0 4 2 ⎢ ⎥ ⎢ ⎥ 3 4 0 6 7 ⎢ ⎥ ∞ ∞ 6 0 1 ⎢ ⎥ c e ⎢ ⎥ ∞ ⎣ 2 7 1 0 ⎦ 6 d Weight Matrix * From Khurram Hassan-Shafique CAP5415 Computer Vision 2003

  42. Boundaries of image regions defined by a number of attributes – Brightness/color – Texture – Motion – Stereoscopic depth – Familiar configuration [Malik]

  43. Measuring Affinity Intensity ( ) ⎧ ⎫ ⎛ ⎞ ( ) = exp − ( ) − I y ( ) 1 2 ⎨ ⎬ aff x , y ⎠ I x ⎝ 2 σ i 2 ⎩ ⎭ Distance ⎧ ( ) ⎫ ⎛ ⎞ ( ) = exp − 1 ⎠ x − y 2 ⎨ ⎬ aff x , y ⎝ 2 σ d 2 ⎩ ⎭ Color ( ) ⎧ ⎫ ⎛ ⎞ ( ) = exp − ( ) − c y ( ) 1 2 ⎨ ⎬ aff x , y ⎠ c x ⎝ 2 σ t 2 ⎩ ⎭

  44. Eigenvectors and affinity clusters • Simplest idea: we want a • This is an eigenvalue vector a giving the problem - choose the association between each eigenvector of A with element and a cluster largest eigenvalue • We want elements within this cluster to, on the whole, have strong affinity with one another • We could maximize a T Aa • But need the constraint a T a = 1

  45. eigenvector Example eigenvector points matrix

  46. eigenvector Example eigenvector points matrix

  47. σ =.2 Scale affects affinity σ =1 σ =.2 σ =.1

  48. Scale affects affinity σ =1 σ =.2 σ =.1

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend