paper-with-me

Papers

Beyond Independent Optimization: Compression, MoE Routing, and Quantization Interactions in Multimodal Edge Intelligence

2026-07-23 · Jay Gor, Karm Dave, Akshita Abrol, Rajesh Gupta, Sudeep Tanwar, Zhengkui Wang arxiv

Efficient multimodal inference is increasingly constrained not only by model quality or FLOP count, but also by the cost of preserving, moving, routing, caching, and quantizing multimodal representations under latency, memory, and energy constraints. This paper reviews recent advances in efficient vision-language and multimodal large language models, covering visual token compression, video token management, KV-cache optimization, Mixture-of-Experts (MoE) routing, low-bit quantization, edge deployment, and hardware-aware benchmarking. We argue that these techniques cannot be treated as independent optimizations. Visual token compression alters downstream feature distributions and MoE routing decisions, routing behavior affects expert utilization and quantization sensitivity, quantized router logits influence expert assignment, KV-cache policies determine retained multimodal evidence, and hardware constraints often transform computational savings into memory and communication bottlenecks. We organize the literature around these interactions and identify key design trade-offs, including accuracy versus token budget, static versus adaptive compression, sparse routing efficiency versus expert collapse, and low-bit inference versus modality-specific degradation. Finally, we introduce Temporal Routing Consistency as a diagnostic for video MoE models and highlight open research directions in routing-aware compression, cross-modal cache management, hardware-aware co-design, and unified benchmarking for multimodal edge intelligence.

📄 PDF Abstract BibTeX arXiv:2607.20981

Code (2)

NickDee96/ASR-TTS-paper-daily ★ 6
Tavish9/awesome-daily-AI-arxiv ★ 112

Similar Papers 제목 키워드 기반

Quantization Dominates Rank Reduction for KV-Cache Compression

2026-04-13 · Samuel Salfati arxiv

We compare two strategies for compressing the KV cache in transformer inference: rank reduction (discard dimensions) and quantization (keep all dimensions, reduce precision). At matched storage budgets across five models…

Model compression as constrained optimization, with application to neural nets. Part I: general framework

2017-07-05 · Miguel Á. Carreira-Perpiñán

Compressing neural nets is an active research problem, given the large size of state-of-the-art nets for tasks such as object recognition, and the computational limits imposed by mobile devices. We give a general formula…

Model CompressionObject RecognitionQuantization

Soft then Hard: Rethinking the Quantization in Neural Image Compression

2021-04-12 · Zongyu Guo, Zhizheng Zhang, Runsen Feng, Zhibo Chen

Quantization is one of the core components in lossy image compression. For neural image compression, end-to-end optimization requires differentiable approximations of quantization, which can generally be grouped into thr…

Image CompressionQuantization

Correlated Quantization for Faster Nonconvex Distributed Optimization

2024-01-10 · Andrei Panferov, Yury Demidovich, Ahmad Rammal, Peter Richtárik

Quantization (Alistarh et al., 2017) is an important (stochastic) compression technique that reduces the volume of transmitted bits during each communication round in distributed model training. Suresh et al. (2022) intr…

Distributed OptimizationQuantization

MoE-nD: Per-Layer Mixture-of-Experts Routing for Multi-Axis KV Cache Compression

2026-04-20 · Libo Sun, Peixiong He, Po-Wei Harn, Xiao Qin arxiv

KV cache memory is the dominant bottleneck for long-context LLM inference. Existing compression methods each act on a single axis of the four-dimensional KV tensor -- token eviction (sequence), quantization (precision), …