paper-with-me

홈 › Papers

Efficient Learned Image Compression Through Knowledge Distillation

2025-09-12 · Fabien Allemand, Attilio Fiandrotti, Sumanta Chaudhuri, Alaa Eddine Mazouz arxiv

Learned image compression sits at the intersection of machine learning and image processing. With advances in deep learning, neural network-based compression methods have emerged. In this process, an encoder maps the image to a low-dimensional latent space, which is then quantized, entropy-coded into a binary bitstream, and transmitted to the receiver. At the receiver end, the bitstream is entropy-decoded, and a decoder reconstructs an approximation of the original image. Recent research suggests that these models consistently outperform conventional codecs. However, they require significant processing power, making them unsuitable for real-time use on resource-constrained platforms, which hinders their deployment in mainstream applications. This study aims to reduce the resource requirements of neural networks used for image compression by leveraging knowledge distillation, a training paradigm where smaller neural networks, partially trained on the outputs of larger, more complex models, can achieve better performance than when trained independently. Our work demonstrates that knowledge distillation can be effectively applied to image compression tasks: i) across various architecture sizes, ii) to achieve different image quality/bit rate tradeoffs, and iii) to save processing and energy resources. This approach introduces new settings and hyperparameters, and future research could explore the impact of different teacher models, as well as alternative loss functions. Knowledge distillation could also be extended to transformer-based models. The code is publicly available at: https://github.com/FABallemand/PRIM .

📄 PDF Abstract BibTeX arXiv:2509.10366

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationImage Compression

Similar Papers 제목 키워드 기반

Microdosing: Knowledge Distillation for GAN based Compression

2022-01-07 · Leonhard Helminger, Roberto Azevedo, Abdelaziz Djelouah, Markus Gross 외

Recently, significant progress has been made in learned image and video compression. In particular the usage of Generative Adversarial Networks has lead to impressive results in the low bit rate regime. However, the mode…

Knowledge DistillationVideo Compression

FEDS: Feature and Entropy-Based Distillation Strategy for Efficient Learned Image Compression

2025-03-09 · Haisheng Fu, Jie Liang, Zhenman Fang, Jingning Han

Learned image compression (LIC) methods have recently outperformed traditional codecs such as VVC in rate-distortion performance. However, their large models and high computational costs have limited their practical adop…

Image Compression

Knowledge distillation via adaptive instance normalization

2020-03-09 · Jing Yang, Brais Martinez, Adrian Bulat, Georgios Tzimiropoulos

This paper addresses the problem of model compression via knowledge distillation. To this end, we propose a new knowledge distillation method based on transferring feature statistics, specifically the channel-wise mean a…

Knowledge DistillationModel Compression

Knowledge Distillation for Image Restoration : Simultaneous Learning from Degraded and Clean Images

2025-01-16 · Yongheng Zhang, Danfeng Yan

Model compression through knowledge distillation has seen extensive application in classification and segmentation tasks. However, its potential in image-to-image translation, particularly in image restoration, remains u…

DecoderImage ReconstructionImage RestorationImage-to-Image Translation+2

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 외

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 a…

Image CompressionKnowledge DistillationMS-SSIMparameter estimation+1