paper-with-me

Papers

LLMC+: Benchmarking Vision-Language Model Compression with a Plug-and-play Toolkit

2025-08-13 · Chengtao Lv, Bilang Zhang, Yang Yong, Ruihao Gong, Yushi Huang, Shiqiao Gu, Jiajun Wu, Yumeng Shi, Jinyang Guo, Wenya Wang arxiv

Large Vision-Language Models (VLMs) exhibit impressive multi-modal capabilities but suffer from prohibitive computational and memory demands, due to their long visual token sequences and massive parameter sizes. To address these issues, recent works have proposed training-free compression methods. However, existing efforts often suffer from three major limitations: (1) Current approaches do not decompose techniques into comparable modules, hindering fair evaluation across spatial and temporal redundancy. (2) Evaluation confined to simple single-turn tasks, failing to reflect performance in realistic scenarios. (3) Isolated use of individual compression techniques, without exploring their joint potential. To overcome these gaps, we introduce LLMC+, a comprehensive VLM compression benchmark with a versatile, plug-and-play toolkit. LLMC+ supports over 20 algorithms across five representative VLM families and enables systematic study of token-level and model-level compression. Our benchmark reveals that: (1) Spatial and temporal redundancies demand distinct technical strategies. (2) Token reduction methods degrade significantly in multi-turn dialogue and detail-sensitive tasks. (3) Combining token and model compression achieves extreme compression with minimal performance loss. We believe LLMC+ will facilitate fair evaluation and inspire future research in efficient VLM. Our code is available at https://github.com/ModelTC/LightCompress.

📄 PDF Abstract BibTeX arXiv:2508.09981

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

LLMC: Benchmarking Large Language Model Quantization with a Versatile Compression Toolkit

2024-05-09 · Ruihao Gong, Yang Yong, Shiqiao Gu, Yushi Huang 외

Recent advancements in large language models (LLMs) are propelling us toward artificial general intelligence with their remarkable emergent abilities and reasoning capabilities. However, the substantial computational and…

BenchmarkingComputational EfficiencyLanguage ModelingLanguage Modelling+2

LLMCBench: Benchmarking Large Language Model Compression for Efficient Deployment

2024-10-28 · Ge Yang, Changyi He, Jinyang Guo, Jianyu Wu 외

Although large language models (LLMs) have demonstrated their strong intelligence ability, the high demand for computation and storage hinders their practical application. To this end, many model compression techniques a…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model+1

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, tra…

Model Compression

LLMComp: A Language Modeling Paradigm for Error-Bounded Scientific Data Compression (Technical Report)

2025-10-24 · Guozhong Li, Muhannad Alhumaidi, Spiros Skiadopoulos, Panos Kalnis arxiv

The rapid growth of high-resolution scientific simulations and observation systems is generating massive spatiotemporal datasets, making efficient, error-bounded compression increasingly important. Meanwhile, decoder-onl…

MLLMCLIP: Feature-Level Distillation of MLLM for Robust Vision-Language Representations

2026-08-26 · Jongsuk Kim, Qiyu Wu, Zhuoyuan Mao, Hiromi Wakaki 외 arxiv

Pretrained vision-language models such as CLIP excel at zero-shot recognition but often fail at compositionality, particularly attribute-object and relational structures. Recent studies mitigate this issue by augmenting …

Text Retrieval