paper-with-me

Papers

DeepAdaIn-Net: Deep Adaptive Device-Edge Collaborative Inference for Augmented Reality

2023-09-22 · IEEE Journal of Selected Topics in Signal Processing 2023 9 · Li Wang, Xin Wu, Yi Zhang, Xinyun Zhang, LianmingXu, Zhihua Wu, Aiguo Fei

The object inference for augmented reality (AR) requires a precise object localization within user's physical environment and the adaptability to dynamic communication conditions. Deep learning (DL) is advantageous in capturing highly-nonlinear features of diverse data sources drawn from complex objects. However, the existing DL techniques may have disfluency or instability issues when deployed on resource-constrained devices with poor communication conditions, resulting in bad user experiences. This paper addresses these issues by proposing a deep adaptive inference network called DeepAdaIn-Net for the real-time device-edge collaborative object inference, aiming at reducing feature transmission volume while ensuring high feature-fitting accuracy during inference. Specifically, DeepAdaIn-Net encompasses a partition point selection (PPS) module, a high feature compression learning (HFCL) module, a bandwidth-aware feature configuration (BaFC) module, and a feature consistency compensation (FCC) module. The PPS module minimizes the total execution latency, including inference and transmission latency. The HFCL and BaFC modules can decouple the training and inference process by integrating a high-compression ratio feature encoder with the bandwidth-aware feature configuration, which ensures that the compressed data can adapt to the varying communication bandwidths. The FCC module fills the information gaps among the compressed features, guaranteeing high feature expression ability. We conduct extensive experiments to validate DeepAdaIn-Net using two object inference datasets: COCO2017 and emergency fire datasets, and the results demonstrate that our approach outperforms several conventional methods by deriving an optimal 123x feature compression for 640* 640 images, which results in a mere 63.3 ms total latency and an accuracy loss of less than 3% when operating at a bandwidth of 16 Mbps.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative InferenceFeature CompressionObjectObject Localization

Similar Papers 제목 키워드 기반

CANS: Accelerating Multiuser Collaborative Edge Inference via Cooperative Autodidactic NeuroSurgeon

2026-06-08 · Zheshun Wu, Ziyang Zhang, Changyao Lin, Zenglin Xu 외 arxiv

Recently, mobile edge computing (MEC)-enabled collaborative deep neural network (DNN) inference has emerged as a promising approach for delivering intelligent services to resource-constrained mobile devices. A representa…

Adaptive Workload Distribution for Accuracy-aware DNN Inference on Collaborative Edge Platforms

2023-10-16 · Zain Taufique, Antonio Miele, Pasi Liljeberg, Anil Kanduri

DNN inference can be accelerated by distributing the workload among a cluster of collaborative edge nodes. Heterogeneity among edge devices and accuracy-performance trade-offs of DNN models present a complex exploration …

Efficient and Privacy Aware Edge Cloud Collaborative Inference for Large Language Models

2026-07-14 · Chen Li, Jiexiong Liu, Yi Li arxiv

On-device LLM inference faces a trilemma of response latency, limited hardware resources and user privacy. Full cloud inference delivers strong computing power but exposes user prompts and dialogue data, while standalone…

Shoggoth: Towards Efficient Edge-Cloud Collaborative Real-Time Video Inference via Adaptive Online Learning

2023-06-27 · Liang Wang, Kai Lu, Nan Zhang, Xiaoyang Qu 외

This paper proposes Shoggoth, an efficient edge-cloud collaborative architecture, for boosting inference performance on real-time video of changing scenes. Shoggoth uses online knowledge distillation to improve the accur…

Knowledge Distillation

GELATO: Generative Entropy- and Lyapunov-based Adaptive Token Offloading for Device-Edge Speculative LLM Inference

2026-05-11 · Zengzipeng Tang, Yuxuan Sun, Wei Chen, Jianwen Ding 외 arxiv

The recent growth of on-device Large Language Model (LLM) inference has driven significant interest in device-edge collaborative LLM inference. As a promising architecture, Speculative Decoding (SD) is increasingly adopt…