paper-with-me

Papers

DeepZip: Lossless Data Compression using Recurrent Neural Networks

2018-11-20 · Mohit Goyal, Kedar Tatwawadi, Shubham Chandak, Idoia Ochoa

Sequential data is being generated at an unprecedented pace in various forms, including text and genomic data. This creates the need for efficient compression mechanisms to enable better storage, transmission and processing of such data. To solve this problem, many of the existing compressors attempt to learn models for the data and perform prediction-based compression. Since neural networks are known as universal function approximators with the capability to learn arbitrarily complex mappings, and in practice show excellent performance in prediction tasks, we explore and devise methods to compress sequential data using neural network predictors. We combine recurrent neural network predictors with an arithmetic coder and losslessly compress a variety of synthetic, text and genomic datasets. The proposed compressor outperforms Gzip on the real datasets and achieves near-optimal compression for the synthetic datasets. The results also help understand why and where neural networks are good alternatives for traditional finite context models

📄 PDF Abstract BibTeX arXiv:1811.08162

Code (1)

mohit1997/DeepZip 공식 구현 tf

Tasks

Data Compression

Similar Papers 제목 키워드 기반

Streaming Lossless Volumetric Compression of Medical Images Using Gated Recurrent Convolutional Neural Network

2023-11-27 · Qianhao Chen, Jietao Chen

Deep learning-based lossless compression methods offer substantial advantages in compressing medical volumetric images. Nevertheless, many learning-based algorithms encounter a trade-off between practicality and compress…

Lossless Data Compression with Transformer

2019-09-25 · Gautier Izacard, Armand Joulin, Edouard Grave

Transformers have replaced long-short term memory and other recurrent neural networks variants in sequence modeling. It achieves state-of-the-art performance on a wide range of tasks related to natural language processin…

Data CompressionLanguage ModelingLanguage ModellingMachine Translation+2

Onboard deep lossless and near-lossless predictive coding of hyperspectral images with line-based attention

2024-03-26 · Diego Valsesia, Tiziano Bianchi, Enrico Magli

Deep learning methods have traditionally been difficult to apply to compression of hyperspectral images onboard of spacecrafts, due to the large computational complexity needed to achieve adequate representational power,…

A Fast Transformer-based General-Purpose Lossless Compressor

2022-03-30 · Yu Mao, Yufei Cui, Tei-Wei Kuo, Chun Jason Xue

Deep-learning-based compressor has received interests recently due to much improved compression ratio. However, modern approaches suffer from long execution time. To ease this problem, this paper targets on cutting down …

Deep Learning

Deep Lossy Plus Residual Coding for Lossless and Near-lossless Image Compression

2022-09-11 · Yuanchao Bai, Xianming Liu, Kai Wang, Xiangyang Ji 외

Lossless and near-lossless image compression is of paramount importance to professional users in many technical fields, such as medicine, remote sensing, precision engineering and scientific research. But despite rapidly…

Image Compression