paper-with-me

홈 › Papers

SWSC: Shared Weight for Similar Channel in LLM

2025-01-15 · Binrui Zeng, Yongtao Tang, Xiaodong Liu, Xiaopeng Li

Large language models (LLMs) have spurred development in multiple industries. However, the growing number of their parameters brings substantial storage and computing burdens, making it essential to explore model compression techniques for parameter reduction and easier deployment. We propose SWSC, an LLM compression method based on the concept of Shared Weight for Similar Channel. It uses the K-Means clustering algorithm to cluster model weights channel-by-channel, generating clusters with highly similar vectors within each. A representative vector from each cluster is selected to approximately replace all vectors in the cluster, significantly reducing the number of model weight parameters. However, approximate restoration will inevitably cause damage to the performance of the model. To tackle this issue, we perform singular value decomposition on the weight error values before and after compression and retain the larger singular values and their corresponding singular vectors to compensate for the accuracy. The experimental results show that our method can effectively ensure the performance of the compressed LLM even under low-precision conditions.

📄 PDF Abstract BibTeX arXiv:2501.08631

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

How to Extend 3D GBSM to Integrated Sensing and Communication Channel with Sharing Feature?

2023-10-25 · Yameng Liu, Jianhua Zhang, Yuxiang Zhang, Huiwen Gong 외

Integrated Sensing and Communication (ISAC) is a promising technology in 6G systems. The existing 3D Geometry-Based Stochastic Model (GBSM), as standardized for 5G systems, addresses solely communication channels and lac…

3D geometryIntegrated sensing and communicationISAC

Hierarchical Over-the-Air FedGradNorm

2022-12-14 · Cemil Vahapoglu, Matin Mortaheb, Sennur Ulukus

Multi-task learning (MTL) is a learning paradigm to learn multiple related tasks simultaneously with a single shared network where each task has a distinct personalized header network for fine-tuning. MTL can be integrat…

Federated LearningMulti-Task LearningPersonalized Federated Learning

XFP: Quality-Targeted Adaptive Codebook Quantization with Sparse Outlier Separation for LLM Inference

2026-05-14 · Thomas Witt arxiv

We introduce XFP, a dynamic weight quantizer for LLM inference that inverts the conventional workflow: the operator specifies reconstruction quality floors on per-channel cosine similarity (one strict floor for attention…

Task-Oriented Channel Attention for Fine-Grained Few-Shot Classification

2023-07-28 · SuBeen Lee, WonJun Moon, Hyun Seok Seong, Jae-Pil Heo

The difficulty of the fine-grained image classification mainly comes from a shared overall appearance across classes. Thus, recognizing discriminative details, such as eyes and beaks for birds, is a key in the task. Howe…

Cross-Domain Few-ShotFine-Grained Image Classificationimage-classificationImage Classification

Learning Lightweight Neural Networks via Channel-Split Recurrent Convolution

2021-09-29 · Guojun Wu, Yun Yue, Yanhua Li, Ziming Zhang

Lightweight neural networks refer to deep networks with small numbers of parameters, which are allowed to be implemented in resource-limited hardware such as embedded systems. To learn such lightweight networks effective…