English

Aligned Vector Quantization for Edge-Cloud Collabrative Vision-Language Models

Computer Vision and Pattern Recognition 2026-04-08 v2 Artificial Intelligence

Abstract

Vision Language Models (VLMs) are central to Visual Question Answering (VQA) systems and are typically deployed in the cloud due to their high computational demands. However, this cloud-only approach underutilizes edge computational resources and requires significant bandwidth for transmitting raw images. In this paper, we introduce an edge-cloud collaborative VQA system, called LLaVA-AlignedVQ, which features a novel Aligned Vector Quantization algorithm (AlignedVQ) that efficiently compress intermediate features without compromising accuracy to support partitioned execution. Our experiments demonstrate that LLaVA-AlignedVQ achieves approximately 1365x compression rate of intermediate features, reducing data transmission overhead by 96.8% compared to transmitting JPEG90-compressed images to the cloud. LLaVA-AlignedVQ achieves an inference speedup of 2-15x while maintaining high accuracy, remaining within -2.23% to +1.6% of the original model's accuracy performance across eight VQA datasets, compared to the cloud-only solution.

Keywords

Cite

@article{arxiv.2411.05961,
  title  = {Aligned Vector Quantization for Edge-Cloud Collabrative Vision-Language Models},
  author = {Xiao Liu and Lijun Zhang and Deepak Ganesan and Hui Guan},
  journal= {arXiv preprint arXiv:2411.05961},
  year   = {2026}
}

Comments

I found a big mistake in the paper that causes significant bias on the results. The residual links are not taken into consideration when computing the transmission. All results about the compressed data size and transmission latency would be affected

R2 v1 2026-06-28T19:53:49.902Z