CVSep 6, 2018

Connecting Image Denoising and High-Level Vision Tasks via Deep Learning

arXiv:1809.01826v1184 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the challenge of integrating low-level and high-level vision tasks for computer vision researchers, though it appears incremental as it builds on existing deep learning methods.

The paper tackles the problem of jointly connecting image denoising and high-level vision tasks, showing that the proposed denoiser improves performance on various high-level tasks and produces more visually appealing results with semantic guidance.

Image denoising and high-level vision tasks are usually handled independently in the conventional practice of computer vision, and their connection is fragile. In this paper, we cope with the two jointly and explore the mutual influence between them with the focus on two questions, namely (1) how image denoising can help improving high-level vision tasks, and (2) how the semantic information from high-level vision tasks can be used to guide image denoising. First for image denoising we propose a convolutional neural network in which convolutions are conducted in various spatial resolutions via downsampling and upsampling operations in order to fuse and exploit contextual information on different scales. Second we propose a deep neural network solution that cascades two modules for image denoising and various high-level tasks, respectively, and use the joint loss for updating only the denoising network via back-propagation. We experimentally show that on one hand, the proposed denoiser has the generality to overcome the performance degradation of different high-level vision tasks. On the other hand, with the guidance of high-level vision information, the denoising network produces more visually appealing results. Extensive experiments demonstrate the benefit of exploiting image semantics simultaneously for image denoising and high-level vision tasks via deep learning. The code is available online: https://github.com/Ding-Liu/DeepDenoising

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