Download presentation
Presentation is loading. Please wait.
Published bySierra Freeman Modified over 11 years ago
1
Basic Steps 1.Compute the x and y image derivatives 2.Classify each derivative as being caused by either shading or a reflectance change 3.Set derivatives with the wrong label to zero. 4.Recover the intrinsic images by finding the least- squares solution of the derivatives. Original x derivative image Classify each derivative (White is reflectance)
2
Learning the Classifiers Combine multiple classifiers into a strong classifier using AdaBoost (Freund and Schapire) Choose weak classifiers greedily similar to (Tieu and Viola 2000) Train on synthetic images Assume the light direction is from the right Shading Training Set Reflectance Change Training Set
3
Using Both Color and Gray-Scale Information Results without considering gray-scale
4
Some Areas of the Image Are Locally Ambiguous Input Shading Reflectance Is the change here better explained as or ?
5
Propagating Information Can disambiguate areas by propagating information from reliable areas of the image into ambiguous areas of the image
6
Consider relationship between neighboring derivatives Use Generalized Belief Propagation to infer labels Propagating Information
7
Setting Compatibilities Set compatibilities according to image contours –All derivatives along a contour should have the same label Derivatives along an image contour strongly influence each other 0.51.0 β=β=
8
Improvements Using Propagation Input Image Reflectance Image With Propagation Reflectance Image Without Propagation
10
(More Results) Input ImageShading Image Reflectance Image
13
Summary 13 Belief propagation is a feasible way to do inference in some Markov Random Fields. We showed applications of this approach to a number of low-level vision problems, including super-resolution, motion, and shading/reflectance discrimination. next talk: presentations/bengaluruDeblur.ppt or keynote:presentations/motioninvVenice.key
14
14 Inference in Markov Random Fields Gibbs sampling, simulated annealing Iterated conditional modes (ICM) Belief propagation Application examples: super-resolution motion analysis shading/reflectance separation Graph cuts Variational methods
15
15 Gibbs Sampling and Simulated Annealing Gibbs sampling: –A way to generate random samples from a (potentially very complicated) probability distribution. –Fix all dimensions except one. Draw from the resulting 1-d conditional distribution. Repeat for all dimensions, and repeat many times Simulated annealing: –A schedule for modifying the probability distribution so that, at zero temperature, you draw samples only from the MAP solution. Reference: Geman and Geman, IEEE PAMI 1984.
16
16 Sampling from a 1-d function 1.Discretize the density function 2. Compute distribution function from density function 3. Sampling draw ~ U(0,1); for k = 1 to n if break; ;
17
17 Gibbs Sampling x1x1 x2x2 Slide by Ce Liu
18
18 Gibbs sampling and simulated annealing Simulated annealing as you gradually lower the temperature of the probability distribution ultimately giving zero probability to all but the MAP estimate. Whats good about it: finds global MAP solution. Whats bad about it: takes forever. Gibbs sampling is in the inner loop…
19
19 Gibbs sampling and simulated annealing So you can find the mean value (MMSE estimate) of a variable by doing Gibbs sampling and averaging over the values that come out of your sampler. You can find the MAP value of a variable by doing Gibbs sampling and gradually lowering the temperature parameter to zero.
20
20 Inference in Markov Random Fields Gibbs sampling, simulated annealing Iterated conditional modes (ICM) Belief propagation Application examples: super-resolution motion analysis shading/reflectance separation Graph cuts Variational methods
21
21 Iterated conditional modes For each node: –Condition on all the neighbors –Find the mode –Repeat. Compare with Gibbs sampling… Very small region over which its a local maximum Described in: Winkler, 1995. Introduced by Besag in 1986.
22
22 Winkler, 1995
23
23 Region marginal probabilities i ji
24
24 Belief propagation equations Belief propagation equations come from the marginalization constraints. jii ji i =
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.