首个评测视觉语言模型在压缩图像上表现的基准,提出通用增强方法提升性能10%-30%。
Benchmarking and Enhancing VLM for Compressed Image Understanding
- 构建涵盖百万张压缩图像的首个综合评测基准,覆盖多种编码器与任务。
- 发现压缩图像理解性能下降主因是模型泛化能力不足,而非压缩导致的信息损失。
- 提出通用适配器,可统一提升多编码器、多码率下的模型表现,适合部署优化场景。
随着视觉语言模型(VLMs)快速发展及应用需求增长,图像输入的高效压缩日益重要。现有VLM主要针对高码率压缩图像进行理解,而对低码率压缩图像的处理能力尚未被系统探索。本文首次提出综合性基准,评估VLM在不同图像编码器和多样化任务下对压缩图像的理解能力,涵盖超过一百万张压缩图像。我们分析性能差距来源,分为压缩过程中的信息丢失和VLM的泛化失败两类。通过具体案例可视化对比,发现仅泛化差距可被缓解。为此,我们设计一个通用的VLM适配器,可有效提升现有编码器压缩图像上的模型表现,实验证明该方法在不同编码器和码率下均带来10%-30%的性能提升。我们的基准与增强方法为缩小VLM与压缩图像间的鸿沟提供了重要参考。源代码已开源:https://github.com/bblgbr/CompressVLMBench。
原文摘要 · Abstract (English)
With the rapid development of Vision-Language Models (VLMs) and the growing demand for their applications, efficient compression of the image inputs has become increasingly important. Existing VLMs predominantly digest and understand high-bitrate compressed images, while their ability to interpret low-bitrate compressed images has yet to be explored by far. In this paper, we introduce the first comprehensive benchmark to evaluate the ability of VLM against compressed images, varying existing widely used image codecs and diverse set of tasks, encompassing over one million compressed images in our benchmark. Next, we analyse the source of performance gap, by categorising the gap from a) the information loss during compression and b) generalisation failure of VLM. We visualize these gaps with concrete examples and identify that for compressed images, only the generalization gap can be mitigated. Finally, we propose a universal VLM adaptor to enhance model performance on images compressed by existing codecs. Consequently, we demonstrate that a single adaptor can improve VLM performance across images with varying codecs and bitrates by 10%-30%. We believe that our benchmark and enhancement method provide valuable insights and contribute toward bridging the gap between VLMs and compressed images. The source code is available at https://github.com/bblgbr/CompressVLMBench.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。