Rethinking Inference Placement for Deep Learning across Edge and Cloud Platforms: A Multi-Objective Optimization Perspective and Future Directions
Zongshun Zhang, Ibrahim Matta
TL;DR
This survey addresses the challenge of running deep learning inferences across the device–edge–cloud continuum by formulating a multi‑objective optimization problem that jointly minimizes latency, monetary cost, and privacy loss. It introduces latency, cost, and privacy formulations and surveys a broad set of solutions, including dynamic partitioning, early exits, input/output and model compression, and privacy‑preserving adaptations. Through case studies, the work highlights the trade‑offs among the objectives and discusses open issues such as fine‑grained resource orchestration and defenses against model inversion and prompt inversion attacks. The findings aim to guide the design of future edge‑cloud MLaaS platforms that deliver low latency, strong privacy, and cost efficiency for DL inference tasks.
Abstract
Edge intelligent applications like VR/AR and language model based chatbots have become widespread with the rapid expansion of IoT and mobile devices. However, constrained edge devices often cannot serve the increasingly large and complex deep learning (DL) models. To mitigate these challenges, researchers have proposed optimizing and offloading partitions of DL models among user devices, edge servers, and the cloud. In this setting, users can take advantage of different services to support their intelligent applications. For example, edge resources offer low response latency. In contrast, cloud platforms provide low monetary cost computation resources for computation-intensive workloads. However, communication between DL model partitions can introduce transmission bottlenecks and pose risks of data leakage. Recent research aims to balance accuracy, computation delay, transmission delay, and privacy concerns. They address these issues with model compression, model distillation, transmission compression, and model architecture adaptations, including internal classifiers. This survey contextualizes the state-of-the-art model offloading methods and model adaptation techniques by studying their implication to a multi-objective optimization comprising inference latency, data privacy, and resource monetary cost.
