paper-with-me

홈 › Papers

Enlarging Context with Low Cost: Efficient Arithmetic Coding with Trimmed Convolution

2018-01-15 · Mu Li, Shuhang Gu, David Zhang, WangMeng Zuo

Arithmetic coding is an essential class of coding techniques. One key issue of arithmetic encoding method is to predict the probability of the current coding symbol from its context, i.e., the preceding encoded symbols, which usually can be executed by building a look-up table (LUT). However, the complexity of LUT increases exponentially with the length of context. Thus, such solutions are limited to modeling large context, which inevitably restricts the compression performance. Several recent deep neural network-based solutions have been developed to account for large context, but are still costly in computation. The inefficiency of the existing methods are mainly attributed to that probability prediction is performed independently for the neighboring symbols, which actually can be efficiently conducted by shared computation. To this end, we propose a trimmed convolutional network for arithmetic encoding (TCAE) to model large context while maintaining computational efficiency. As for trimmed convolution, the convolutional kernels are specially trimmed to respect the compression order and context dependency of the input symbols. Benefited from trimmed convolution, the probability prediction of all symbols can be efficiently performed in one single forward pass via a fully convolutional network. Furthermore, to speed up the decoding process, a slope TCAE model is presented to divide the codes from a 3D code map into several blocks and remove the dependency between the codes inner one block for parallel decoding, which can 60x speed up the decoding process. Experiments show that our TCAE and slope TCAE attain better compression ratio in lossless gray image compression, and can be adopted in CNN-based lossy image compression to achieve state-of-the-art rate-distortion performance with real-time encoding speed.

📄 PDF Abstract BibTeX arXiv:1801.04662

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyImage Compression

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 제목 키워드 기반

Step-3 is Large yet Affordable: Model-system Co-design for Cost-effective Decoding

2025-07-25 · StepFun, :, Bin Wang, Bojun Wang 외 arxiv

Large language models (LLMs) face low hardware efficiency during decoding, especially for long-context reasoning tasks. This paper introduces Step-3, a 321B-parameter VLM with hardware-aware model-system co-design optimi…

Positional Description Matters for Transformers Arithmetic

2023-11-22 · Ruoqi Shen, Sébastien Bubeck, Ronen Eldan, Yin Tat Lee 외

Transformers, central to the successes in modern Natural Language Processing, often falter on arithmetic tasks despite their vast capabilities --which paradoxically include remarkable coding abilities. We observe that a …

Memorization

In-Context Source and Channel Coding

2026-01-15 · Ziqiong Wang, Tianqi Ren, Rongpeng Li, Zhifeng Zhao 외 arxiv

Separate Source-Channel Coding (SSCC) remains attractive for text transmission due to its modularity and compatibility with mature entropy coders and powerful channel codes. However, SSCC often suffers from a pronounced …

Adapting Diffusion Language Models for Lossless Pixel-Level Image Transmission

2026-06-04 · Tianqi Ren, Rongpeng Li, Xianfu Chen, Yingyu Li 외 arxiv

Lossless pixel-level image transmission is a fundamental regime beyond semantic communications, because exact recovery requires both accurate symbol probability modeling and reliable delivery over noisy channels. This pa…

Semantic Communication

Multiplierless 16-point DCT Approximation for Low-complexity Image and Video Coding

2016-06-23 · T. L. T. Silveira, R. S. Oliveira, F. M. Bayer, R. J. Cintra 외

An orthogonal 16-point approximate discrete cosine transform (DCT) is introduced. The proposed transform requires neither multiplications nor bit-shifting operations. A fast algorithm based on matrix factorization is int…

Image CompressionSSIM