paper-with-me

Papers

Entroformer: A Transformer-based Entropy Model for Learned Image Compression

2022-02-11 · ICLR 2022 4 · Yichen Qian, Ming Lin, Xiuyu Sun, Zhiyu Tan, Rong Jin

One critical component in lossy deep image compression is the entropy model, which predicts the probability distribution of the quantized latent representation in the encoding and decoding modules. Previous works build entropy models upon convolutional neural networks which are inefficient in capturing global dependencies. In this work, we propose a novel transformer-based entropy model, termed Entroformer, to capture long-range dependencies in probability distribution estimation effectively and efficiently. Different from vision transformers in image classification, the Entroformer is highly optimized for image compression, including a top-k self-attention and a diamond relative position encoding. Meanwhile, we further expand this architecture with a parallel bidirectional context model to speed up the decoding process. The experiments show that the Entroformer achieves state-of-the-art performance on image compression while being time-efficient.

📄 PDF Abstract BibTeX arXiv:2202.05492

Code (2)

damo-cv/entroformer 공식 구현 pytorch
mx54039q/entroformer 공식 구현 pytorch

Tasks

image-classificationImage ClassificationImage CompressionPosition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Learned Image Compression with Mixed Transformer-CNN Architectures

2023-03-27 · CVPR 2023 1 · Jinming Liu, Heming Sun, Jiro Katto

Learned image compression (LIC) methods have exhibited promising progress and superior rate-distortion performance compared with classical image compression standards. Most existing LIC methods are Convolutional Neural N…

Image Compression

Joint Global and Local Hierarchical Priors for Learned Image Compression

2021-12-08 · CVPR 2022 1 · Jun-Hyuk Kim, Byeongho Heo, Jong-Seok Lee

Recently, learned image compression methods have outperformed traditional hand-crafted ones including BPG. One of the keys to this success is learned entropy models that estimate the probability distribution of the quant…

Image Compression

Image Compression With Learned Lifting-Based DWT and Learned Tree-Based Entropy Models

2022-12-07 · Ugur Berk Sahin, Fatih Kamisli

This paper explores learned image compression based on traditional and learned discrete wavelet transform (DWT) architectures and learned entropy models for coding DWT subband coefficients. A learned DWT is obtained thro…

Image Compression

ChWDTA: Channel-wise Wavelet-Domain Transformer Attention and Entropy Modeling for Learned Image Compression

2026-05-27 · Haisheng Fu, Runyu Yang, Feng Ding, Siyu Zhu 외 arxiv

State-of-the-art learned image compression (LIC) schemes are increasingly based on hybrid CNN-transformer architectures. To further improve rate-distortion performance, we introduce channel-wise wavelet transforms into b…

Image Compression

Efficient Contextformer: Spatio-Channel Window Attention for Fast Context Modeling in Learned Image Compression

2023-06-25 · A. Burakhan Koyuncu, Panqi Jia, Atanas Boev, Elena Alshina 외

Entropy estimation is essential for the performance of learned image compression. It has been demonstrated that a transformer-based entropy model is of critical importance for achieving a high compression ratio, however,…

Image Compression