paper-with-me

Papers

Efficient Neural Compression with Inference-time Decoding

2024-06-10 · C. Metz, O. Bichler, A. Dupret

This paper explores the combination of neural network quantization and entropy coding for memory footprint minimization. Edge deployment of quantized models is hampered by the harsh Pareto frontier of the accuracy-to-bitwidth tradeoff, causing dramatic accuracy loss below a certain bitwidth. This accuracy loss can be alleviated thanks to mixed precision quantization, allowing for more flexible bitwidth allocation. However, standard mixed precision benefits remain limited due to the 1-bit frontier, that forces each parameter to be encoded on at least 1 bit of data. This paper introduces an approach that combines mixed precision, zero-point quantization and entropy coding to push the compression boundary of Resnets beyond the 1-bit frontier with an accuracy drop below 1% on the ImageNet benchmark. From an implementation standpoint, a compact decoder architecture features reduced latency, thus allowing for inference-compatible decoding.

📄 PDF Abstract BibTeX arXiv:2406.06237

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderQuantization

Similar Papers 제목 키워드 기반

Towards Image Understanding from Deep Compression without Decoding

2018-03-16 · ICLR 2018 1 · Robert Torfason, Fabian Mentzer, Eirikur Agustsson, Michael Tschannen 외

Motivated by recent work on deep neural network (DNN)-based image compression methods showing potential improvements in image quality, savings in storage, and bandwidth reduction, we propose to perform image understandin…

ClassificationGeneral ClassificationImage CompressionSegmentation

Progressive Learned Image Compression for Machine Perception

2025-12-23 · Jungwoo Kim, Jun-Hyuk Kim, Jong-Seok Lee arxiv

Recent advances in learned image codecs have been extended from human perception toward machine perception. However, progressive image compression with fine granular scalability (FGS)-which enables decoding a single bits…

Image Compression

ReasonAlloc: Hierarchical Decoding-Time KV Cache Budget Allocation for Reasoning Models

2026-06-09 · Wenhao Liu, Hao Shi, Yunhe Li, Weizhi Fei 외 arxiv

Long chain-of-thought (CoT) trajectories in large language model (LLM) reasoning cause severe inference bottlenecks due to rapid key-value (KV) cache growth. Current decoding-time compression methods mitigate this issue …

Mathematical Reasoning

KARA: Efficient Reasoning LLM Serving via Sliding-Window KV Cache Compression

2026-05-01 · Shen Han, Yuyang Wu, Junpu Yu, Olexandr Isayev arxiv

Reasoning language models often generate long chain-of-thought (CoT), which accumulates a massive KV cache during the decoding phase and incurs high decoding latency and limited throughput. To address these issues, KV ca…

A Learned Pixel-by-Pixel Lossless Image Compression Method with 59K Parameters and Parallel Decoding

2022-12-02 · Sinem Gumus, Fatih Kamisli

This paper considers lossless image compression and presents a learned compression system that can achieve state-of-the-art lossless compression performance but uses only 59K parameters, which is more than 30x less than …

DecoderGPUImage Compression