paper-with-me

Papers

Federated Learning Framework via Distributed Mutual Learning

2025-03-03 · Yash Gupta

Federated Learning often relies on sharing full or partial model weights, which can burden network bandwidth and raise privacy risks. We present a loss-based alternative using distributed mutual learning. Instead of transmitting weights, clients periodically share their loss predictions on a public test set. Each client then refines its model by combining its local loss with the average Kullback-Leibler divergence over losses from other clients. This collaborative approach both reduces transmission overhead and preserves data privacy. Experiments on a face mask detection task demonstrate that our method outperforms weight-sharing baselines, achieving higher accuracy on unseen data while providing stronger generalization and privacy benefits.

📄 PDF Abstract BibTeX arXiv:2503.05803

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

DFML: Decentralized Federated Mutual Learning

2024-02-02 · Yasser H. Khalil, Amir H. Estiri, Mahdi Beitollahi, Nader Asadi 외

In the realm of real-world devices, centralized servers in Federated Learning (FL) present challenges including communication bottlenecks and susceptibility to a single point of failure. Additionally, contemporary device…

Federated Learning

Exact Support Recovery in Federated Regression with One-shot Communication

2020-06-22 · Adarsh Barik, Jean Honorio

Federated learning provides a framework to address the challenges of distributed computing, data ownership and privacy over a large number of distributed clients with low computational and communication capabilities. In …

Distributed ComputingFederated LearningModel Poisoningregression

FederatedFactory: Generative One-Shot Learning for Extremely Non-IID Distributed Scenarios

2026-03-17 · Andrea Moleri, Christian Internò, Ali Raza, Markus Olhofer 외 arxiv

Federated Learning (FL) enables distributed optimization without compromising data sovereignty. Yet, where local label distributions are mutually exclusive, standard weight aggregation fails due to conflicting optimizati…

Distributed OptimizationFederated LearningOne-Shot Learning

FedCiR: Client-Invariant Representation Learning for Federated Non-IID Features

2023-08-30 · Zijian Li, Zehong Lin, Jiawei Shao, Yuyi Mao 외

Federated learning (FL) is a distributed learning paradigm that maximizes the potential of data-driven models for edge devices without sharing their raw data. However, devices often have non-independent and identically d…

Federated LearningRepresentation Learning

Towards Fair and Privacy-Preserving Federated Deep Models

2019-06-04 · Lingjuan Lyu, Jiangshan Yu, Karthik Nandakumar, Yitong Li 외

The current standalone deep learning framework tends to result in overfitting and low utility. This problem can be addressed by either a centralized framework that deploys a central server to train a global model on the …

BenchmarkingDeep LearningFairnessFederated Learning+2