CVJul 14, 2020

Wavelet-Based Dual-Branch Network for Image Demoireing

arXiv:2007.07173v2142 citations
AI Analysis

This addresses image quality degradation for smartphone users, with incremental improvements in low-level vision tasks.

The paper tackles the problem of moire patterns in photos taken of digital screens by proposing a wavelet-based dual-branch network (WDNet) that removes these patterns in the wavelet domain, achieving state-of-the-art performance on image demoireing and generalizing to other tasks like deraining and derain-drop.

When smartphone cameras are used to take photos of digital screens, usually moire patterns result, severely degrading photo quality. In this paper, we design a wavelet-based dual-branch network (WDNet) with a spatial attention mechanism for image demoireing. Existing image restoration methods working in the RGB domain have difficulty in distinguishing moire patterns from true scene texture. Unlike these methods, our network removes moire patterns in the wavelet domain to separate the frequencies of moire patterns from the image content. The network combines dense convolution modules and dilated convolution modules supporting large receptive fields. Extensive experiments demonstrate the effectiveness of our method, and we further show that WDNet generalizes to removing moire artifacts on non-screen images. Although designed for image demoireing, WDNet has been applied to two other low-levelvision tasks, outperforming state-of-the-art image deraining and derain-drop methods on the Rain100h and Raindrop800 data sets, respectively.

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