IVCVGRMay 2, 2019

Inverse Halftoning Through Structure-Aware Deep Convolutional Neural Networks

arXiv:1905.00637v215 citations
AI Analysis

This addresses image quality improvement for digital halftoning applications, but it is incremental as it builds on existing deep learning approaches.

The paper tackles the inverse halftoning problem by removing noisy dots on flat areas and restoring image structures on textured areas, proposing a structure-aware deep convolutional neural network with two subnetworks for structure prediction and image reconstruction. Experimental results show it removes dot-patterns well and restores details clearly, surpassing conventional state-of-the-art methods.

The primary issue in inverse halftoning is removing noisy dots on flat areas and restoring image structures (e.g., lines, patterns) on textured areas. Hence, a new structure-aware deep convolutional neural network that incorporates two subnetworks is proposed in this paper. One subnetwork is for image structure prediction while the other is for continuous-tone image reconstruction. First, to predict image structures, patch pairs comprising continuous-tone patches and the corresponding halftoned patches generated through digital halftoning are trained. Subsequently, gradient patches are generated by convolving gradient filters with the continuous-tone patches. The subnetwork for the image structure prediction is trained using the mini-batch gradient descent algorithm given the halftoned patches and gradient patches, which are fed into the input and loss layers of the subnetwork, respectively. Next, the predicted map including the image structures is stacked on the top of the input halftoned image through a fusion layer and fed into the image reconstruction subnetwork such that the entire network is trained adaptively to the image structures. The experimental results confirm that the proposed structure-aware network can remove noisy dot-patterns well on flat areas and restore details clearly on textured areas. Furthermore, it is demonstrated that the proposed method surpasses the conventional state-of-the-art methods based on deep convolutional neural networks and locally learned dictionaries.

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