Image Formation Model Guided Deep Image Super-Resolution

Abstract

We present a simple and effective image super-resolution algorithm that imposes an image formation constraint on the deep neural networks via pixel substitution. The proposed algorithm first uses a deep neural network to estimate intermediate high-resolution images, blurs the intermediate images using known blur kernels, and then substitutes values of the pixels at the un-decimated positions with those of the corresponding pixels from the low-resolution images. The output of the pixel substitution process strictly satisfies the image formation model and is further refined by the same deep neural network in a cascaded manner. The proposed framework is trained in an end-to-end fashion and can work with existing feed-forward deep neural networks for super-resolution and converges fast in practice. Extensive experimental results show that the proposed algorithm performs favorably against state-of-the-art methods.

Cite

Text

Pan et al. "Image Formation Model Guided Deep Image Super-Resolution." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I07.6853

Markdown

[Pan et al. "Image Formation Model Guided Deep Image Super-Resolution." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/pan2020aaai-image/) doi:10.1609/AAAI.V34I07.6853

BibTeX

@inproceedings{pan2020aaai-image,
  title     = {{Image Formation Model Guided Deep Image Super-Resolution}},
  author    = {Pan, Jinshan and Liu, Yang and Sun, Deqing and Ren, Jimmy S. J. and Cheng, Ming-Ming and Yang, Jian and Tang, Jinhui},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {11807-11814},
  doi       = {10.1609/AAAI.V34I07.6853},
  url       = {https://mlanthology.org/aaai/2020/pan2020aaai-image/}
}