paper-with-me

Papers

ResiliNet: Failure-Resilient Inference in Distributed Neural Networks

2020-02-18 · Ashkan Yousefpour, Brian Q. Nguyen, Siddartha Devic, Guanhua Wang, Aboudy Kreidieh, Hans Lobel, Alexandre M. Bayen, Jason P. Jue

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 across several physical nodes, activations and gradients are exchanged between physical nodes, rather than raw data. Nevertheless, when a neural network is partitioned and distributed among physical nodes, failure of physical nodes causes the failure of the neural units that are placed on those nodes, which results in a significant performance drop. Current approaches focus on resiliency of training in distributed neural networks. However, resiliency of inference in distributed neural networks is less explored. We introduce ResiliNet, a scheme for making inference in distributed neural networks resilient to physical node failures. ResiliNet combines two concepts to provide resiliency: skip hyperconnection, a concept for skipping nodes in distributed neural networks similar to skip connection in resnets, and a novel technique called failout, which is introduced in this paper. Failout simulates physical node failure conditions during training using dropout, and is specifically designed to improve the resiliency of distributed neural networks. The results of the experiments and ablation studies using three datasets confirm the ability of ResiliNet to provide inference resiliency for distributed neural networks.

📄 PDF Abstract BibTeX arXiv:2002.07386

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

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

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

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

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-constraine…

Knowledge DistillationModel Compression

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

Resilient by Design -- Active Inference for Distributed Continuum Intelligence

2025-11-10 · Praveen Kumar Donta, Alfreds Lapkovskis, Enzo Mingozzi, Schahram Dustdar arxiv

Failures are the norm in highly complex and heterogeneous devices spanning the distributed computing continuum (DCC), from resource-constrained IoT and edge nodes to high-performance computing systems. Ensuring reliabili…