CVJul 10

MOSAIC: Adaptive Inter-layer Composition for Efficient Heterogeneous Vision-Language Models

arXiv:2607.0902918.9h-index: 10
Predicted impact top 10% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying VLMs, MOSAIC provides an automated, hardware-aware method to improve inference efficiency without sacrificing performance, addressing the sub-optimality of handcrafted static mixing patterns.

MOSAIC automates the transformation of homogeneous Vision-Language Models into heterogeneous architectures optimized for hardware latency, achieving a 1.76x prefilling and 2.54x decoding speedup while matching baseline performance with less than 2% of the original training cost.

Vision-Language Models (VLMs) have achieved success using homogeneous Transformers to process multimedia data. Recent studies show that heterogeneous structures interleaving efficient mechanisms, like linear attention, improve both performance and inference latency over homogeneous designs. However, these efforts rely on handcrafted static mixing patterns, which are sub-optimal and difficult to adapt to specific hardware. To bridge this gap, we propose Multi-Objective Search for Adaptive Inter-layer Composition (MOSAIC), a hardware-aware search method that automatically transforms homogeneous models into optimized heterogeneous architectures. MOSAIC integrates diverse efficiency mechanisms--including linear, sparse, and low-rank operators--into a unified search space. By formulating the selection as a multi-objective Mixed Integer Programming (MIP) problem, our method identifies optimal configurations that maximize downstream performance under strict hardware latency constraints. To mitigate performance degradation from structural transitions, we introduce a two-stage parameter recovery process: global off-policy distillation to stabilize internal representations, followed by a dual-teacher on-policy distillation leveraging a 235B oracle for knowledge expansion and the original 4B teacher for distributional stability. We validate MOSAIC through MOSAIC-4B, derived from Qwen3-VL-4B-Instruct. Results demonstrate that MOSAIC-4B matches the baseline's performance across multiple benchmarks while requiring less than 2% of the original training cost. Furthermore, it substantially improves inference efficiency, achieving 1.76x prefilling and 2.54x decoding speedups.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes