Lightweight Image Compression Based on Deep Learning

Mengyao Li,Zhengyong Wang,Liquan Shen,Qing Ding,Liangwei Yu,Xuhao Jiang
DOI: https://doi.org/10.1007/978-3-031-20497-5_9
2022-01-01
Abstract:Deep learning based image compression (DLIC) algorithms have achieved higher compression gain than conventional algorithms. However, the large parameters and float-point operations (FLOPs) of DLIC severely limit their application on mobile devices. To reduce the parameters and FLOPs while maintaining the superior compression gain, this paper proposes lightweight algorithms especially for the feature analysis, synthesis, and fusion modules in DLIC networks. Firstly, based on the observation that there are highly correlated pairing convolution kernels in the analysis/synthesis modules, a new Dynamic Concatenated Convolution (DCC) is proposed to discard half of pairing convolution kernels, which are then restored by the affine transformation of the remaining convolution kernels. Secondly, a novel Depthwise Separable Residual Block (DSRB), utilizing improved depthwise separable convolutions and skipped connections, is proposed to simplify the stacks of residual blocks in feature fusion modules, significantly reducing parameters and FLOPs. Extensive experimental results demonstrate that the proposed lightweight algorithms have fewer parameters/FLOPs and better image compression gain compared with the existing state-of-the-art lightweight algorithms.
What problem does this paper attempt to address?