UltraViT: Latency-Optimized On-device Vision Encoder for Large Vision-Language Models
Summary
UltraViT is a latency-optimized vision encoder for large vision-language models, designed for on-device deployment with a pyramidal architecture and a two-stage generative pre-training strategy, achieving state-of-the-art performance at 1.7x speed.
View Cached Full Text
Cached at: 07/28/26, 06:26 PM
Paper page - UltraViT: Latency-Optimized On-device Vision Encoder for Large Vision-Language Models
Source: https://huggingface.co/papers/2607.23373
Abstract
LargeVision-LanguageModels(LVLMs)remainbottleneckedbymassivecomputationalfootprints,precludingtheirdeploymentonresource-constrainededgedevices.WhileeffortstocompressLVLMsfocusheavilyonvisiontokenreductionorsmallerlanguagemodels,thevisionencoderislargelyoverlooked,typicallydeployedasamonolithic,computationallyheavyfeatureextractor.Moreover,thereisnopreviouseffortthatdesignsavisionencoderforLVLMsdirectlyoptimizedforon-devicelatency.Inthispaper,wepresentUltraViT,avisionencoderforLVLMs,explicitlydesignedandoptimizedforon-deviceperformance.Specifically,bytakingintoaccountrealon-devicelatencies,wesystematicallydesignapyramidalarchitecturethatstrategicallyintegratesandadaptsheterogeneousspatialmixersatthemacro-blocklevel.Furthermore,topre-trainUltraViT,weproposeanoveltwo-stagegenerativepre-trainingstrategy:cultivatingrichspatialfeaturesviadensedistillation,followedbydirectgenerativesupervisionfromacapacity-mixedfrozenLLM.ComparedtostandardcontrastiveandSSL,weshowthatourpre-trainingismuchmoreeffectiveforachievinghigh-levelsemanticgroundingforUltraViTneededforthesubsequentgenerativemultimodalalignmentofLVLMtraining.Extensiveexperimentsdemonstratethatouron-devicelatency-informeddesigncombinedwithourtailoredtrainingstrategyestablishesanewstate-of-the-artforefficientLVLMencoding,significantlyoutperformingexistingencoder-centricbaselineswhileoperatingon-deviceatnearly1.7xthespeed.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.23373
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.23373 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.23373 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.23373 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
TurboVLA: Real-Time Vision-Language-Action Model at 32 Hz on an RTX 4090 with <1 GB VRAM
TurboVLA introduces a new Vision-Language-Action paradigm that directly maps vision and language to action, achieving 97.7% success on LIBERO with only 0.2B parameters and real-time inference at 32 Hz on consumer GPUs, significantly reducing computational cost.
LLaVA-UHD v4: What Makes Efficient Visual Encoding in MLLMs?
This paper introduces LLaVA-UHD v4, which improves visual encoding efficiency in multimodal large language models by using slice-based encoding and intra-ViT early compression. It reduces computational costs by over 55% while maintaining or improving performance on high-resolution image tasks.
VideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding
VideoChat3 is a fully open, efficient, and generalist video-centric multimodal large language model that introduces Inflated 3D Vision Transformer (I3D-ViT) and Adaptive Frame Resolution for streaming video perception, along with scalable video data synthesis pipelines, achieving superior performance with only 4B parameters.
ViT-Up: Faithful Feature Upsampling for Vision Transformers
ViT-Up introduces a task-agnostic feature upsampler for Vision Transformers that predicts features at arbitrary continuous image coordinates, enabling dense feature maps at any resolution and improving dense prediction and semantic correspondence benchmarks. It outperforms prior state-of-the-art upsamplers, with gains of up to +2.07 mIoU on Cityscapes and +4.17 [email protected] on SPair-71k.
@andimarafioti: Can a VLM see without a vision encoder? We trained one for $100, inspired by Gemma 4 12B. Latency on an M3 Pro MacBook:…
Researchers trained a vision-language model without a vision encoder for only $100, inspired by Gemma 4 12B, achieving a 30% reduction in end-to-end latency on an M3 Pro MacBook.