1 / 77

Super-Resolution

Super-Resolution. Barak Zackay Yaron Kassner. Outline. Introduction to Super-Resolution Reconstruction Based Super Resolution An Algorithm Limits on Reconstruction Based Super Resolution Example Based Super Resolution Halucination Example Based Single Image Super Resolution Summary.

len
Download Presentation

Super-Resolution

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. Super-Resolution Barak Zackay Yaron Kassner

  2. Outline • Introduction to Super-Resolution • Reconstruction Based Super Resolution • An Algorithm • Limits on Reconstruction Based Super Resolution • Example Based Super Resolution • Halucination • Example Based • Single Image Super Resolution • Summary

  3. Introduction to Super Resolution

  4. Definition of the Problem • Super-resolution is the process of combining multiple low resolution images to form a higher resolution one. • No cheating! • Resulting image should represent reality better than all the input images.

  5. The Imaging Process

  6. Physical Properties • Each camera suffers from some inherent optical issues: • Finite size of the aperture - generates blur, modeled by the Point-Spread-Function (PSF).  • Noise

  7. Mathematical Model • Each pixel in the resulting image is given by: • Loi(m) – the i-th LR image in pixel m. • Ei(x) – total photon count from the direction x • PSFi – Point Spread Function

  8. LR HR HR HR Deresolution • Given HR image • Project to LR image • Each LR pixel is a linear combination of HR pixels

  9. LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR HR HR HR HR HR HR HR HR HR HR HR Reconstruction-based Super Resolution • Reconstruct hidden HR pixels out of known linear combinations.

  10. Example-BasedSuper Resolution • Use prior knowledge to reconstruct a HR image. Prior Knowledge of faces

  11. Reconstruction Based Super Resolution from Improving Resolution by Image Registration Michal Irani and Shmuel Peleg

  12. Basic Idea The HR image should create the LR images when deresoluted.

  13. Notation : The kth observed LR image. : The approximation to the HR image after n iterations. : The LR image obtained by applying the simulated imaging process to . : The point spread function of the imaging blur. : a HR pixel : a LR pixel influenced by x : The center of the receptive field of y.

  14. Problem Formulation Find a HR image , that gives .

  15. Algorithm Overview • Register the LR images. • Guess the HR image . • Iteration n: • Simulate the imaging process to create from . • Compare and . • Correct in the direction of the error. • output

  16. LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR LR HR HR HR HR HR HR HR HR HR HR HR Registration

  17. Iteration Take the current guess. Decrease its resolution to get Update each HR pixel x according to the error in all LR pixels (y) it influences.c is a constant normalizing factor. c is a constant normalizing factor. Yk,x is the group of all pixels y that are influenced by x. is a back-projection kernel applied on that represents the way the HR pixel x should be updated from y.

  18. Wasach One of three input images Initial guess (average of input images) Output

  19. Debluring Original Image Blurred Image Restored Image

  20. Wasach Blurred Image Initial Guess Restored Image

  21. Limits on Reconstruction Based Methods from Limits on Super-Resolution and How to Break Them Simon Baker and Takeo Kanade

  22. Large Magnification Factor is Problematic • Large magnification factor causes: • Overly smooth HR image • Fine details are not recovered • An explanation is needed.

  23. LR HR HR HR Evil Example • Suppose we want to increase the resolution by exactly M=2. • Lets look on a checkboard like scene, where each pixel is either white or black.

  24. Information is Inherently Missing • The resulting image would be grey independently from the offset of the LR image! • Conclusion: some information is inherently missing on our LR images!

  25. When M is not an Integer LR HR HR HR

  26. Limits of Super-Resolution  • Size of LR images: N pixels. • Size of HR image: NM 2pixels. • Each HR pixel can be added noise of amplitude smaller than M 2which wont change the LR image! • Volume of possible HR solutions: O(M 2N) 1 • It can be shown that under practical considerations the effective magnification factor (M) is bounded by 1.6, no matter how many LR images are taken2. 1 Limits on Super-Resolution and How to Break Them, Simon Baker and Takeo Kanade 2 Fundamental Limits of Reconstruction-Based Superresolution Algorithms under Local Translation, Zhouchen Lin, and Heung-Yeung Shum

  27. Break • Introduction to Super-Resolution • Reconstruction Based Super Resolution • An Algorithm • Limits on Reconstruction Based Super Resolution • Example Based Super Resolution • Halucination • Example Based • Single Image Super Resolution • Summary

  28. Example Based Super Resolution

  29. Introduction to Example-Based Super Resolution • Reconstruction constraints are not enough. • One has to use prior knowledge of the image to break the reconstruction limits. • The following algorithms will use priors learned from databases of example images.

  30. Recogstruction or Hallucination from Limits on Super-Resolution and How to Break Them Simon Baker and Takeo Kanade

  31. General Idea • Find a HR image Su that satisfies two kinds of constraints: • Reconstruction constraints: When projected to the LR dimensions, the image is similar to the observed input images. • Recognition constraints: The pixels of Su should resemble pixels from images in the DB that where found to have similar features to the observed LR images’ features.

  32. MAP formulation • To solve the problem, given the LR images, we need to find the HR image that maximizes • - Su: the HR image • - Lo: the LR images Reconstruction Constraints Recognition Constraints

  33. Reconstruction Constraints The probability of the LR images given the HR image can be computed from the distance between the deresoluted HR image and the LR images. : the noise variance PSF: Point Spread Function : The pixel in Lo that corresponds to pixel z in Su. m: a LR pixel index

  34. Recognition: LR features • We use “Parent Structures” to describe LR features.

  35. Recognition: Choosing the Pixels from the DB PS = Parent Structure F = Features – like First deriviative, or Laplacian

  36. Formulation of Recognition Constraints • Instead of estimating the probability of the HR image, Su, we estimate its probability given each pixel’s “recognition”. H0 – Horizontal derivative V0 – Vertical derivative. - Variance of the recognition errors. T - the training images. BI – best images for the pixels of the LR images. BP – best pixel indices in the best images for the pixels of the LR images. Ci,BP,BI – Class of all images that would have the Best corresponding Images BI, and the Best corresponding Pixels BP in the db. - The function that fits a LR pixel index to the corresponding HR pixel index. 2k – the ratio between the HR image scale and the LR image scale.

  37. Maximization • Note that the function we need to maximize is quadratic with the HR image’s pixels. • Do gradient descent.

  38. Algorithm Summary • Preliminary work: • Take a training set of images. • Build a DB that matches parent structures to HR pixels. • Compute the reconstruction constraints. • For each LR image: • For each HR pixel index: • Search for the corresponding parent structure in the DB. • Find the HR image that fits best both the reconstruction constraints and the HR pixels extracted from the database.

  39. Comparison

  40. Comparison

  41. Best and Worst Image

  42. Noise Effect

  43. Image Size

  44. Hallucination

  45. Hallucination

  46. Results on Text

  47. Example Based Super Resolution William T. Freeman, Thouis R. Jones and Egon C. Pasztor

  48. Algorithm Overview • Construct a DB of matching LR-HR patches • Algorithmically find the most coherent patch assignment to generate a good image

  49. Constructing the DB • Given a DB of images • Make a table from LR patches to HR patches. • Each image in the DB is treated as follows: • Take each 7x7 patch from the image and deresolute into a 5x5 patch • Normalize the 5x5 patches to have the same mean and relative contrast. • Arrange the DB by the low frequencies of the LR patches

More Related