1 / 53

Sparse Modeling of Graph-Structured Data … and … Images

Sparse Modeling of Graph-Structured Data … and … Images. Michael Elad The Computer Science Department The Technion .

jun
Télécharger la présentation

Sparse Modeling of Graph-Structured Data … and … Images

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Sparse Modeling of Graph-Structured Data … and … Images Michael Elad The Computer Science Department The Technion The research leading to these results has been received funding from the European union's Seventh Framework Programme (FP/2007-2013) ERC grant Agreement ERC-SPARSE- 320649

  2. SPARSITY: What is it Good For? This part relies on the following two papers: • M. Elad, Sparse and Redundant Representation Modeling — What Next?, IEEE Signal Processing Letters, Vol. 19, No. 12, Pages 922-928, December 2012. • A.M. Bruckstein, D.L. Donoho, and M. Elad, From Sparse Solutions of Systems of Equations to Sparse Modeling of Signals and Images, SIAM Review, Vol. 51, No. 1, Pages 34-81, February 2009. 2

  3. Good News Today, we have the technology and the know-how to effectively process data 3

  4. Stock Market Biological Signals Medical Imaging Still Images Radar Imaging Voice Signals Traffic info Which Data? Social Networks Matrix Data Seismic Data 3D Objects Videos Text Documents 4 Email Traffic

  5. What Processing? • What can we do for such signals? • Denoising – removal of noise from the data • Interpolation (inpainting) – recovery of missing values • Prediction – extrapolating the data beyond the given domain • Compression – reduction of storage and transmission volumes • Inference (inverse problems) – recovery from corrupted measurements • Separation – breaking down a data to its morphological “ingredients” • Anomaly detection – discovering outliers in the data • Clustering – gathering subsets of closely related instances within the data • Summarizing – creating a brief version of the essence of the data Segmentation, Style-changing, Conversion, Matching, Recognition, Indexing, Semi-supervised learning, Identification, Classification, Synthesis, Detection, … 5

  6. So, Here is a Simple Question Why all This is Possible? • Is it obvious that all these processing options should be possible? • Consider the following data source: • Many of the processing tasks mentioned above are impossible for this data • Is there something common to all the above-mentioned signals, that makes them “processable”? IID Random Number Generator 6

  7. Why? We Know The Answer(s) Our Data is Structured A signal composed of N scalar numbers has true degrees of freedom Low Entropy Low Dimensionality High Redundancy Inner Structure Self Dependencies Self Similarity Manifold Structure …. 7 3 67 121 99 23 23 23 67 67 31 51 23 12 15 67 21 101 180 153 70 90 31 3 3 31 7 31 7 99 121 121 90 99 99 51 51 23 23 23 90 153 90 14 99 90 99 90 90 31 31 31 14 14 3 3 121 121 99 99 14 3 31 31 153 153 31 3 3 67 67 12 12 153 153 121 14 14 180 180 3 31 31 41 12 12 180 180 41 41 41 41 90 90 12 180 41 180 41 41 7 7 12 12 70 70 12 12 153 153 99 41 67 51 67 51 7 23 7 23 70 70 121 7 121 14 31 14 31 121 51 51 31 51 31 31 70 153 70 180 51 70 23 180 31 70 67 14 67 7 7

  8. Data Models A “wisely” chosen function The low-dimensional representation or “innovation” The data we operate on Note: This is not the only way to impose structure on data – this approach is known as the “synthesis model” Parameters that govern the model (to be learned) Models are arbitrary beliefs and are ALWAYS wrong 8

  9. Processing Data Using Models Q: Why all This is Possible? A: Because of the structure! Processing signals (denoise, interpolate, predict, compress, infer, separate, detect, cluster, summarize, …) Processing signals requires knowledge of their structure – we need the model along with its learned parameters 9

  10. Processing Data Using Models • Maybe another slide on: • Anomaly detection: for a given signal y, which can be either from the model (with noise) or an anomaly, we can decide on its nature by the projection distance of y to the model. • Summary: for a given signal y, we may ask what is the x that comes from the model and which will be J-sparse. This way, the surviving J features are a summary. Another option is to work with a dictionary of topics, and force J-sparsity over the dictionary representation. Example 3 - Separation Given a noisy mixture of two signals, , each emerging from a different model, separation is done by The goodness of the separation is dictated by the overlap between the two models Example 1 - Compression Given a signal , its compression is done by computing its representation : Example 2 - Inference Given a deteriorated version of a signal, , recovering from is done by projecting onto the model: This covers tasks such as denoising, interpolating, inferring, predicting, … 10

  11. An Example : PCA-KLT-Hotelling Model assumption: All these data vectors reside in a singlesubspaceS of dimension Nsamples ? Learning : finding the best Q 11

  12. Improving the Model – Local Linearity We may assume that around every point , its nearest neighbors (in ) form a very low-dimensional subspace This behavior can be used in various ways … 12

  13. Union of (Affine) Subspaces Model assumption: All these data vectors reside in a union of L affine subspaces, , (UoS)of low dimensions ? Identify the subspace belongs to, (Mahalanobis Distance) and  Fitting the model: finding 13

  14. Example: PCA Denoising () • The data vector is projected onto the -dimensional space spanned by • As the noise is spread evenly in the -dim. space, only of it remains  effective denoising The case of PCA/KLT: The Case of UoS: project to all the L subspaces, and choose the outcome that is closest to (complexity is L) 14

  15. Lets Talk About Sparsity Sparsity: A different way to describe a signal’s structure PCA Model : Its columns: where is sparse Modelassumption: All data vectors are linear combination of FEW () columns from 15

  16. Sparsity– A Closer Look Dimensionality Reduction If , this means that the information carried by is , thus giving effective compression where is sparse Geometric Form There are possible supports Each forms a different subspace • Example: • Dim. reduction factor: • # of subspaces: This model leads to a much richer UoS structure, with (exponentially) many more subspaces and yet all are defined through the concise matrix 16

  17. Sparsity in Practice: Back to Denoising Sparsity-Based Model:  Find the support (the subspace the signal belongs to) and project This is known as the Pursuit problem known to be NP-Hard Approximation by the THR algorithm: What if ? should “sparsify” the signals of interest 17

  18. To Summarize So Far Processing data is enabled by an appropriate modeling that exposes its inner structure Broadly speaking, an effective way to model data is via sparse representations This leads to a rich and highly effective and popular Union-of-Subspaces model Note: Our motivation is “image processing” We shall now turn to adopt this concept for non-conventional data structure - graph 18

  19. Processing GRAPH Structured Data Joint work with Idan Ram Israel Cohen The Electrical Engineering department Technion – Israel Institute of Technology This part relies on the following two papers: • I. Ram, M. Elad, and I. Cohen, “Generalized Tree-Based Wavelet Transform”, IEEE Trans. Signal Processing, vol. 59, no. 9, pp. 4199–4209, 2011. • I. Ram, M. Elad, and I. Cohen, “Redundant Wavelets on Graphs and High Dimensional Data Clouds”, IEEE Signal Processing Letters, Vol. 19, No. 5, pp. 291–294 , May 2012. 19

  20. Problem Formulation • We are given a graph: • The node is characterized by a -dimen. feature vector • The node has a value • The edge between the and nodes carries the distance for an arbitrary distance measure • Assumption: a “short edge” implies close-by values, i.e. smallsmall for almost every pair 20

  21. Different Ways to Look at This Data X= • We start with a set of -dimensional vectors These could be • Feature points for a graph’s nodes, • Set of coordinates for a point-cloud • A scalar function is defined on these coordinates, , giving • We may regard this dataset as a set of samples taken from a high dimensional function • The assumption that small implies small for almost every pair implies that the function behind the scene, , is “regular” … … 21

  22. Our Goal X Sparse (compact) Representation Wavelet Transform • Why Wavelet? • Wavelet for regular piece-wise smooth signals is a highly effective “sparsifying transform” • We would like to imitate this for our data structure 22

  23. Wavelet for Graphs – A Wonderful Idea I wish we would have thought of it first … “Diffusion Wavelets” R. R. Coifman, and M. Maggioni, 2006. “Multiscale Methods for Data on Graphs and Irregular Multidimensional Situations” M. Jansen, G. P. Nason, and B. W. Silverman, 2008. “Wavelets on Graph via SpectalGraph Theory” D. K. Hammond, and P. Vandergheynst, and R. Gribonval, 2010. “Multiscale Wavelets on Trees, Graphs and High Dimensional Data: Theory and Applications to Semi Supervised Learning” M . Gavish, and B. Nadler, and R. R. Coifman, 2010. “Wavelet Shrinkage on Paths for Denoising of Scattered Data” D. Heinen and G. Plonka, 2012 23

  24. The Main Idea – Permutation Permutation using X= Permutation 1D Wavelet P T T-1 P-1 Processing 24

  25. Permutation Within the Pyramid • In fact, we propose to perform a differentpermutation in each resolution level of the multi-scale pyramid: • Naturally, these permutations will be applied reversely in the inverse transform • Thus, the difference between this and the plain 1D wavelet transform applied on are the additional permutations, thus preserving the transform’s linearity and unitarity, while also adapting to the input signal 25

  26. Permute to Obtain Maximal Regularity • Lets start with P0 – the permutation applied on the incoming data • Recall: for wavelet to be effective, P0should be most “regular” • However: we may be dealing with corrupted signals (noisy, …) • To our help comes the feature vectors in , which reflect on the order of the signal values, gk. Recall: • “Simplifying” can be done finding the shortest path that visits in each point in X once: the Traveling-Salesman-Problem (TSP): Small implies small for almost every pair 26

  27. Traveling Salesman Problem (TSP) • We handle the TSP task by a greedy (and crude) approximation: • Initialize with a randomly chosen index j; • Initialize the set of already chosen indices to Ω(1)={j}; • Repeat k=1:1:m-1 times: • Find xi– the nearest neighbor to xΩ(k) such that iΩ; • Set Ω(k+1)={i}; • Result: the set Ωholds the proposed ordering 27

  28. What About the Rest of the Permutations? • So far we concentrated on P0 at the finest level of the multi-scale pyramid • In order to construct P1, P2, … ,PL-1, the permutations at the other pyramid’s levels, we use the same method, applied on propagated (reordered, filtered and sub-sampled) feature-vectors through the same wavelet pyramid: P1 P0 LP-Filtering (h) & Sub-sampling LP-Filtering (h) & Sub-sampling P3 LP-Filtering (h) & Sub-sampling P2 LP-Filtering (h) & Sub-sampling 28

  29. Generalized Tree-Based Wavelet Transform • “Generalized” tree Tree (Haar wavelet) • Our proposed transform: Generalized Tree-Based Wavelet Transform (GTBWT) • We also developed a redundant version of this transform based on the stationary wavelet transform [Shensa, 1992] [Beylkin, 1992]– also related to the “A-TrousWavelet” (will not be presented here) • At this stage we should (and could) show how this works on point clouds/graphs, but we will take a different route and discuss implications to image processing 29

  30. To Summarize So Far The approach we take is to extend the existing 1D wavelet transform to the graph structure Given a graph or a cloud of points, we can model it in order to process it (denoise, infer, …) Our method: Permutation followed by filtering and decimation in each of the pyramid levels We shall present the applicability of this transform to … images We tested this for graph data with successful results (NOT SHOWN HERE) 30

  31. Turning to IMAGE PROCESSING This part relies on the same papers mentioned before … • I. Ram, M. Elad, and I. Cohen, “Generalized Tree-Based Wavelet Transform”, IEEE Trans. Signal Processing, vol. 59, no. 9, pp. 4199–4209, 2011. • I. Ram, M. Elad, and I. Cohen, “Redundant Wavelets on Graphs and High Dimensional Data Clouds”, IEEE Signal Processing Letters, Vol. 19, No. 5, pp. 291–294 , May 2012. 31

  32. Remember the Guitar Signal? QUESTION: What about the connection or structure that may exist between these columns? This brings us to the topic of GRAPH-STRUCTURED data modeling Nsamples We invested quite an effort to model the columns of this matrix as emerging from a low-dimensional structure 32

  33. Recall: The Guitar Signal In order to model the inter-block (rows) redundancy, we can consider this matrix as containing the feature vectors of graph nodes, and apply the designed sparsifying wavelet We invested quite an effort to model the columns of this matrix as emerging from a low-dimensional structure 33

  34. An Image as a Graph • Extract all possible patches of size with complete overlaps – these will serve as the set of features (or coordinates) matrix X. • The values will be the center pixel in these patches. • Once constructed this way, we forget all about spatial proximities in image, and start thinking in terms of (Euclidean) proximities between patches. 34

  35. Our Transform We obtain an array of transform coefficients : Array of overlapped patches of size Applying a redundant wavelet of some sort with permutations Lexicographic ordering of the pixels • All these operations could be described as one linear operation: multiplication of by a huge matrix • This transform is adaptive to the specific image 35

  36. Lets Test It: M-Term Approximation Multiply by : Forward GTBWT Original Image Skip? Multiply by : Inverse GTBWT non-zeros Show as a function of Output image 36

  37. 55 50 45 40 35 PSNR 30 25 20 15 10 0 2000 4000 6000 8000 10000 # Coefficients Lets Test It: M-Term Approximation • For a 128×128 center portion of the image Lenna, we compare the image representation efficiency of the • GTBWT • A common 1D wavelet transform • 2D wavelet transform GTBWT – permutation at the finest level 2D common 1D db4 37

  38. 55 50 45 40 35 PSNR 30 25 20 15 10 0 2000 4000 6000 8000 10000 # Coefficients Lets Test It: M-Term Approximation • For a 128×128 center portion of the image Lenna, we compare the image representation efficiency of the • GTBWT • A common 1D wavelet transform • 2D wavelet transform GTBWT – permutations at all (10) levels 2D common 1D db4 38

  39. Lets Test It: Denoising Via Sparsity (+) Approximation by the THR algorithm: Denoising Algorithm : Forward GTBWT : Inverse GTBWT Noisy image Output image 39

  40. Wait! Lets Not Do the Same Mistake Twice Given this matrix containing all the image patches we agreed that we should exploit both columns and rows’ redundancies Using only the GTBWT will operate on rows, wasting the redundancies within the columns We apply the GTBWT on the rows of this matrix, and take further steps (sub-image averaging, joint-sparsity) in order to address the within-columns redundancy as well 40

  41. Image Denoising – Results We apply the proposed scheme with the Symmlet 8 wavelet to noisy versions of the images Lena and Barbara, and compare to K-SVD & BM3D algorithms. Original Noisy Denoised 41

  42. What Next? A: Refer to this transform as an abstract sparsificationoperator and use it in general image processing tasks Skip? We have a highly effective sparsifying transform for images. It is “linear” and image adaptive B: Streep this idea to its bones: keep the patch-reordering, and propose a new way to process images This part is based on the following papers: • I. Ram, M. Elad, and I. Cohen, “The RTBWT Frame – Theory and Use for Images”, working draft to be submitted soon. • I. Ram, M. Elad, and I. Cohen, “Image Processing using Smooth Ordering of its Patches”, to appear in IEEE Transactions on Image Processing. 42

  43. Recall: Our Transform We obtain an array of transform coefficients : Array of overlapped patches of size Applying a redundant wavelet of some sort with permutations Lexicographic ordering of the pixels • All these operations could be described as one linear operation: multiplication of by a huge matrix • This transform is adaptive to the specific image 43

  44. A: What Can We Do With ? Deblurring Anomaly Detection Separation Super-Resolution Denoising (and )is the core of a sparsity-based model for THE image … Inpainting … Sampling: Compressed-Sensing Tomographic Reconstruction Compression 44

  45. A: E.g. Deblurring Results Original Blurred Restored 45

  46. B: Alternative: Ordering the Patches Order to form the shortest possible path Process the obtained 1D signal 46

  47. Key Idea: Regularity Due to Ordering • Considering the center (or any other) pixel in each patch, the new path is expected to lead to very smooth (or at least, piece-wise smooth) 1D signal • The ordering is expected to be robust to noise and degradations → the underlying signal should still be smooth 47

  48. B: Image Denoising with Patch-Reordering True samples Noisy samples Noisy with =25 (20.18dB) Ordering based on the noisy pixels Reconstruction: 32.65dB Simple smoothing 48

  49. B: Image Inpainting with Patch-Reordering Missing sample Existing sample 0.8 of the pixels are missing Reconstruction: 27.15dB Ordering Simple interpolation 49

  50. B: Inpainting Results – Examples Given data 80% missing pixels Bi-Cubic interpolation DCT and OMP recovery 1st iteration of the proposed alg. 3rd iteration of the proposed alg. 50

More Related