paper-with-me

Papers

Adaptive Stochastic ADMM for Decentralized Reinforcement Learning in Edge Industrial IoT

2021-06-30 · Wanlu Lei, Yu Ye, Ming Xiao, Mikael Skoglund, Zhu Han

Edge computing provides a promising paradigm to support the implementation of Industrial Internet of Things (IIoT) by offloading tasks to nearby edge nodes. Meanwhile, the increasing network size makes it impractical for centralized data processing due to limited bandwidth, and consequently a decentralized learning scheme is preferable. Reinforcement learning (RL) has been widely investigated and shown to be a promising solution for decision-making and optimal control processes. For RL in a decentralized setup, edge nodes (agents) connected through a communication network aim to work collaboratively to find a policy to optimize the global reward as the sum of local rewards. However, communication costs, scalability and adaptation in complex environments with heterogeneous agents may significantly limit the performance of decentralized RL. Alternating direction method of multipliers (ADMM) has a structure that allows for decentralized implementation, and has shown faster convergence than gradient descent based methods. Therefore, we propose an adaptive stochastic incremental ADMM (asI-ADMM) algorithm and apply the asI-ADMM to decentralized RL with edge-computing-empowered IIoT networks. We provide convergence properties for proposed algorithms by designing a Lyapunov function and prove that the asI-ADMM has $O(\frac{1}{k}) +O(\frac{1}{M})$ convergence rate where $k$ and $ M$ are the number of iterations and batch samples, respectively. Then, we test our algorithm with two supervised learning problems. For performance evaluation, we simulate two applications in decentralized RL settings with homogeneous and heterogeneous agents. The experiment results show that our proposed algorithms outperform the state of the art in terms of communication costs and scalability, and can well adapt to complex IoT environments.

📄 PDF Abstract BibTeX arXiv:2107.00481

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingEdge-computingreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

Q-GADMM: Quantized Group ADMM for Communication Efficient Decentralized Machine Learning

2019-10-23 · Anis Elgabli, Jihong Park, Amrit S. Bedi, Chaouki Ben Issaid 외

In this article, we propose a communication-efficient decentralized machine learning (ML) algorithm, coined quantized group ADMM (Q-GADMM). To reduce the number of communication links, every worker in Q-GADMM communicate…

BIG-bench Machine Learningimage-classificationImage ClassificationQuantization

Coded Stochastic ADMM for Decentralized Consensus Optimization with Edge Computing

2020-10-02 · Hao Chen, Yu Ye, Ming Xiao, Mikael Skoglund 외

Big data, including applications with high security requirements, are often collected and stored on multiple heterogeneous devices, such as mobile devices, drones and vehicles. Due to the limitations of communication cos…

Edge-computing

Flexible MPC-based Conflict Resolution Using Online Adaptive ADMM

2021-03-25 · Jerry An, Giulia Giordano, Changliu Liu

Decentralized conflict resolution for autonomous vehicles is needed in many places where a centralized method is not feasible, e.g., parking lots, rural roads, merge lanes, etc. However, existing methods generally do not…

Autonomous VehiclesModel Predictive ControlMotion Planning

L-FGADMM: Layer-Wise Federated Group ADMM for Communication Efficient Decentralized Deep Learning

2019-11-09 · Anis Elgabli, Jihong Park, Sabbir Ahmed, Mehdi Bennis

This article proposes a communication-efficient decentralized deep learning algorithm, coined layer-wise federated group ADMM (L-FGADMM). To minimize an empirical risk, every worker in L-FGADMM periodically communicates …

Federated Learning

Decentralized Safe Multi-agent Stochastic Optimal Control using Deep FBSDEs and ADMM

2022-02-22 · Marcus A. Pereira, Augustinos D. Saravanos, Oswin So, Evangelos A. Theodorou

In this work, we propose a novel safe and scalable decentralized solution for multi-agent control in the presence of stochastic disturbances. Safety is mathematically encoded using stochastic control barrier functions an…

Collision Avoidance