paper-with-me

홈 › Papers

Efficient Deployment of Vision-Language Models on Mobile Devices: A Case Study on OnePlus 13R

2025-07-11 · Pablo Robin Guerrero, Yueyang Pan, Sanidhya Kashyap arxiv

Vision-Language Models (VLMs) offer promising capabilities for mobile devices, but their deployment faces significant challenges due to computational limitations and energy inefficiency, especially for real-time applications. This study provides a comprehensive survey of deployment frameworks for VLMs on mobile devices, evaluating llama.cpp, MLC-Imp, and mllm in the context of running LLaVA-1.5 7B, MobileVLM-3B, and Imp-v1.5 3B as representative workloads on a OnePlus 13R. Each deployment framework was evaluated on the OnePlus 13R while running VLMs, with measurements covering CPU, GPU, and NPU utilization, temperature, inference time, power consumption, and user experience. Benchmarking revealed critical performance bottlenecks across frameworks: CPU resources were consistently over-utilized during token generation, while GPU and NPU accelerators were largely unused. When the GPU was used, primarily for image feature extraction, it was saturated, leading to degraded device responsiveness. The study contributes framework-level benchmarks, practical profiling tools, and an in-depth analysis of hardware utilization bottlenecks, highlighting the consistent overuse of CPUs and the ineffective or unstable use of GPUs and NPUs in current deployment frameworks.

📄 PDF Abstract BibTeX arXiv:2507.08505

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MobileAIBench: Benchmarking LLMs and LMMs for On-Device Use Cases

2024-06-12 · Rithesh Murthy, Liangwei Yang, Juntao Tan, Tulika Manoj Awalgaonkar 외

The deployment of Large Language Models (LLMs) and Large Multimodal Models (LMMs) on mobile devices has gained significant attention due to the benefits of enhanced privacy, stability, and personalization. However, the h…

BenchmarkingModel CompressionQuantization

Research on Personalized Compression Algorithm for Pre-trained Models Based on Homomorphic Entropy Increase

2024-08-16 · Yicong Li, Xing Guo, Haohua Du

In this article, we explore the challenges and evolution of two key technologies in the current field of AI: Vision Transformer model and Large Language Model (LLM). Vision Transformer captures global information by spli…

compressed sensingLanguage ModelingLanguage ModellingLarge Language Model

GenieBlue: Integrating both Linguistic and Multimodal Capabilities for Large Language Models on Mobile Devices

2025-03-08 · Xudong Lu, Yinghao Chen, Renshou Wu, Haohao Gao 외

Recent advancements in Multimodal Large Language Models (MLLMs) have enabled their deployment on mobile devices. However, challenges persist in maintaining strong language capabilities and ensuring hardware compatibility…

Vision Transformers for Mobile Applications: A Short Survey

2023-05-30 · Nahid Alam, Steven Kolawole, Simardeep Sethi, Nishant Bansali 외

Vision Transformers (ViTs) have demonstrated state-of-the-art performance on many Computer Vision Tasks. Unfortunately, deploying these large-scale ViTs is resource-consuming and impossible for many mobile devices. While…

Survey

Mobile-O: Unified Multimodal Understanding and Generation on Mobile Device

2026-02-23 · Abdelrahman Shaker, Ahmed Heakl, Jaseel Muhammad, Ritesh Thawkar 외 arxiv

Unified multimodal models can both understand and generate visual content within a single architecture. Existing models, however, remain data-hungry and too heavy for deployment on edge devices. We present Mobile-O, a co…