LGMLFeb 18, 2020

ResiliNet: Failure-Resilient Inference in Distributed Neural Networks

arXiv:2002.07386v42 citations
AI Analysis

This addresses the issue of inference reliability in distributed neural networks for applications requiring robust deployment, though it is incremental by building on existing resiliency concepts.

The paper tackles the problem of performance drop in distributed neural network inference due to physical node failures by introducing ResiliNet, which combines skip hyperconnections and a novel failout technique to improve resiliency, achieving significant performance gains across three datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes