LGAINov 2, 2021

OSOA: One-Shot Online Adaptation of Deep Generative Models for Lossless Compression

arXiv:2111.01662v1
Originality Incremental advance
AI Analysis

This addresses storage inefficiency in lossless compression for data compression applications, but it is incremental as it builds on existing deep generative models.

The paper tackles the problem of deep generative models requiring large storage for lossless compression by proposing a one-shot online adaptation method that compresses data while adapting a pretrained model in one epoch, resulting in 47% less space usage compared to fine-tuning.

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 step number or adaptation time, it is shown vanilla OSOA can exhibit better space efficiency, e.g., $47\%$ less space, than fine-tuning the pretrained model and saving the fine-tuned model. Moreover, we showcase the potential of OSOA and motivate more sophisticated OSOA algorithms by showing further space or time efficiency with multiple updates per batch and early stopping.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes