Fast Autoregressive Bit Sequence Modeling for Lossless Compression
Abstract
Autoregressive probability estimation of data sequences is a fundamental task in deep neural networks and has been widely used in applications such as lossless data compression. Since it is a sequential iterative process due to causality, there is a problem that its process is slow. In this paper, we propose Scale Causal Blocks (SCBs), which are basic components of deep neural networks that aim to significantly reduce the computational and memory cost compared to conventional techniques. Evaluation results show that the proposed method is one order of magnitude faster than a conventional computationally optimized Transformer-based method while maintaining comparable accuracy.
Cite
Text
Akutsu and Arai. "Fast Autoregressive Bit Sequence Modeling for Lossless Compression." ICML 2023 Workshops: NCW, 2023.Markdown
[Akutsu and Arai. "Fast Autoregressive Bit Sequence Modeling for Lossless Compression." ICML 2023 Workshops: NCW, 2023.](https://mlanthology.org/icmlw/2023/akutsu2023icmlw-fast/)BibTeX
@inproceedings{akutsu2023icmlw-fast,
title = {{Fast Autoregressive Bit Sequence Modeling for Lossless Compression}},
author = {Akutsu, Hiroaki and Arai, Ko},
booktitle = {ICML 2023 Workshops: NCW},
year = {2023},
url = {https://mlanthology.org/icmlw/2023/akutsu2023icmlw-fast/}
}