OSOA: One-Shot Online Adaptation of Deep Generative Models for Lossless Compression
Chen Zhang, Shifeng Zhang, Fabio Maria Carlucci, Zhenguo Li

TL;DR
This paper introduces OSOA, a novel method for lossless data compression that adapts pretrained deep generative models in a single online step, reducing storage and training time while maintaining high compression efficiency.
Contribution
The paper formalizes the One-Shot Online Adaptation (OSOA) setting for deep generative models and proposes a simple algorithm that improves space and time efficiency for lossless compression.
Findings
OSOA significantly reduces storage compared to fine-tuning models.
OSOA achieves faster adaptation with comparable or better compression performance.
Multiple updates and early stopping further enhance OSOA's efficiency.
Abstract
Explicit deep generative models (DGMs), e.g., VAEs and Normalizing Flows, have shown to offer an effective data modelling alternative for lossless compression. However, DGMs themselves normally require large storage space and thus contaminate the advantage brought by accurate data density estimation. To eliminate the requirement of saving separate models for different target datasets, we propose a novel setting that starts from a pretrained deep generative model and compresses the data batches while adapting the model with a dynamical system for only one epoch. We formalise this setting as that of One-Shot Online Adaptation (OSOA) of DGMs for lossless compression and propose a vanilla algorithm under this setting. Experimental results show that vanilla OSOA can save significant time versus training bespoke models and space versus using one model for all targets. With the same adaptation…
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.
Videos
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Algorithms and Data Compression · Computer Graphics and Visualization Techniques
MethodsNormalizing Flows
