Preprint
Large Language Models

UltraViT: Latency-Optimized On-device Vision Encoder for Large Vision-Language Models

Ioannis Maniadis Metaxas, Adrian Bulat, Alberto Baldrati, Anestis Zaganidis, Yassine Ouali, Hyeonuk Kim, Georgios Tzimiropoulos
July 25, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

Large Vision-Language Models (LVLMs) remain bottlenecked by massive computational footprints, precluding their deployment on resource-constrained edge devices. While efforts to compress LVLMs focus heavily on vision token reduction or smaller language models, the vision encoder is largely overlooked, typically deployed as a monolithic, computationally heavy feature extractor. Moreover, there is no previous effort that designs a vision encoder for LVLMs directly optimized for on-device latency. In this paper, we present UltraViT, a vision encoder for LVLMs, explicitly designed and optimized for on-device performance. Specifically, by taking into account real on-device latencies, we systematically design a pyramidal architecture that strategically integrates and adapts heterogeneous spatial mixers at the macro-block level. Furthermore, to pre-train UltraViT, we propose a novel two-stage generative pre-training strategy: cultivating rich spatial features via dense distillation, followed by direct generative supervision from a capacity-mixed frozen LLM. Compared to standard contrastive and SSL, we show that our pre-training is much more effective for achieving high-level semantic grounding for UltraViT needed for the subsequent generative multimodal alignment of LVLM training. Extensive experiments demonstrate that our on-device latency-informed design combined with our tailored training strategy establishes a new state-of-the-art for efficient LVLM encoding, significantly outperforming existing encoder-centric baselines while operating on-device at nearly 1.7xthe speed.

Analysis

Why This Paper Matters

Large Vision-Language Models (LVLMs) are powerful but computationally heavy, limiting their use on edge devices like smartphones and IoT. Most prior work on compressing LVLMs focuses on reducing vision tokens or shrinking the language model, leaving the vision encoder as a monolithic bottleneck. UltraViT directly tackles this gap by designing a vision encoder optimized for on-device latency, a critical step for practical deployment. The paper's emphasis on real latency measurements rather than theoretical FLOPs makes its contributions immediately actionable for practitioners.

By achieving nearly 1.7x speedup over existing encoder-centric baselines, UltraViT demonstrates that significant efficiency gains are possible without sacrificing the semantic quality needed for downstream LVLM tasks. This opens the door to more responsive, privacy-preserving AI applications that run locally on user devices.

Technical Contributions

  • Latency-informed pyramidal architecture: UltraViT uses a pyramidal design with heterogeneous spatial mixers at the macro-block level, each chosen based on real on-device latency profiling rather than theoretical complexity.
  • Two-stage generative pre-training: The first stage uses dense distillation to cultivate rich spatial features; the second stage applies direct generative supervision from a capacity-mixed frozen LLM, which the authors show is more effective than contrastive or self-supervised learning for semantic grounding.
  • Holistic optimization: The encoder is co-designed with its pre-training strategy, ensuring that architectural choices and training objectives align for on-device performance.

Results

UltraViT operates at nearly 1.7x the speed of existing encoder-centric baselines on-device. It significantly outperforms these baselines in efficiency while maintaining competitive performance for LVLM encoding. The pre-training strategy is validated to be more effective than standard contrastive and SSL methods for achieving high-level semantic grounding needed for multimodal alignment.

Significance

UltraViT addresses a critical bottleneck in deploying LVLMs on edge devices, potentially enabling real-time, on-device vision-language applications such as visual question answering, image captioning, and augmented reality. By focusing on the vision encoder—often overlooked in compression efforts—the paper provides a practical path forward for efficient LVLMs. The latency-informed design methodology and generative pre-training strategy can inspire future work on hardware-aware model design for multimodal AI.