DZip: improved general-purpose lossless compression based on novel neural network modeling
Mohit Goyal, Kedar Tatwawadi, Shubham Chandak, Idoia Ochoa

TL;DR
DZip is a neural network-based lossless compressor that improves data compression efficiency across various datasets using a novel hybrid modeling approach without requiring extra training data.
Contribution
It introduces a hybrid neural network architecture for lossless compression that does not need additional training data and is applicable to diverse data types.
Findings
Outperforms Gzip by 26% on average
Achieves near-optimal compression on synthetic data
Performs close to specialized compressors for large sequences
Abstract
We consider lossless compression based on statistical data modeling followed by prediction-based encoding, where an accurate statistical model for the input data leads to substantial improvements in compression. We propose DZip, a general-purpose compressor for sequential data that exploits the well-known modeling capabilities of neural networks (NNs) for prediction, followed by arithmetic coding. Dzip uses a novel hybrid architecture based on adaptive and semi-adaptive training. Unlike most NN based compressors, DZip does not require additional training data and is not restricted to specific data types, only needing the alphabet size of the input data. The proposed compressor outperforms general-purpose compressors such as Gzip (on average 26% reduction) on a variety of real datasets, achieves near-optimal compression on synthetic datasets, and performs close to specialized compressors…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Algorithms and Data Compression · Advanced Data Compression Techniques
