example based super resolution group members (alphabetically listed): kartik chamarty parth tejani...

14
Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Upload: abraham-joseph

Post on 05-Jan-2016

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Example Based Super Resolution

Group Members (Alphabetically listed):Kartik Chamarty

Parth TejaniTopraj GurungYiming Kong

Zhen Guo

Page 2: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Original image

Problem Statement

Bicubic interpolated

Expected high resolution

Page 3: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

think, think, think…

Learn it from other images!!!

Relationship?

+||

Page 4: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

General idea

Previously LEARNED knowledge (DATABASE)

+

Page 5: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Training Set (database) Generation

Page 6: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

7

75

5

Page 7: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Construct database

DATABASE (Training set)

Weight factor α

α =

Page 8: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

One pass algorithm

Page 9: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Database search (Nearest Neighbor Search)

• How to Search for Nearest Neighbor Match• Search through everything, one by one– very slow!!– O(n)!! Go through everything

• Faster method?– KD Tree (Matlab has one!)• Recursively divides lookup entries into a tree structure• How fast is it?

– O(log n): Height of the tree

Page 10: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Results (Images)

• Probably show it in the format shown in the following link?– http://people.csail.mit.edu/billf/project%20pages/

sresCode/Markov%20Random%20Fields%20for%20Super-Resolution.html

• Low res, interpolated, supersample,diff,high res• Wednesday:– Faces, Mountains, Cartoon, Flowers– More if needed.

Page 11: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Function Profiles

Page 12: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Conclusion

Page 13: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

Additional items

• Code OpenSourced– MENTION IT IS IN GOOGLE CODE

• Powerpoint: everything is shared– DOCS ARE SHARED

• Video of how to do it?– VIDEO TUTORIAL

Page 14: Example Based Super Resolution Group Members (Alphabetically listed): Kartik Chamarty Parth Tejani Topraj Gurung Yiming Kong Zhen Guo

GUI