English

Image Formation Model Guided Deep Image Super-Resolution

Image and Video Processing 2020-03-31 v3 Computer Vision and Pattern Recognition

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.

Keywords

Cite

@article{arxiv.1908.06444,
  title  = {Image Formation Model Guided Deep Image Super-Resolution},
  author = {Jinshan Pan and Yang Liu and Deqing Sun and Jimmy Ren and Ming-Ming Cheng and Jian Yang and Jinhui Tang},
  journal= {arXiv preprint arXiv:1908.06444},
  year   = {2020}
}

Comments

AAAI 2020. The training code and models are available at https://github.com/jspan/PHYSICS SR

R2 v1 2026-06-23T10:50:09.513Z