Papers › Learned Image Compression with Discretized Gaussian Mixture Likelihoods and Attention Modules

Learned Image Compression with Discretized Gaussian Mixture Likelihoods and Attention Modules

6 Jan 2020arXiv:2001.01568archive 2025-07-28

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 results. However, there is still a performance gap between learned compression algorithms and reigning compression standards, especially in terms of widely used PSNR metric. In this paper, we explore the remaining redundancy of recent learned compression algorithms. We have found accurate entropy models for rate estimation largely affect the optimization of network parameters and thus affect the rate-distortion performance. Therefore, in this paper, we propose to use discretized Gaussian Mixture Likelihoods to parameterize the distributions of latent codes, which can achieve a more accurate and flexible entropy model. Besides, we take advantage of recent attention modules and incorporate them into network architecture to enhance the performance. Experimental results demonstrate our proposed method achieves a state-of-the-art performance compared to existing learned compression methods on both Kodak and high-resolution datasets. To our knowledge our approach is the first work to achieve comparable performance with latest compression standard Versatile Video Coding (VVC) regarding PSNR. More importantly, our approach generates more visually pleasant results when optimized by MS-SSIM. This project page is at this https URL https://github.com/ZhengxueCheng/Learned-Image-Compression-with-GMM-and-Attention

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2001.01568")

Code

Syntology Ran 0 of 14 code samples harvested from 1 repository linked to this paper; 14 have no recorded run.

By repository: community (archive-listed): 14 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ZhengxueCheng/Learned-Image-Compression-with-GMM-and-Attention officialmentioned in papermentioned on GitHubtf report
orange-opensource/cool-chic mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CalcuPSNR LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/models/basics.py community (archive-listed) unverified Apache-2.0 (permissive) · c9947c33e3a54f62 · report
MultiScaleSSIM LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/metric.py community (archive-listed) unverified Apache-2.0 (permissive) · a5a05f863cc1b904 · report
feature_probs_based_More_Gauss LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/model.py community (archive-listed) unverified Apache-2.0 (permissive) · c9b7f182fa1af125 · report
feature_probs_based_sigma LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 9e2bc979c478d250 · report
gaussian_filter LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/models/ms_ssim_torch.py community (archive-listed) unverified Apache-2.0 (permissive) · 569f86999a28550f · report
get_loader LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/datasets.py community (archive-listed) unverified Apache-2.0 (permissive) · 330dd4378c3e3a35 · report
get_train_loader LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/datasets.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e3ec336e202299e · report
load_model LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 67b83d1f47e01c3f · report
ms_ssim LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/models/ms_ssim_torch.py community (archive-listed) unverified Apache-2.0 (permissive) · 7ea107a5705e6f95 · report
msssim LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/metric.py community (archive-listed) unverified Apache-2.0 (permissive) · c46a2076f53009e8 · report
psnr LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/metric.py community (archive-listed) unverified Apache-2.0 (permissive) · 94c8354fe1b4c307 · report
relu LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/models/basics.py community (archive-listed) unverified Apache-2.0 (permissive) · ba24f201a717509b · report
ssim LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/models/ms_ssim_torch.py community (archive-listed) unverified Apache-2.0 (permissive) · d9e269e86cc2b394 · report
yuv_import_444 LiuLei95/PyTorch-Learned-Image-Compression-with-GMM-and-Attention/models/basics.py community (archive-listed) unverified Apache-2.0 (permissive) · 2784ebaef09c1269 · report

Tasks

Image CompressionMS-SSIMSSIM

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections