paper-with-me

홈 › Papers

Learn How to Query from Unlabeled Data Streams in Federated Learning

2024-12-11 · Yuchang Sun, Xinran Li, Tao Lin, Jun Zhang

Federated learning (FL) enables collaborative learning among decentralized clients while safeguarding the privacy of their local data. Existing studies on FL typically assume offline labeled data available at each client when the training starts. Nevertheless, the training data in practice often arrive at clients in a streaming fashion without ground-truth labels. Given the expensive annotation cost, it is critical to identify a subset of informative samples for labeling on clients. However, selecting samples locally while accommodating the global training objective presents a challenge unique to FL. In this work, we tackle this conundrum by framing the data querying process in FL as a collaborative decentralized decision-making problem and proposing an effective solution named LeaDQ, which leverages multi-agent reinforcement learning algorithms. In particular, under the implicit guidance from global information, LeaDQ effectively learns the local policies for distributed clients and steers them towards selecting samples that can enhance the global model's accuracy. Extensive simulations on image and text tasks show that LeaDQ advances the model performance in various FL scenarios, outperforming the benchmarking algorithms.

📄 PDF Abstract BibTeX arXiv:2412.08138

Code (1)

hiyuchang/leadq 공식 구현 pytorch

Tasks

BenchmarkingDecision MakingFederated LearningMulti-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Self-supervised On-device Federated Learning from Unlabeled Streams

2022-12-02 · Jiahe Shi, Yawen Wu, Dewen Zeng, Jun Tao 외

The ubiquity of edge devices has led to a growing amount of unlabeled data produced at the edge. Deep learning models deployed on edge devices are required to learn from these unlabeled data to continuously improve accur…

Contrastive LearningFederated LearningRepresentation Learning

Re-thinking Federated Active Learning based on Inter-class Diversity

2023-03-22 · CVPR 2023 1 · Sangmook Kim, Sangmin Bae, Hwanjun Song, Se-Young Yun

Although federated learning has made awe-inspiring advances, most studies have assumed that the client's data are fully labeled. However, in a real-world scenario, every client may have a significant amount of unlabeled …

Active LearningDiversityFederated Learning

Federated Learning for Data Streams

2023-01-04 · Othmane Marfoq, Giovanni Neglia, Laetitia Kameni, Richard Vidal

Federated learning (FL) is an effective solution to train machine learning models on the increasing amount of data generated by IoT devices and smartphones while keeping such data localized. Most previous work on federat…

Federated Learning

PromptGate Client Adaptive Vision Language Gating for Open Set Federated Active Learning

2026-03-07 · Adea Nesturi, David Dueñas Gaviria, Jiajun Zeng, Shadi Albarqouni arxiv

Deploying medical AI across resource-constrained institutions demands data-efficient learning pipelines that respect patient privacy. Federated Learning (FL) enables collaborative medical AI without centralising data, ye…

Federated LearningActive Learning

Federated Anomaly Detection over Distributed Data Streams

2022-05-16 · Paula Raissa Silva, João Vinagre, João Gama

Sharing of telecommunication network data, for example, even at high aggregation levels, is nowadays highly restricted due to privacy legislation and regulations and other important ethical concerns. It leads to scatteri…

Anomaly DetectionFederated Learning