CVMar 15, 2018

Fast End-to-End Trainable Guided Filter

arXiv:1803.05619v2262 citations
Originality Incremental advance
AI Analysis

This addresses a central issue in image processing and computer vision by improving efficiency and accuracy for tasks requiring high-resolution predictions, though it is an incremental advancement building on existing FCN methods.

The paper tackles the problem of joint upsampling in Fully Convolutional Networks for dense pixel-wise image prediction by introducing a guided filtering layer that enables efficient high-resolution output generation. The result is a deep guided filtering network (DGF) that runs 10-100 times faster and achieves state-of-the-art performance on tasks like those in the MIT-Adobe FiveK Dataset.

Dense pixel-wise image prediction has been advanced by harnessing the capabilities of Fully Convolutional Networks (FCNs). One central issue of FCNs is the limited capacity to handle joint upsampling. To address the problem, we present a novel building block for FCNs, namely guided filtering layer, which is designed for efficiently generating a high-resolution output given the corresponding low-resolution one and a high-resolution guidance map. Such a layer contains learnable parameters, which can be integrated with FCNs and jointly optimized through end-to-end training. To further take advantage of end-to-end training, we plug in a trainable transformation function for generating the task-specific guidance map. Based on the proposed layer, we present a general framework for pixel-wise image prediction, named deep guided filtering network (DGF). The proposed network is evaluated on five image processing tasks. Experiments on MIT-Adobe FiveK Dataset demonstrate that DGF runs 10-100 times faster and achieves the state-of-the-art performance. We also show that DGF helps to improve the performance of multiple computer vision tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes