Learning Recursive Filters for Low-Level Vision via a Hybrid Neural Network

Abstract

In this paper, we consider numerous low-level vision problems (e.g., edge-preserving filtering and denoising) as recursive image filtering via a hybrid neural network. The network contains several spatially variant recurrent neural networks (RNN) as equivalents of a group of distinct recursive filters for each pixel, and a deep convolutional neural network (CNN) that learns the weights of RNNs. The deep CNN can learn regulations of recurrent propagation for various tasks and effectively guides recurrent propagation over an entire image. The proposed model does not need a large number of convolutional channels nor big kernels to learn features for low-level vision filters. It is significantly smaller and faster in comparison with a deep CNN based image filter. Experimental results show that many low-level vision tasks can be effectively learned and carried out in real-time by the proposed algorithm.

Cite

Text

Liu et al. "Learning Recursive Filters for Low-Level Vision via a Hybrid Neural Network." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46493-0_34

Markdown

[Liu et al. "Learning Recursive Filters for Low-Level Vision via a Hybrid Neural Network." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/liu2016eccv-learning/) doi:10.1007/978-3-319-46493-0_34

BibTeX

@inproceedings{liu2016eccv-learning,
  title     = {{Learning Recursive Filters for Low-Level Vision via a Hybrid Neural Network}},
  author    = {Liu, Sifei and Pan, Jin-shan and Yang, Ming-Hsuan},
  booktitle = {European Conference on Computer Vision},
  year      = {2016},
  pages     = {560-576},
  doi       = {10.1007/978-3-319-46493-0_34},
  url       = {https://mlanthology.org/eccv/2016/liu2016eccv-learning/}
}