[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Federated Learning: A Survey on Privacy-Preserving Collaborative Intelligence

Created by
  • Haebom

Author

Nusrat Jahan, Ratun Rahman, Michel Wang

Outline

This paper provides a comprehensive overview of Federated Learning (FL), which has emerged as an innovative paradigm in the field of distributed machine learning. Federated learning enables multiple clients, such as mobile devices, edge nodes, or organizations, to collaboratively learn a shared global model without the need to centralize sensitive data. This decentralized approach is particularly attractive in areas such as healthcare, finance, and smart IoT systems, as it addresses growing concerns about data privacy, security, and compliance. Starting from the core architecture and communication protocols of Federated Learning, we discuss key technical challenges such as the standard FL lifecycle (including local learning, model aggregation, and global updates), handling non-IID (non-independent and non-identically distributed) data, mitigating system and hardware heterogeneity, reducing communication overhead, and ensuring privacy through mechanisms such as differential privacy and secure aggregation. We also investigate emerging trends in FL research, including personalized FL, cross-device versus cross-real-time settings, integration with other paradigms such as reinforcement learning and quantum computing, summarize benchmark datasets and evaluation metrics commonly used in real-world applications and FL research, and suggest open research issues and future directions for developing scalable, efficient, and reliable FL systems.

Takeaways, Limitations

Takeaways:
Provides a comprehensive understanding of the core concepts, architecture, and key technical challenges of federated learning.
It presents solutions to important issues such as handling non-IID data, reducing communication overhead, and ensuring privacy.
We present cutting-edge research trends such as personalized federated learning, cross-device/cross-real-time federated learning, etc.
We contribute to research activation by presenting real-world application cases, benchmark datasets, and evaluation indicators.
To promote the advancement of the field of federated learning by suggesting future research directions.
Limitations:
This paper provides a broad overview of federated learning, but is limited in its in-depth analysis of specific technical details or algorithms.
It can be difficult to cover all the latest research trends in the rapidly developing field of federated learning.
It may not fully reflect the diversity of actual application cases.
👍