paper-with-me

Papers

Mobile-Cloud Inference for Collaborative Intelligence

2023-06-24 · Mateen Ulhaq

As AI applications for mobile devices become more prevalent, there is an increasing need for faster execution and lower energy consumption for deep learning model inference. Historically, the models run on mobile devices have been smaller and simpler in comparison to large state-of-the-art research models, which can only run on the cloud. However, cloud-only inference has drawbacks such as increased network bandwidth consumption and higher latency. In addition, cloud-only inference requires the input data (images, audio) to be fully transferred to the cloud, creating concerns about potential privacy breaches. There is an alternative approach: shared mobile-cloud inference. Partial inference is performed on the mobile in order to reduce the dimensionality of the input data and arrive at a compact feature tensor, which is a latent space representation of the input signal. The feature tensor is then transmitted to the server for further inference. This strategy can reduce inference latency, energy consumption, and network bandwidth usage, as well as provide privacy protection, because the original signal never leaves the mobile. Further performance gain can be achieved by compressing the feature tensor before its transmission.

📄 PDF Abstract BibTeX arXiv:2306.13982

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Near-Lossless Deep Feature Compression for Collaborative Intelligence

2018-04-26 · Hyomin Choi, Ivan V. Bajic

Collaborative intelligence is a new paradigm for efficient deployment of deep neural networks across the mobile-cloud infrastructure. By dividing the network between the mobile and the cloud, it is possible to distribute…

Feature Compression

Bit Allocation for Multi-Task Collaborative Intelligence

2020-02-14 · Saeed Ranjbar Alvar, Ivan V. Bajić

Recent studies have shown that collaborative intelligence (CI) is a promising framework for deployment of Artificial Intelligence (AI)-based services on mobile devices. In CI, a deep neural network is split between the m…

Shared Mobile-Cloud Inference for Collaborative Intelligence

2020-02-01 · Mateen Ulhaq, Ivan V. Bajić

As AI applications for mobile devices become more prevalent, there is an increasing need for faster execution and lower energy consumption for neural model inference. Historically, the models run on mobile devices have b…

Auto-tuning Neural Network Quantization Framework for Collaborative Inference Between the Cloud and Edge

2018-12-16 · Guangli Li, Lei Liu, Xueying Wang, Xiao Dong 외

Recently, deep neural networks (DNNs) have been widely applied in mobile intelligent applications. The inference for the DNNs is usually performed in the cloud. However, it leads to a large overhead of transmitting data …

Collaborative InferenceQuantization

Deep feature compression for collaborative object detection

2018-02-12 · Hyomin Choi, Ivan V. Bajic

Recent studies have shown that the efficiency of deep neural networks in mobile applications can be significantly improved by distributing the computational workload between the mobile device and the cloud. This paradigm…

Feature CompressionObjectobject-detectionObject Detection