paper-with-me

홈 › Papers

LLMCodec: Adapting Video Codecs for Efficient Weight Compression of Large Language Models

2026-06-04 · Rui Wang, Yan Zhao, Li Song, Zhengxue Cheng arxiv

The rapid development of large language models(LLMs) has led to remarkable advances in natural language processing. However, the increasing scale of these models introduces substantial challenges in terms of storage, transmission, and deployment. Though great efforts have been devoted to model compression and quantization, existing methods often rely on fine-tuning or calibration data, which exhibit limited generalization across different tensor types. In this paper, we argue that video codecs offer a promising solution for LLM compression, due to their inherent compatibility with matrix structured data, configurable compression strategies, and the availability of highly optimized, off-the-shelf implementations. Therefore, we present LLMCodec, a video codec-based LLM compression method that integrates affine quantization with the recent VVC/H.266 video codec. Beyond VVC, we further compare a range of video codecs and encoding profiles to evaluate their impact on compression performance. Experiments on different models demonstrate the robustness and generality of LLMCodec. Notably, on LLaMA-3-8B at 2-bit precision, LLMCodec reduces perplexity by over 1.5x and improves downstream task accuracy by 21% compared with the existing method.

📄 PDF Abstract BibTeX arXiv:2606.05861

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

Ultra-lightweight Neural Video Representation Compression

2025-12-03 · Ho Man Kwan, Tianhao Peng, Ge Gao, Fan Zhang 외 arxiv

Recent works have demonstrated the viability of utilizing over-fitted implicit neural representations (INRs) as alternatives to autoencoder-based models for neural video compression. Among these INR-based video codecs, N…

Lightweight Hybrid Video Compression Framework Using Reference-Guided Restoration Network

2023-03-21 · Hochang Rhee, Seyun Kim, Nam Ik Cho

Recent deep-learning-based video compression methods brought coding gains over conventional codecs such as AVC and HEVC. However, learning-based codecs generally require considerable computation time and model complexity…

DecoderVideo Compression

MMVC: Learned Multi-Mode Video Compression with Block-based Prediction Mode Selection and Density-Adaptive Entropy Coding

2023-04-05 · CVPR 2023 1 · Bowen Liu, Yu Chen, Rakesh Chowdary Machineni, Shiyu Liu 외

Learning-based video compression has been extensively studied over the past years, but it still has limitations in adapting to various motion patterns and entropy models. In this paper, we propose multi-mode video compre…

BenchmarkingMS-SSIMOptical Flow EstimationPrediction+3

VCD: A Video Conferencing Dataset for Video Compression

2023-09-14 · Babak Naderi, Ross Cutler, Nabakumar Singh Khongbantabam, Yasaman Hosseinkashi 외

Commonly used datasets for evaluating video codecs are all very high quality and not representative of video typically used in video conferencing scenarios. We present the Video Conferencing Dataset (VCD) for evaluating …

Video Compression

Neural Weight Compression for Language Models

2025-10-13 · Jegwang Ryu, Minkyu Kim, Seungjun Shin, Hee Min Choi 외 arxiv

Efficient compression of language model weights is increasingly critical as model scale and deployment grow. Yet, most existing methods rely on handcrafted transforms and heuristics, reflecting the limited understanding …