Image Companding and Inverse Halftoning using Deep Convolutional Neural Networks
This introduces new deep learning methods for well-known image processing problems, demonstrating its power in signal processing, but it is incremental as it applies existing deep learning techniques to these specific tasks.
The paper tackled the traditional low-level image processing problems of companding and inverse halftoning by developing deep convolutional neural network (CNN) solutions, achieving effective mapping from low bit depth to higher bit depth and from halftone to continuous tone images.
In this paper, we introduce deep learning technology to tackle two traditional low-level image processing problems, companding and inverse halftoning. We make two main contributions. First, to the best knowledge of the authors, this is the first work that has successfully developed deep learning based solutions to these two traditional low-level image processing problems. This not only introduces new methods to tackle well-known image processing problems but also demonstrates the power of deep learning in solving traditional signal processing problems. Second, we have developed an effective deep learning algorithm based on insights into the properties of visual quality of images and the internal representation properties of a deep convolutional neural network (CNN). We train a deep CNN as a nonlinear transformation function to map a low bit depth image to higher bit depth or from a halftone image to a continuous tone image. We also employ another pretrained deep CNN as a feature extractor to derive visually important features to construct the objective function for the training of the mapping CNN. We present experimental results to demonstrate the effectiveness of the new deep learning based solutions.