paper-with-me

홈 › Papers

MLIC: Multi-Reference Entropy Model for Learned Image Compression

2022-11-14 · Wei Jiang, Jiayu Yang, Yongqi Zhai, Peirong Ning, Feng Gao, Ronggang Wang

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.

📄 PDF Abstract BibTeX arXiv:2211.07273

Code (1)

jiangweibeta/mlic 공식 구현 pytorch

Tasks

Image Compression

Similar Papers 제목 키워드 기반

MLICv2: Enhanced Multi-Reference Entropy Modeling for Learned Image Compression

2025-04-27 · Wei Jiang, Yongqi Zhai, Jiayu Yang, Feng Gao 외

Recent advancements in learned image compression (LIC) have yielded impressive performance gains. Notably, the learned image compression models with multi-reference entropy models (MLIC series) have significantly outperf…

Computational EfficiencyImage Compression

MLIC++: Linear Complexity Multi-Reference Entropy Modeling for Learned Image Compression

2023-07-28 · Wei Jiang, Jiayu Yang, Yongqi Zhai, Feng Gao 외

Recently, learned image compression has achieved impressive performance. The entropy model, which estimates the distribution of the latent representation, plays a crucial role in enhancing rate-distortion performance. Ho…

GPUImage Compression

GM-MLIC: Graph Matching based Multi-Label Image Classification

2021-04-30 · Yanan Wu, He Liu, Songhe Feng, Yi Jin 외

Multi-Label Image Classification (MLIC) aims to predict a set of labels that present in an image. The key to deal with such problem is to mine the associations between image contents and labels, and further obtain the co…

ClassificationGeneral ClassificationGraph Matchingimage-classification+2

Boosting Multi-Label Image Classification with Complementary Parallel Self-Distillation

2022-05-23 · Jiazhi Xu, Sheng Huang, Fengtao Zhou, Luwen Huangfu 외

Multi-Label Image Classification (MLIC) approaches usually exploit label correlations to achieve good performance. However, emphasizing correlation like co-occurrence may overlook discriminative features of the target it…

image-classificationImage ClassificationKnowledge DistillationMulti-Label Image Classification

Rethinking Multi-Label Image Classification With Deep Learning: Taxonomy, Challenge, and Outlook

2026-07-01 · Xuelin Zhu, Xiu-Shen Wei, Jiawei Ge, Shuai Xu 외 arxiv

Multi-label image classification (MLIC), a fundamental task in computer vision, focuses on identifying multiple objects or concepts within an image, underpinning numerous read-world applications, such as autonomous drivi…

Multi-Label Image ClassificationAutonomous Driving