Improved Hybrid Layered Image Compression using Deep Learning and Traditional Codecs
This work addresses image compression efficiency for applications requiring high-quality visual data, representing an incremental improvement over existing hybrid methods.
The paper tackles image compression by proposing a hybrid layered framework that combines deep learning with traditional codecs, achieving state-of-the-art results with improved PSNR and MS-SSIM metrics across various bit rates on Kodak and Tecnick datasets.
Recently deep learning-based methods have been applied in image compression and achieved many promising results. In this paper, we propose an improved hybrid layered image compression framework by combining deep learning and the traditional image codecs. At the encoder, we first use a convolutional neural network (CNN) to obtain a compact representation of the input image, which is losslessly encoded by the FLIF codec as the base layer of the bit stream. A coarse reconstruction of the input is obtained by another CNN from the reconstructed compact representation. The residual between the input and the coarse reconstruction is then obtained and encoded by the H.265/HEVC-based BPG codec as the enhancement layer of the bit stream. Experimental results using the Kodak and Tecnick datasets show that the proposed scheme outperforms the state-of-the-art deep learning-based layered coding scheme and traditional codecs including BPG in both PSNR and MS-SSIM metrics across a wide range of bit rates, when the images are coded in the RGB444 domain.