Learning Non-Local Range Markov Random Field for Image Restoration

Abstract

In this paper, we design a novel MRF framework which is called Non-Local Range Markov Random Field (NLR-MRF). The local spatial range of clique in traditional MRF is extended to the non-local range which is defined over the local patch and also its similar patches in a non-local window. Then the traditional local spatial filter is extended to the non-local range filter that convolves an image over the non-local ranges of pixels. In this framework, we propose a gradient-based discriminative learning method to learn the potential functions and non-local range filter bank. As the gradients of loss function with respect to model parameters are explicitly computed, efficient gradient-based optimization methods are utilized to train the proposed model. We implement this framework for image denoising and in-painting, the results show that the learned NLR-MRF model significantly outperforms the traditional MRF models and produces state-of-the-art results.

Cite

Text

Sun and Tappen. "Learning Non-Local Range Markov Random Field for Image Restoration." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995520

Markdown

[Sun and Tappen. "Learning Non-Local Range Markov Random Field for Image Restoration." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/sun2011cvpr-learning/) doi:10.1109/CVPR.2011.5995520

BibTeX

@inproceedings{sun2011cvpr-learning,
  title     = {{Learning Non-Local Range Markov Random Field for Image Restoration}},
  author    = {Sun, Jian and Tappen, Marshall F.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2011},
  pages     = {2745-2752},
  doi       = {10.1109/CVPR.2011.5995520},
  url       = {https://mlanthology.org/cvpr/2011/sun2011cvpr-learning/}
}