Download presentation
Presentation is loading. Please wait.
Published byJuliana Davidson Modified over 9 years ago
1
1 Micha Feigin, Danny Feldman, Nir Sochen
2
2
3
3
4
4
5
5
6
6
7
7
8
8
9
9
10
10
11
11
12
12
13
13 Defined as a set {D,X,Y} such that DY t X Figure courtesy Michael Elad
14
14 Given a D and y i, how to find x i Constraint : x i is sufficiently sparse Finding exact solution difficult Approximate solution good enough ?
15
15 Select d k with max projection on residue x k = arg min ||y-D k x k || Update residue r = y - D k x k Check terminating condition D, yx
16
16 Greedy algorithm Can find approximate solution Close solution if T is small enough Simplistic in nature Tends to be unstable for large T
17
17 Select atoms from input Atoms can be patches from the image Patches are overlapping Initialize Dictionary Sparse Coding (OMP) Update Dictionary One atom at a time
18
18 Use OMP or any other fast method Output gives sparse code for all signals Minimize error in representation Initialize Dictionary Sparse Coding (OMP) Update Dictionary One atom at a time
19
19 Replace unused atom with minimally represented signal Identify signals that use k-th atom (non zero entries in rows of X) Initialize Dictionary Sparse Coding (OMP) Update Dictionary One atom at a time
20
20 Deselect k-th atom from dictionary Find coding error matrix of these signals Minimize this error matrix with rank-1 approx from SVD Initialize Dictionary Sparse Coding (OMP) Update Dictionary One atom at a time
21
21 Initialize Dictionary Sparse Coding (OMP) Update Dictionary One atom at a time
22
22 A cost function for : Y = Z + n Solve for Prior term
23
23 Break problem into smaller problems Aim at minimization at the patch level Select i-th patch of Z accounted for implicitly by OMP
24
24 Solution : Denoising by normalized weighted averaging Initialize Dictionary Sparse Coding (OMP) Update Dictionary One atom at a time Averaging of patches
25
25
26
26 Replace input set Y with a weighted set C Construct an optimal dictionary for C (instead of Y) Compute coefficients for Y based on this dictionary Advantages: The coreset C is much smaller than Y Constructing C is much cheaper than solving the original problem
27
27 3000x4000 pixels
28
28 K-SVD Denoiser for LD images [Michael Elad et al.]
29
29
30
30
31
31
32
32 Uniform random sampling generally does not produce a good coreset o For a mostly uniform image (such as line drawings), patches with features will be chosen with low probability o Essential to choose them to reconstruct the image To construct a good dictionary, we need to o Make sure outliers are represented o Give them low priority for affecting the final outcome
33
33
34
34
35
35 Tree Computation p1p1 p2p2 p3p3 p4p4 p5p5 p7p7 p6p6 p8p8 p9p9 p 10 p 11 p 12 p 13 p 15 p 14 p 16 From a presentation by Piotr Indyk
36
36 Coresets greatly speed up calculation Allow handling much larger inputs (at lower running times) Can stabilize random seeded and greedy algorithms due to smaller input Allow multiple runs on random seeded methods to allow majority vote methods (at a lower total run time)
37
37
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.