paper-with-me

Papers

Utilizing Free Clients in Federated Learning for Focused Model Enhancement

2023-10-06 · Aditya Narayan Ravi, Ilan Shomorony

Federated Learning (FL) is a distributed machine learning approach to learn models on decentralized heterogeneous data, without the need for clients to share their data. Many existing FL approaches assume that all clients have equal importance and construct a global objective based on all clients. We consider a version of FL we call Prioritized FL, where the goal is to learn a weighted mean objective of a subset of clients, designated as priority clients. An important question arises: How do we choose and incentivize well aligned non priority clients to participate in the federation, while discarding misaligned clients? We present FedALIGN (Federated Adaptive Learning with Inclusion of Global Needs) to address this challenge. The algorithm employs a matching strategy that chooses non priority clients based on how similar the models loss is on their data compared to the global data, thereby ensuring the use of non priority client gradients only when it is beneficial for priority clients. This approach ensures mutual benefits as non priority clients are motivated to join when the model performs satisfactorily on their data, and priority clients can utilize their updates and computational resources when their goals align. We present a convergence analysis that quantifies the trade off between client selection and speed of convergence. Our algorithm shows faster convergence and higher test accuracy than baselines for various synthetic and benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2310.04515

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
NON 설명 없음

Similar Papers 제목 키워드 기반

FedMKT: Federated Mutual Knowledge Transfer for Large and Small Language Models

2024-06-04 · Tao Fan, Guoqiang Ma, Yan Kang, Hanlin Gu 외

Recent research in federated large language models (LLMs) has primarily focused on enabling clients to fine-tune their locally deployed homogeneous LLMs collaboratively or on transferring knowledge from server-based LLMs…

Text GenerationTransfer Learning

FedCoLLM: A Parameter-Efficient Federated Co-tuning Framework for Large and Small Language Models

2024-11-18 · Tao Fan, Yan Kang, Guoqiang Ma, Lixin Fan 외

By adapting Large Language Models (LLMs) to domain-specific tasks or enriching them with domain-specific knowledge, we can fully harness the capabilities of LLMs. Nonetheless, a gap persists in achieving simultaneous mut…

Text Generation

Rethinking the Backbone in Class Imbalanced Federated Source Free Domain Adaptation: The Utility of Vision Foundation Models

2025-09-10 · Kosuke Kihara, Junki Mori, Taiki Miyagawa, Akinori F. Ebihara arxiv

Federated Learning (FL) offers a framework for training models collaboratively while preserving data privacy of each client. Recently, research has focused on Federated Source-Free Domain Adaptation (FFREEDA), a more rea…

Source-Free Domain AdaptationFederated Learning

DCFL: Non-IID awareness Data Condensation aided Federated Learning

2023-12-21 · Shaohan Sha, YaFeng Sun

Federated learning is a decentralized learning paradigm wherein a central server trains a global model iteratively by utilizing clients who possess a certain amount of private datasets. The challenge lies in the fact tha…

Dataset CondensationFederated Learning

An Aggregation-Free Federated Learning for Tackling Data Heterogeneity

2024-04-29 · CVPR 2024 1 · YuAn Wang, Huazhu Fu, Renuga Kanagavelu, Qingsong Wei 외

The performance of Federated Learning (FL) hinges on the effectiveness of utilizing knowledge from distributed datasets. Traditional FL methods adopt an aggregate-then-adapt framework, where clients update local models b…

Federated Learning