paper-with-me

Papers

Fast Lossless Neural Compression with Integer-Only Discrete Flows

2022-06-17 · Siyu Wang, Jianfei Chen, Chongxuan Li, Jun Zhu, Bo Zhang

By applying entropy codecs with learned data distributions, neural compressors have significantly outperformed traditional codecs in terms of compression ratio. However, the high inference latency of neural networks hinders the deployment of neural compressors in practical applications. In this work, we propose Integer-only Discrete Flows (IODF), an efficient neural compressor with integer-only arithmetic. Our work is built upon integer discrete flows, which consists of invertible transformations between discrete random variables. We propose efficient invertible transformations with integer-only arithmetic based on 8-bit quantization. Our invertible transformation is equipped with learnable binary gates to remove redundant filters during inference. We deploy IODF with TensorRT on GPUs, achieving 10x inference speedup compared to the fastest existing neural compressors, while retaining the high compression rates on ImageNet32 and ImageNet64.

📄 PDF Abstract BibTeX arXiv:2206.08869

Code (1)

thu-ml/iodf 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

IDF++: Analyzing and Improving Integer Discrete Flows for Lossless Compression

2020-06-22 · ICLR 2021 1 · Rianne van den Berg, Alexey A. Gritsenko, Mostafa Dehghani, Casper Kaae Sønderby 외

In this paper we analyse and improve integer discrete flows for lossless compression. Integer discrete flows are a recently proposed class of models that learn invertible transformations for integer-valued random variabl…

Quantization

Integer Discrete Flows and Lossless Compression

2019-05-17 · NeurIPS 2019 12 · Emiel Hoogeboom, Jorn W. T. Peters, Rianne van den Berg, Max Welling

Lossless compression methods shorten the expected representation size of data without loss of information, using a statistical model. Flow-based models are attractive in this setting because they admit exact likelihood o…

ENEC: A Lossless AI Model Compression Method Enabling Fast Inference on Ascend NPUs

2026-03-28 · Jinwu Yang, Jiaan Wu, Zedong Liu, Xinyang Ma 외 arxiv

The rapid scaling of Large Language Models presents significant challenges for their deployment and inference, particularly on resource-constrained specialized AI hardware accelerators such as Huawei's Ascend NPUs, where…

Model Compression

Frequency-Ordered Tokenization for Better Text Compression

2026-02-26 · Maximilian Kalcher arxiv

We present frequency-ordered tokenization, a simple preprocessing technique that improves lossless text compression by exploiting the power-law frequency distribution of natural language tokens (Zipf's law). The method t…

Towards Practical Lossless Neural Compression for LiDAR Point Clouds

2026-03-26 · Pengpeng Yu, Haoran Li, Runqing Jiang, Dingquan Li 외 arxiv

LiDAR point clouds are fundamental to various applications, yet the extreme sparsity of high-precision geometric details hinders efficient context modeling, thereby limiting the compression speed and performance of exist…

Point Clouds