Marie-Hélène Burle
November 24, 2021
LR:    low resolution
HR:    high resolution
SR:    super-resolution = reconstruction of HR images from LR images
SISR: Â Â single-image super-resolution = SR using a single input image
A rather slow history with various interpolation algorithms of increasing complexity before deep neural networks
An incredibly fast evolution since the advent of deep learning (DL)
Pixel-wise interpolation prior to DL
Various methods ranging from simple (e.g. nearest-neighbour, bicubic) to complex (e.g. Gaussian process regression, iterative FIR Wiener filter) algorithms
Simplest method of interpolation
Simply uses the value of the nearest pixel
Consists of determining the 16 coefficients \(a_{ij}\) in:
\[p(x, y) = \sum_{i=0}^3\sum_{i=0}^3 a\_{ij} x^i y^j\]
Deep learning has seen a fast evolution marked by the successive emergence of various frameworks and architectures over the past 10 years
Some key network architectures and frameworks:
These have all been applied to SR