paper-with-me

Papers

Fast and High-Performance Learned Image Compression With Improved Checkerboard Context Model, Deformable Residual Module, and Knowledge Distillation

2023-09-05 · Haisheng Fu, Feng Liang, Jie Liang, Yongqiang Wang, Guohe Zhang, Jingning Han

Deep learning-based image compression has made great progresses recently. However, many leading schemes use serial context-adaptive entropy model to improve the rate-distortion (R-D) performance, which is very slow. In addition, the complexities of the encoding and decoding networks are quite high and not suitable for many practical applications. In this paper, we introduce four techniques to balance the trade-off between the complexity and performance. We are the first to introduce deformable convolutional module in compression framework, which can remove more redundancies in the input image, thereby enhancing compression performance. Second, we design a checkerboard context model with two separate distribution parameter estimation networks and different probability models, which enables parallel decoding without sacrificing the performance compared to the sequential context-adaptive model. Third, we develop an improved three-step knowledge distillation and training scheme to achieve different trade-offs between the complexity and the performance of the decoder network, which transfers both the final and intermediate results of the teacher network to the student network to help its training. Fourth, we introduce $L_{1}$ regularization to make the numerical values of the latent representation more sparse. Then we only encode non-zero channels in the encoding and decoding process, which can greatly reduce the encoding and decoding time. Experiments show that compared to the state-of-the-art learned image coding scheme, our method can be about 20 times faster in encoding and 70-90 times faster in decoding, and our R-D performance is also $2.3 \%$ higher. Our method outperforms the traditional approach in H.266/VVC-intra (4:4:4) and some leading learned schemes in terms of PSNR and MS-SSIM metrics when testing on Kodak and Tecnick-40 datasets.

📄 PDF Abstract BibTeX arXiv:2309.02529

Code (0)

등록된 구현이 없습니다.

Tasks

Image CompressionKnowledge DistillationMS-SSIMparameter estimationSSIM

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

MALICE: Manipulation Attacks on Learned Image ComprEssion

2022-05-26 · Kang Liu, Di wu, Yiru Wang, Dan Feng 외

Deep learning techniques have shown promising results in image compression, with competitive bitrate and image reconstruction quality from compressed latent. However, while image compression has progressed towards a high…

Image CompressionImage Reconstruction

Learned Image Compression with Discretized Gaussian Mixture Likelihoods and Attention Modules

2020-01-06 · Zhengxue Cheng, Heming Sun, Masaru Takeuchi, Jiro Katto

Image compression is a fundamental research field and many well-known compression standards have been developed for many decades. Recently, learned compression methods exhibit a fast development trend with promising resu…

Image CompressionMS-SSIMSSIM

ELIC: Efficient Learned Image Compression with Unevenly Grouped Space-Channel Contextual Adaptive Coding

2022-03-21 · CVPR 2022 1 · Dailan He, Ziming Yang, Weikun Peng, Rui Ma 외

Recently, learned image compression techniques have achieved remarkable performance, even surpassing the best manually designed lossy image coders. They are promising to be large-scale adopted. For the sake of practicali…

Image Compression

Efficient Contextformer: Spatio-Channel Window Attention for Fast Context Modeling in Learned Image Compression

2023-06-25 · A. Burakhan Koyuncu, Panqi Jia, Atanas Boev, Elena Alshina 외

Entropy estimation is essential for the performance of learned image compression. It has been demonstrated that a transformer-based entropy model is of critical importance for achieving a high compression ratio, however,…

Image Compression

Transferable Learned Image Compression-Resistant Adversarial Perturbations

2024-01-06 · Yang Sui, Zhuohang Li, Ding Ding, Xiang Pan 외

Adversarial attacks can readily disrupt the image classification system, revealing the vulnerability of DNN-based recognition tasks. While existing adversarial perturbations are primarily applied to uncompressed images o…

Adversarial AttackAutonomous DrivingClassificationFace Recognition+3