paper-with-me

홈 › Papers

EPARA: Parallelizing Categorized AI Inference in Edge Clouds

2025-11-01 · Yubo Wang, Yubo Cui, Tuo Shi, Danyang Li, Wenxin Li, Lide Suo, Tao Wang, Xin Xie arxiv

With the increasing adoption of AI applications such as large language models and computer vision AI, the computational demands on AI inference systems are continuously rising, making the enhancement of task processing capacity using existing hardware a primary objective in edge clouds. We propose EPARA, an end-to-end AI parallel inference framework in edge, aimed at enhancing the edge AI serving capability. Our key idea is to categorize tasks based on their sensitivity to latency/frequency and requirement for GPU resources, thereby achieving both request-level and service-level task-resource allocation. EPARA consists of three core components: 1) a task-categorized parallelism allocator that decides the parallel mode of each task, 2) a distributed request handler that performs the calculation for the specific request, and 3) a state-aware scheduler that periodically updates service placement in edge clouds. We implement a EPARA prototype and conduct a case study on the EPARA operation for LLMs and segmentation tasks. Evaluation through testbed experiments involving edge servers, embedded devices, and microcomputers shows that EPARA achieves up to 2.1$\times$ higher goodput in production workloads compared to prior frameworks, while adapting to various edge AI inference tasks.

📄 PDF Abstract BibTeX arXiv:2511.00603

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PriCE: Privacy-Preserving and Cost-Effective Scheduling for Parallelizing the Large Medical Image Processing Workflow over Hybrid Clouds

2024-05-24 · Yuandou Wang, Neel Kanwal, Kjersti Engan, Chunming Rong 외

Running deep neural networks for large medical images is a resource-hungry and time-consuming task with centralized computing. Outsourcing such medical image processing tasks to hybrid clouds has benefits, such as a sign…

Artifact DetectionPrivacy PreservingScheduling

GSECnet: Ground Segmentation of Point Clouds for Edge Computing

2021-04-05 · Dong He, Jie Cheng, Jong-Hwan Kim

Ground segmentation of point clouds remains challenging because of the sparse and unordered data structure. This paper proposes the GSECnet - Ground Segmentation network for Edge Computing, an efficient ground segmentati…

Edge-computingSegmentation

A Framework for Parallelizing OWL Classification in Description Logic Reasoners

2019-06-18 · Zixi Quan, Volker Haarslev

In this paper we report on a black-box approach to parallelize existing description logic (DL) reasoners for the Web Ontology Language (OWL). We focus on OWL ontology classification, which is an important inference servi…

ClassificationGeneral Classification

Diffusion Models are Secretly Exchangeable: Parallelizing DDPMs via Autospeculation

2025-05-06 · Hengyuan Hu, Aniket Das, Dorsa Sadigh, Nima Anari

Denoising Diffusion Probabilistic Models (DDPMs) have emerged as powerful tools for generative modeling. However, their sequential computation requirements lead to significant inference-time bottlenecks. In this work, we…

Denoising

DeepPCR: Parallelizing Sequential Operations in Neural Networks

2023-09-28 · NeurIPS 2023 11

Parallelization techniques have become ubiquitous for accelerating inference and training of deep neural networks. Despite this, several operations are still performed in a sequential manner. For instance, the forward an…

Denoising