paper-with-me

Papers

Failure-Resilient Distributed Inference with Model Compression over Heterogeneous Edge Devices

2024-06-20 · Li Wang, Liang Li, Lianming Xu, Xian Peng, Aiguo Fei

The distributed inference paradigm enables the computation workload to be distributed across multiple devices, facilitating the implementations of deep learning based intelligent services on extremely resource-constrained Internet of Things (IoT) scenarios. Yet it raises great challenges to perform complicated inference tasks relying on a cluster of IoT devices that are heterogeneous in their computing/communication capacity and prone to crash or timeout failures. In this paper, we present RoCoIn, a robust cooperative inference mechanism for locally distributed execution of deep neural network-based inference tasks over heterogeneous edge devices. It creates a set of independent and compact student models that are learned from a large model using knowledge distillation for distributed deployment. In particular, the devices are strategically grouped to redundantly deploy and execute the same student model such that the inference process is resilient to any local failures, while a joint knowledge partition and student model assignment scheme are designed to minimize the response latency of the distributed inference system in the presence of devices with diverse capacities. Extensive simulations are conducted to corroborate the superior performance of our RoCoIn for distributed inference compared to several baselines, and the results demonstrate its efficacy in timely inference and failure resiliency.

📄 PDF Abstract BibTeX arXiv:2406.14185

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel Compression

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Guardians of the Deep Fog: Failure-Resilient DNN Inference from Edge to Cloud

2019-09-03 · Ashkan Yousefpour, Siddartha Devic, Brian Q. Nguyen, Aboudy Kreidieh 외

Partitioning and distributing deep neural networks (DNNs) over physical nodes such as edge, fog, or cloud nodes, could enhance sensor fusion, and reduce bandwidth and inference latency. However, when a DNN is distributed…

Distributed ComputingSensor Fusion

ResiliNet: Failure-Resilient Inference in Distributed Neural Networks

2020-02-18 · Ashkan Yousefpour, Brian Q. Nguyen, Siddartha Devic, Guanhua Wang 외

Federated Learning aims to train distributed deep models without sharing the raw data with the centralized server. Similarly, in distributed inference of neural networks, by partitioning the network and distributing it a…

Federated Learning

SlimEdge: Performance and Device Aware Distributed DNN Deployment on Resource-Constrained Edge Hardware

2025-12-11 · Mahadev Sunil Kumar, Arnab Raha, Debayan Das, Gopakumar G 외 arxiv

Distributed deep neural networks (DNNs) have become central to modern computer vision, yet their deployment on resource-constrained edge devices remains hindered by substantial parameter counts, computational demands, an…

3D Object Recognition

ByRDiE: Byzantine-resilient distributed coordinate descent for decentralized learning

2017-08-28 · Zhixiong Yang, Waheed U. Bajwa

Distributed machine learning algorithms enable learning of models from datasets that are distributed over a network without gathering the data at a centralized location. While efficient distributed algorithms have been d…

On the Design of Resilient Distributed Single Time-Scale Estimators: A Graph-Theoretic Approach

2025-05-03 · Mohammadreza Doostmohammadian, Mohammad Pirani

Distributed estimation in interconnected systems has gained increasing attention due to its relevance in diverse applications such as sensor networks, autonomous vehicles, and cloud computing. In real practice, the senso…

Autonomous VehiclesCloud Computing