Inshrinkerator: Compressing Deep Learning Training Checkpoints via Dynamic Quantization
Amey Agrawal, Sameer Reddy, Satwik Bhattamishra, Venkata Prabhakara, Sarath Nookala, Vidushi Vashishth, Kexin Rong, Alexey Tumanov

TL;DR
Inshrinkerator is a framework that dynamically applies non-uniform quantization and delta compression to deep learning checkpoints, significantly reducing storage overhead while maintaining model accuracy during training failures.
Contribution
It introduces a novel dynamic quantization scheme and a quantization-aware delta compression method tailored for checkpoint storage efficiency.
Findings
Achieves up to 39x compression ratio with negligible accuracy loss.
Reduces checkpoint storage overhead by at least an order of magnitude.
Supports up to 10 restore operations without accuracy degradation.
Abstract
With the increase in the scale of Deep Learning (DL) training workloads in terms of compute resources and time consumption, the likelihood of encountering in-training failures rises substantially, leading to lost work and resource wastage. Such failures are typically offset by a checkpointing mechanism, which comes at the cost of storage and network bandwidth overhead. State-of-the-art approaches involve lossy model compression mechanisms, which induce a tradeoff between the resulting model quality (accuracy) and compression ratio. Delta compression is then used to further reduce the overhead by only storing the difference between consecutive checkpoints. We make a key enabling observation that the sensitivity of model weights to compression varies during training, and different weights benefit from different quantization levels (ranging from retaining full precision to pruning). We…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Adversarial Robustness in Machine Learning · Radiation Effects in Electronics
