410 likes | 649 Views
Inference in generative models of images and video. John Winn MSR Cambridge May 2004. Overview. Generative vs. conditional models Combined approach Inference in the flexible sprite model Extending the model. Generative vs. conditional models.
E N D
Inference in generative models of images and video John Winn MSR Cambridge May 2004
Overview • Generative vs. conditional models • Combined approach • Inference in the flexible sprite model • Extending the model
Generative vs. conditional models We have an image I and latent variables Hwhich we wish to infer, e.g. object position, orientation, class. There will also be other sources of variability, e.g. illumination, parameterised by θ. Generative model: P(H, θ, I) Conditional model: P(H, θ|I) or P(H|I)
Conditional models use features Features are functions of I which aim to be informative about Hbut invariant to θ. Edge features Corner features Blob features
Conditional models Using features f(I), train a conditional model e.g. using labelled data Example: Viola & Jones face recognition using rectangle features and AdaBoost
Conditional models Advantages • Simple - only model variables of interest • Inference is fast - due to use of features and simple model Disadvantages • Non-robust • Difficult to compare different models • Difficult to combine different models
Generative models A generative model defines a process of generating the image pixels Ifrom the latent variables Hand θ, giving a joint distribution over all variables: P(H, θ, I) Learning and inference carried out using standard machine learning techniques e.g. Expectation Maximisation, MCMC, variational methods. No features!
Generative models Example: image modeled as layers of ‘flexible’ sprites.
Generative models Advantages • Accurate – as the entire image is modeled • Can compare different models • Can combine different models • Can generate new images Disadvantages • Inference is difficult due to local minima • Inference is slower due to complex model • Limitations on model complexity
Combined approach Use a generative model, but speed up inference using proposal distributions given by a conditional model. A proposal R(X) suggests a new distribution over some of the latent variables XH, θ. Inference is extended to allow accepting or rejecting the proposal e.g. depending on whether it improves the model evidence.
Using proposals in an MCMC framework Generative model: textured regions combined with face and text models Conditional model: face and text detector using AdaBoost (Viola & Jones) Proposals for text and faces Accepted proposals From Tu et al, 2003
Using proposals in an MCMC framework Generative model: textured regions combined with face and text models Conditional model: face and text detector using AdaBoost (Viola & Jones) Proposals for text and faces Reconstructed image From Tu et al, 2003
Flexible sprite model Set of images e.g. frames from a video x
Flexible sprite model f π Sprite shape and appearance x
Flexible sprite model f π Sprite transform for this image (discretised) T m x Transformed mask instance for this image
Flexible sprite model b f π Background T m x
Inference method & problems • Apply variational inference with factorised Q distribution • Slow – since we have to search entire discrete transform space • Limited size of transform space e.g. translations only (160120). • Many local minima.
Proposals in the flexible sprite model • We wish to create a proposalR(T). • Cannot use features of the image directly until object appearance found. • Use features of the inferred mask. π proposal T m
Moment-based features Use the first and second moments of the inferred mask as features. Learn a proposal distribution R(T). C-of-G of mask True location Contour of proposal distribution over object location Can also use R to get a probabilistic bound on T.
Results on scissors video. Original Reconstruction • On average, ~1% of transform space searched. • Always converges, independent of initialisation. Foreground only
Extended transform space Original Reconstruction
Extended transform space Original Reconstruction
Extended transform space Learned sprite appearance Normalised video
Corner features Learned sprite appearance Masked normalised image
Extensions to the generative model Very wide range of possible extensions: • Local appearance model e.g. patch-based • Multiple layered objects • Object classes • Illumination modelling • Incorporation of object-specific models e.g. faces • Articulated models
Further investigation of using proposals Investigate other bottom-up features, including: • Optical flow • Color/texture • Use of standard invariant features e.g. SIFT • Discriminative models for particular object classes e.g. faces, text
b f π T m x N