GroupedMixer: An Entropy Model with Group-wise Token-Mixers for Learned Image Compression
Daxin Li, Yuanchao Bai, Kai Wang, Junjun Jiang, Xianming Liu, Wen Gao

TL;DR
GroupedMixer is a novel transformer-based entropy model for learned image compression that achieves faster coding speeds and superior rate-distortion performance by utilizing group-wise autoregression and efficient token-mixers.
Contribution
It introduces a group-wise autoregression approach with inner- and cross-group token-mixers, and a context cache optimization for faster inference in learned image compression.
Findings
State-of-the-art rate-distortion performance achieved.
Faster coding speed compared to previous transformer-based models.
Effective use of group-wise interactions and context caching.
Abstract
Transformer-based entropy models have gained prominence in recent years due to their superior ability to capture long-range dependencies in probability distribution estimation compared to convolution-based methods. However, previous transformer-based entropy models suffer from a sluggish coding process due to pixel-wise autoregression or duplicated computation during inference. In this paper, we propose a novel transformer-based entropy model called GroupedMixer, which enjoys both faster coding speed and better compression performance than previous transformer-based methods. Specifically, our approach builds upon group-wise autoregression by first partitioning the latent variables into groups along spatial-channel dimensions, and then entropy coding the groups with the proposed transformer-based entropy model. The global causal self-attention is decomposed into more efficient group-wise…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
