paper-with-me

홈 › Papers

Hybrid Cloud-Edge Networks for Efficient Inference

2021-09-29 · Anil Kag, Igor Fedorov, Aditya Gangrade, Paul Whatmough, Venkatesh Saligrama

Although deep neural networks (DNNs) achieve state-of-the-art accuracy on large-scale and fine-grained prediction tasks, they are high capacity models and often cannot be deployed on edge devices. As such, two distinct paradigms have emerged in parallel: 1) edge device inference for low-level tasks, 2) cloud-based inference for large-scale tasks. We propose a novel hybrid option, which marries these extremes and seeks to bring the latency and computational cost benefits of edge device inference to tasks currently deployed in the cloud. Our proposed method is an end-to-end approach, and involves architecting and training two networks in tandem. The first network is a low-capacity network that can be deployed on an edge device, whereas the second is a high-capacity network deployed in the cloud. When the edge device encounters challenging inputs, these inputs are transmitted and processed on the cloud. Empirically, on the ImageNet classification dataset, our proposed method leads to substantial decrease in the number of floating point operations (FLOPs) used compared to a well-designed high-capacity network, while suffering no excess classification loss. A novel aspect of our method is that, by allowing abstentions on a small fraction of examples ($<20\%$), we can increase accuracy without increasing the edge device memory and FLOPs substantially (up to $7$\% higher accuracy and $3$X fewer FLOPs on ImageNet with $80$\% coverage), relative to MobileNetV3 architectures.

📄 PDF Abstract BibTeX

Code (1)

anilkagak2/Hybrid_Models 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
ReLU6 ReLU6 is a modification of the rectified linear unit where we limit the activation to a maximum size of $6$. This is due to increased…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Hard Swish Hard Swish is a type of activation function based on Swish, but replaces the computationally expensive sigmoid with a piecewise…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Hybrid SD: Edge-Cloud Collaborative Inference for Stable Diffusion Models

2024-08-13 · Chenqian Yan, Songwei Liu, Hongjian Liu, Xurui Peng 외

Stable Diffusion Models (SDMs) have shown remarkable proficiency in image synthesis. However, their broad application is impeded by their large model sizes and intensive computational requirements, which typically requir…

Collaborative InferenceDiversityImage Generation

Conditionally Deep Hybrid Neural Networks Across Edge and Cloud

2020-05-21 · Yinghan Long, Indranil Chakraborty, Kaushik Roy

The pervasiveness of "Internet-of-Things" in our daily life has led to a recent surge in fog computing, encompassing a collaboration of cloud computing and edge intelligence. To that effect, deep learning has been a majo…

ClassificationCloud ComputingEarly ClassificationGeneral Classification+3

EC-Diff: Fast and High-Quality Edge-Cloud Collaborative Inference for Diffusion Models

2025-07-16 · Jiajian Xie, Shengyu Zhang, Zhou Zhao, Fan Wu 외 arxiv

Diffusion Models have shown remarkable proficiency in image and video synthesis. As model size and latency increase limit user experience, hybrid edge-cloud collaborative framework was recently proposed to realize fast i…

Noise Estimation

An Edge-Cloud Integrated Framework for Flexible and Dynamic Stream Analytics

2022-05-10 · Xin Wang, Azim Khan, Jianwu Wang, Aryya Gangopadhyay 외

With the popularity of Internet of Things (IoT), edge computing and cloud computing, more and more stream analytics applications are being developed including real-time trend prediction and object detection on top of IoT…

Cloud ComputingEdge-computingobject-detectionObject Detection+1

Efficient Edge Inference by Selective Query

2023-05-01 · International Conference on Learning Representations 2023 5 · Anil Kag, Igor Fedorov, Aditya Gangrade, Paul Whatmough 외

Edge devices provide inference on predictive tasks to many end-users. However, deploying deep neural networks that achieve state-of-the-art accuracy on these devices is infeasible due to edge resource constraints. Nevert…