Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MLIC: Multi-Reference Entropy Model for Learned Image Compression

About

Recently, learned image compression has achieved remarkable performance. The entropy model, which estimates the distribution of the latent representation, plays a crucial role in boosting rate-distortion performance. However, most entropy models only capture correlations in one dimension, while the latent representation contain channel-wise, local spatial, and global spatial correlations. To tackle this issue, we propose the Multi-Reference Entropy Model (MEM) and the advanced version, MEM$^+$. These models capture the different types of correlations present in latent representation. Specifically, We first divide the latent representation into slices. When decoding the current slice, we use previously decoded slices as context and employ the attention map of the previously decoded slice to predict global correlations in the current slice. To capture local contexts, we introduce two enhanced checkerboard context capturing techniques that avoids performance degradation. Based on MEM and MEM$^+$, we propose image compression models MLIC and MLIC$^+$. Extensive experimental evaluations demonstrate that our MLIC and MLIC$^+$ models achieve state-of-the-art performance, reducing BD-rate by $8.05\%$ and $11.39\%$ on the Kodak dataset compared to VTM-17.0 when measured in PSNR. Our code is available at https://github.com/JiangWeibeta/MLIC.

Wei Jiang, Jiayu Yang, Yongqi Zhai, Peirong Ning, Feng Gao, Ronggang Wang• 2022

Related benchmarks

TaskDatasetResultRank
Image CompressionKodak
BD-Rate (PSNR)-11.39
50
Image CompressionTecnick
BD-Rate (PSNR)-16.38
36
Image CompressionCLIC Professional (val)
BD-Rate (PSNR)-12.56
26
Image CompressionKodak
Encoding Time (s)0.2202
20
Image CompressionCLIC
BD-Rate (PSNR)-16.9
16
Image CompressionJPEG-AI (test)--
8
Image CompressionCLIC'21 (test)
BD-Rate (PSNR)-15.03
7
Image CompressionCLIC 2022 (test)
BD-Rate (PSNR)-14.85
6
Showing 8 of 8 rows

Other info

Code

Follow for update