paper-with-me

Papers

BitSnap: Checkpoint Sparsification and Quantization in LLM Training

2025-11-15 · Yanxin Peng, Qingping Li, Baodong Wu, Shigang Li, Guohao Dai, Shengen Yan, Yu Wang arxiv

As large language models (LLMs) continue to grow in size and complexity, efficient checkpoint saving\&loading has become crucial for managing storage, memory usage, and fault tolerance in LLM training. The current works do not comprehensively take into account the optimization of these several aspects. This paper proposes a novel checkpoint sparsification and quantization method that adapts dynamically to different training stages and model architectures. We present a comprehensive analysis of existing lossy and lossless compression techniques, identify current limitations, and introduce our adaptive approach that balances compression ratio, speed, and precision impact throughout the training process. Experiments on different sizes of LLMs demonstrate that our bitmask-based sparsification method achieves 16x compression ratio without compromising model accuracy. Additionally, the cluster-based quantization method achieves 2x compression ratio with little precision loss.

📄 PDF Abstract BibTeX arXiv:2511.12376

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CSQ: Growing Mixed-Precision Quantization Scheme with Bi-level Continuous Sparsification

2022-12-06 · Lirui Xiao, Huanrui Yang, Zhen Dong, Kurt Keutzer 외

Mixed-precision quantization has been widely applied on deep neural networks (DNNs) as it leads to significantly better efficiency-accuracy tradeoffs compared to uniform quantization. Meanwhile, determining the exact pre…

Quantization

JointSQ: Joint Sparsification-Quantization for Distributed Learning

2024-01-01 · CVPR 2024 1 · Weiying Xie, Haowei Li, Jitao Ma, Yunsong Li 외

Gradient sparsification and quantization offer a promising prospect to alleviate the communication overhead problem in distributed learning. However direct combination of the two results in suboptimal solutions due t…

Quantization

Theoretically Better and Numerically Faster Distributed Optimization with Smoothness-Aware Quantization Techniques

2021-06-07 · Bokun Wang, Mher Safaryan, Peter Richtárik

To address the high communication costs of distributed machine learning, a large body of work has been devoted in recent years to designing various compression strategies, such as sparsification and quantization, and opt…

BIG-bench Machine LearningDistributed OptimizationQuantization

DynaQuant: Compressing Deep Learning Training Checkpoints via Dynamic Quantization

2023-06-20 · Amey Agrawal, Sameer Reddy, Satwik Bhattamishra, Venkata Prabhakara Sarath Nookala 외

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 an…

Deep LearningModel CompressionQuantizationTransfer Learning

Task Vector Quantization for Memory-Efficient Model Merging

2025-03-10 · Youngeun Kim, Seunghwan Lee, Aecheon Jung, Bogon Ryu 외

Model merging enables efficient multi-task models by combining task-specific fine-tuned checkpoints. However, storing multiple task-specific checkpoints requires significant memory, limiting scalability and restricting m…

image-classificationImage ClassificationmodelQuantization