paper-with-me

Papers

Optimizing Multi-DNN Inference on Mobile Devices through Heterogeneous Processor Co-Execution

2025-03-27 · Yunquan Gao, Zhiguo Zhang, Praveen Kumar Donta, Chinmaya Kumar Dehury, Xiujun Wang, Dusit Niyato, Qiyang Zhang

Deep Neural Networks (DNNs) are increasingly deployed across diverse industries, driving demand for mobile device support. However, existing mobile inference frameworks often rely on a single processor per model, limiting hardware utilization and causing suboptimal performance and energy efficiency. Expanding DNN accessibility on mobile platforms requires adaptive, resource-efficient solutions to meet rising computational needs without compromising functionality. Parallel inference of multiple DNNs on heterogeneous processors remains challenging. Some works partition DNN operations into subgraphs for parallel execution across processors, but these often create excessive subgraphs based only on hardware compatibility, increasing scheduling complexity and memory overhead. To address this, we propose an Advanced Multi-DNN Model Scheduling (ADMS) strategy for optimizing multi-DNN inference on mobile heterogeneous processors. ADMS constructs an optimal subgraph partitioning strategy offline, balancing hardware operation support and scheduling granularity, and uses a processor-state-aware algorithm to dynamically adjust workloads based on real-time conditions. This ensures efficient workload distribution and maximizes processor utilization. Experiments show ADMS reduces multi-DNN inference latency by 4.04 times compared to vanilla frameworks.

📄 PDF Abstract BibTeX arXiv:2503.21109

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Similar Papers 제목 키워드 기반

A Note on Latency Variability of Deep Neural Networks for Mobile Inference

2020-02-29 · Luting Yang, Bingqian Lu, Shaolei Ren

Running deep neural network (DNN) inference on mobile devices, i.e., mobile inference, has become a growing trend, making inference less dependent on network connections and keeping private data locally. The prior studie…

CPU

DPP-Net: Device-aware Progressive Search for Pareto-optimal Neural Architectures

2018-06-21 · ECCV 2018 9 · Jin-Dong Dong, An-Chieh Cheng, Da-Cheng Juan, Wei Wei 외

Recent breakthroughs in Neural Architectural Search (NAS) have achieved state-of-the-art performances in applications such as image classification and language modeling. However, these techniques typically ignore device-…

GPUimage-classificationImage ClassificationLanguage Modeling+1

Optimizing LLMs Using Quantization for Mobile Execution

2025-12-06 · Agatsya Yadav, Renta Chintala Bhargavi arxiv

Large Language Models (LLMs) offer powerful capabilities, but their significant size and computational requirements hinder deployment on resource-constrained mobile devices. This paper investigates Post-Training Quantiza…

Dissecting the Impact of Mobile DVFS Governors on LLM Inference Performance and Energy Efficiency

2025-07-02 · Zongpu Zhang, Pranab Dash, Y. Charlie Hu, Qiang Xu 외 arxiv

Large Language Models (LLMs) are increasingly being integrated into various applications and services running on billions of mobile devices. However, deploying LLMs on resource-limited mobile devices faces a significant …

LinguaLinked: A Distributed Large Language Model Inference System for Mobile Devices

2023-12-01 · Junchen Zhao, Yurun Song, Simeng Liu, Ian G. Harris 외

Deploying Large Language Models (LLMs) locally on mobile devices presents a significant challenge due to their extensive memory requirements. In this paper, we introduce LinguaLinked, a system for decentralized, distribu…

Language ModelingLanguage ModellingLarge Language Model