ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
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.
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.
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.
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.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba