paper-with-me

Papers

Task Vector Quantization for Memory-Efficient Model Merging

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

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 model merging to larger models and diverse tasks. In this paper, we propose quantizing task vectors (i.e., the difference between pre-trained and fine-tuned checkpoints) instead of quantizing fine-tuned checkpoints. We observe that task vectors exhibit a narrow weight range, enabling low precision quantization (up to 4 bit) within existing task vector merging frameworks. To further mitigate quantization errors within ultra-low bit precision (e.g., 2 bit), we introduce Residual Task Vector Quantization, which decomposes the task vector into a base vector and offset component. We allocate bits based on quantization sensitivity, ensuring precision while minimizing error within a memory budget. Experiments on image classification and dense prediction show our method maintains or improves model merging performance while using only 8% of the memory required for full-precision checkpoints.

📄 PDF Abstract BibTeX arXiv:2503.06921

Code (1)

AIM-SKKU/TVQ pytorch

Tasks

image-classificationImage ClassificationmodelQuantization

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

AiSAQ: All-in-Storage ANNS with Product Quantization for DRAM-free Information Retrieval

2024-04-09 · Kento Tatsuno, Daisuke Miyashita, Taiga Ikeda, Kiyoshi Ishiyama 외

Graph-based approximate nearest neighbor search (ANNS) algorithms work effectively against large-scale vector retrieval. Among such methods, DiskANN achieves good recall-speed tradeoffs using both DRAM and storage. DiskA…

AllInformation RetrievalQuantizationRAG+2

ViM-VQ: Efficient Post-Training Vector Quantization for Visual Mamba

2025-03-12 · Juncan Deng, Shuaiting Li, Zeyu Wang, Kedong Xu 외

Visual Mamba networks (ViMs) extend the selective space state model (Mamba) to various vision tasks and demonstrate significant potential. Vector quantization (VQ), on the other hand, decomposes network weights into code…

MambaQuantization

QJL: 1-Bit Quantized JL Transform for KV Cache Quantization with Zero Overhead

2024-06-05 · Amir Zandieh, Majid Daliri, Insu Han

Serving LLMs requires substantial memory due to the storage requirements of Key-Value (KV) embeddings in the KV cache, which grows with sequence length. An effective approach to compress KV cache is quantization. However…

Quantization

Word2Bits - Quantized Word Vectors

2018-03-15 · Maximilian Lam

Word vectors require significant amounts of memory and storage, posing issues to resource limited devices like mobile phones and GPUs. We show that high quality quantized word vectors using 1-2 bits per parameter can be …

QuantizationQuestion AnsweringWord Similarity

VPTQ: Extreme Low-bit Vector Post-Training Quantization for Large Language Models

2024-09-25 · Yifei Liu, Jicheng Wen, Yang Wang, Shengyu Ye 외

Scaling model size significantly challenges the deployment and inference of Large Language Models (LLMs). Due to the redundancy in LLM weights, recent research has focused on pushing weight-only quantization to extremely…

Quantization