paper-with-me

홈 › Papers

Calibration-Aided Edge Inference Offloading via Adaptive Model Partitioning of Deep Neural Networks

2020-10-30 · Roberto G. Pacheco, Rodrigo S. Couto, Osvaldo Simeone

Mobile devices can offload deep neural network (DNN)-based inference to the cloud, overcoming local hardware and energy limitations. However, offloading adds communication delay, thus increasing the overall inference time, and hence it should be used only when needed. An approach to address this problem consists of the use of adaptive model partitioning based on early-exit DNNs. Accordingly, the inference starts at the mobile device, and an intermediate layer estimates the accuracy: If the estimated accuracy is sufficient, the device takes the inference decision; Otherwise, the remaining layers of the DNN run at the cloud. Thus, the device offloads the inference to the cloud only if it cannot classify a sample with high confidence. This offloading requires a correct accuracy prediction at the device. Nevertheless, DNNs are typically miscalibrated, providing overconfident decisions. This work shows that the employment of a miscalibrated early-exit DNN for offloading via model partitioning can significantly decrease inference accuracy. In contrast, we argue that implementing a calibration algorithm prior to deployment can solve this problem, allowing for more reliable offloading decisions.

📄 PDF Abstract BibTeX arXiv:2010.16335

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Lessons Learned from Accident of Autonomous Vehicle Testing: An Edge Learning-aided Offloading Framework

2020-06-27 · Bo Yang, Xuelin Cao, Xiangfang Li, Chau Yuen 외

This letter proposes an edge learning-based offloading framework for autonomous driving, where the deep learning tasks can be offloaded to the edge server to improve the inference accuracy while meeting the latency const…

Autonomous Driving

Early-exit deep neural networks for distorted images: providing an efficient edge offloading

2021-08-20 · Roberto G. Pacheco, Fernanda D. V. R. Oliveira, Rodrigo S. Couto

Edge offloading for deep neural networks (DNNs) can be adaptive to the input's complexity by using early-exit DNNs. These DNNs have side branches throughout their architecture, allowing the inference to end earlier in th…

image-classificationImage Classification

Intelligent Reflecting Surface Aided Mobile Edge Computing With Binary Offloading: Energy Minimization for IoT Devices

2022-05-04 · Yizhen Yang, Yi Gong, Yik-Chung Wu

Mobile edge computing (MEC) is envisioned as a promising technique to support computation-intensive and timecritical applications in future Internet of Things (IoT) era. However, the uplink transmission performance will …

CPUEdge-computing

Communication Efficient Cooperative Edge AI via Event-Triggered Computation Offloading

2025-01-01 · You Zhou, Changsheng You, Kaibin Huang

Rare events, despite their infrequency, often carry critical information and require immediate attentions in mission-critical applications such as autonomous driving, healthcare, and industrial automation. The data-inten…

Autonomous Driving

HOBBIT: A Mixed Precision Expert Offloading System for Fast MoE Inference

2024-11-03 · Peng Tang, Jiacheng Liu, Xiaofeng Hou, YiFei PU 외

The Mixture-of-Experts (MoE) architecture has demonstrated significant advantages in the era of Large Language Models (LLMs), offering enhanced capabilities with reduced inference costs. However, deploying MoE-based LLMs…

Mixture-of-Experts