paper-with-me

Papers

FedFormer: Contextual Federation with Attention in Reinforcement Learning

2022-05-27 · Liam Hebert, Lukasz Golab, Pascal Poupart, Robin Cohen

A core issue in multi-agent federated reinforcement learning is defining how to aggregate insights from multiple agents. This is commonly done by taking the average of each participating agent's model weights into one common model (FedAvg). We instead propose FedFormer, a novel federation strategy that utilizes Transformer Attention to contextually aggregate embeddings from models originating from different learner agents. In so doing, we attentively weigh the contributions of other agents with respect to the current agent's environment and learned relationships, thus providing a more effective and efficient federation. We evaluate our methods on the Meta-World environment and find that our approach yields significant improvements over FedAvg and non-federated Soft Actor-Critic single-agent methods. Our results compared to Soft Actor-Critic show that FedFormer achieves higher episodic return while still abiding by the privacy constraints of federated learning. Finally, we also demonstrate improvements in effectiveness with increased agent pools across all methods in certain tasks. This is contrasted by FedAvg, which fails to make noticeable improvements when scaled.

📄 PDF Abstract BibTeX arXiv:2205.13697

Code (1)

liamhebert/FedFormer 공식 구현 pytorch

Tasks

Federated Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

FEDformer: Frequency Enhanced Decomposed Transformer for Long-term Series Forecasting

2022-01-30 · Tian Zhou, Ziqing Ma, Qingsong Wen, Xue Wang 외

Although Transformer-based methods have significantly improved state-of-the-art results for long-term series forecasting, they are not only computationally expensive but more importantly, are unable to capture the global…

Time SeriesTime Series Analysis

TwinFormer: A Dual-Level Transformer for Long-Sequence Time-Series Forecasting

2025-12-13 · Mahima Kumavat, Aditya Maheshwari arxiv

TwinFormer is a hierarchical Transformer for long-sequence time-series forecasting. It divides the input into non-overlapping temporal patches and processes them in two stages: (1) a Local Informer with top-$k$ Sparse At…

A FEDformer-Based Hybrid Framework for Anomaly Detection and Risk Forecasting in Financial Time Series

2025-11-17 · Ziling Fan, Ruijia Liang, Yiwen Hu arxiv

Financial markets are inherently volatile and prone to sudden disruptions such as market crashes, flash collapses, and liquidity crises. Accurate anomaly detection and early risk forecasting in financial time series are …

Anomaly Detection

MetaFed: Federated Learning among Federations with Cyclic Knowledge Distillation for Personalized Healthcare

2022-06-17 · Yiqiang Chen, Wang Lu, Xin Qin, Jindong Wang 외

Federated learning has attracted increasing attention to building models without accessing the raw user data, especially in healthcare. In real applications, different federations can seldom work together due to possible…

Federated LearningKnowledge Distillation

Investigating Wheat Price with a Multi-Agent Model

2018-07-27

In this paper, we build a computational model for the analysis of international wheat spot price formation, its dynamics and the dynamics of internationally exchanged quantities. The model has been calibrated using FAOST…

model