paper-with-me

홈 › Papers

Batching-Aware Joint Model Onloading and Offloading for Hierarchical Multi-Task Inference

2025-08-18 · Seohyeon Cha, Kevin Chan, Gustavo de Veciana, Haris Vikalo arxiv

The growing demand for intelligent services on resource-constrained edge devices has spurred the development of collaborative inference systems that distribute workloads across end devices, edge servers, and the cloud. While most existing frameworks focus on single-task, single-model scenarios, many real-world applications (e.g., autonomous driving and augmented reality) require concurrent execution of diverse tasks including detection, segmentation, and depth estimation. In this work, we propose a unified framework to jointly decide which multi-task models to deploy (onload) at clients and edge servers, and how to route queries across the hierarchy (offload) to maximize overall inference accuracy under memory, compute, and communication constraints. We formulate this as a mixed-integer program and introduce J3O (Joint Optimization of Onloading and Offloading), an alternating algorithm that (i) greedily selects models to onload via Lagrangian-relaxed submodular optimization and (ii) determines optimal offloading via constrained linear programming. We further extend J3O to account for batching at the edge, maintaining scalability under heterogeneous task loads. Experiments show J3O consistently achieves over $97\%$ of the optimal accuracy while incurring less than $15\%$ of the runtime required by the optimal solver across multi-task benchmarks.

📄 PDF Abstract BibTeX arXiv:2508.13380

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDepth Estimation

Similar Papers 제목 키워드 기반

DynO: Dynamic Onloading of Deep Neural Networks from Cloud to Device

2021-04-20 · Mario Almeida, Stefanos Laskaridis, Stylianos I. Venieris, Ilias Leontiadis 외

Recently, there has been an explosive growth of mobile and embedded applications using convolutional neural networks(CNNs). To alleviate their excessive computational demands, developers have traditionally resorted to cl…

CoX-MoE: Coalesced Expert Execution for High-Throughput MoE Inference with AMX-Enabled CPU-GPU Co-Execution

2026-05-18 · Muyoung Son, Yi Chen, Seungjae Yoo, Soongyu Choi 외 arxiv

The Mixture-of-Experts (MoE) architecture improves computational efficiency via sparse expert activation, but throughput-oriented inference faces substantial GPU memory pressure due to a significant parameter size and in…

Computational Efficiency

Synera: Synergistic LLM Serving across Device and Cloud at Scale

2025-10-17 · Genglin Wang, Liekang Zeng, Bufang Yang, Kaiwei Liu 외 arxiv

Large Language Models (LLMs) are becoming key components in various mobile operating systems, driving smart applications like interactive chatbots and personal assistants. While bringing enhanced intelligence to mobile e…

Multi-Agent DRL for Queue-Aware Task Offloading in Hierarchical MEC-Enabled Air-Ground Networks

2025-03-05 · Muhammet Hevesli, Abegaz Mohammed Seid, Aiman Erbad, Mohamed Abdallah

Mobile edge computing (MEC)-enabled air-ground networks are a key component of 6G, employing aerial base stations (ABSs) such as unmanned aerial vehicles (UAVs) and high-altitude platform stations (HAPS) to provide dynam…

Edge-computingManagement

XShare: Collaborative in-Batch Expert Sharing for Faster MoE Inference

2026-02-06 · Daniil Vankov, Nikita Ivkin, Kyle Ulrich, Xiang Song 외 arxiv

Mixture-of-Experts (MoE) architectures are increasingly used to efficiently scale large language models. However, in production inference, request batching and speculative decoding significantly amplify expert activation…