Super Resolution Image Enhancement
UW Madison CS766 - Computer Vision, Spring 2020
Asher Elmquist (amelmquist@wisc.edu
)
Eric Brandt (elbrandt@wisc.edu
)
Overview
The purpose of this project is to explore and better understand image super-resolution. We begin by preparing a large, high resolution, labeled training data set and then implementing and training a convolutional neural network for super-resolution based on the current state of the art literature. Our investigation set out to answer three questions:
- Can we train a state-of-the-art CNN to produce Super Resolution images and how can we assess the performance?
- Does the the image domain (as identified by primary image label) of the training data make a difference in the training results? What about in the test images being inferenced for Super Resolution?
- Does applying Super Resolution to low resolution images improve the accuracy of downstream processes such as image segmentation?
A five minute video summary of the project can be found here.
Table of Contents
Up: Main | Next: Introduction |