paper-with-me

Papers

On the Local Cache Update Rules in Streaming Federated Learning

2023-03-28 · Heqiang Wang, Jieming Bian, Jie Xu

In this study, we address the emerging field of Streaming Federated Learning (SFL) and propose local cache update rules to manage dynamic data distributions and limited cache capacity. Traditional federated learning relies on fixed data sets, whereas in SFL, data is streamed, and its distribution changes over time, leading to discrepancies between the local training dataset and long-term distribution. To mitigate this problem, we propose three local cache update rules - First-In-First-Out (FIFO), Static Ratio Selective Replacement (SRSR), and Dynamic Ratio Selective Replacement (DRSR) - that update the local cache of each client while considering the limited cache capacity. Furthermore, we derive a convergence bound for our proposed SFL algorithm as a function of the distribution discrepancy between the long-term data distribution and the client's local training dataset. We then evaluate our proposed algorithm on two datasets: a network traffic classification dataset and an image classification dataset. Our experimental results demonstrate that our proposed local cache update rules significantly reduce the distribution discrepancy and outperform the baseline methods. Our study advances the field of SFL and provides practical cache management solutions in federated learning.

📄 PDF Abstract BibTeX arXiv:2303.16340

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningimage-classificationImage ClassificationManagementTraffic Classification

Similar Papers 제목 키워드 기반

Communication-Efficient Online Federated Learning Framework for Nonlinear Regression

2021-10-13 · Vinay Chakravarthi Gogineni, Stefan Werner, Yih-Fang Huang, Anthony Kuh

Federated learning (FL) literature typically assumes that each client has a fixed amount of data, which is unrealistic in many practical applications. Some recent works introduced a framework for online FL (Online-Fed) w…

Federated Learningregression

Federated Fuzzy Neural Network with Evolutionary Rule Learning

2022-10-26 · Leijie Zhang, Ye Shi, Yu-Cheng Chang, Chin-Teng Lin

Distributed fuzzy neural networks (DFNNs) have attracted increasing attention recently due to their learning abilities in handling data uncertainties in distributed scenarios. However, it is challenging for DFNNs to hand…

Graph Federated Learning Based Proactive Content Caching in Edge Computing

2025-02-07 · Rui Wang

With the rapid growth of mobile data traffic and the increasing prevalence of video streaming, proactive content caching in edge computing has become crucial for reducing latency and alleviating network congestion. Howev…

Edge-computingFederated Learning

LR-XFL: Logical Reasoning-based Explainable Federated Learning

2023-08-24 · Yanci Zhang, Han Yu

Federated learning (FL) is an emerging approach for training machine learning models collaboratively while preserving data privacy. The need for privacy protection makes it difficult for FL models to achieve global trans…

Federated LearningLogical Reasoning

Attend Locally, Remember Linearly: Linear Attention as Cross-Frame Memory for Autoregressive Video Diffusion

2026-05-15 · Kunyang Li, Mubarak Shah, Yuzhang Shang arxiv

Autoregressive (AR) video diffusion is a powerful paradigm for streaming and interactive video generation. However, its reliance on softmax self-attention leads to quadratic compute complexity in sequence length and memo…

Video Generation