paper-with-me

Papers

FedSKD: Aggregation-free Model-heterogeneous Federated Learning using Multi-dimensional Similarity Knowledge Distillation

2025-03-23 · Ziqiao Weng, Weidong Cai, Bo Zhou

Federated learning (FL) enables privacy-preserving collaborative model training without direct data sharing. Model-heterogeneous FL (MHFL) extends this paradigm by allowing clients to train personalized models with heterogeneous architectures tailored to their computational resources and application-specific needs. However, existing MHFL methods predominantly rely on centralized aggregation, which introduces scalability and efficiency bottlenecks, or impose restrictions requiring partially identical model architectures across clients. While peer-to-peer (P2P) FL removes server dependence, it suffers from model drift and knowledge dilution, limiting its effectiveness in heterogeneous settings. To address these challenges, we propose FedSKD, a novel MHFL framework that facilitates direct knowledge exchange through round-robin model circulation, eliminating the need for centralized aggregation while allowing fully heterogeneous model architectures across clients. FedSKD's key innovation lies in multi-dimensional similarity knowledge distillation, which enables bidirectional cross-client knowledge transfer at batch, pixel/voxel, and region levels for heterogeneous models in FL. This approach mitigates catastrophic forgetting and model drift through progressive reinforcement and distribution alignment while preserving model heterogeneity. Extensive evaluations on fMRI-based autism spectrum disorder diagnosis and skin lesion classification demonstrate that FedSKD outperforms state-of-the-art heterogeneous and homogeneous FL baselines, achieving superior personalization (client-specific accuracy) and generalization (cross-institutional adaptability). These findings underscore FedSKD's potential as a scalable and robust solution for real-world medical federated learning applications.

📄 PDF Abstract BibTeX arXiv:2503.18981

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningKnowledge DistillationLesion ClassificationPrivacy PreservingSkin Lesion ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

FLoRA: Federated Fine-Tuning Large Language Models with Heterogeneous Low-Rank Adaptations

2024-09-09 · Ziyao Wang, Zheyu Shen, Yexiao He, Guoheng Sun 외

The rapid development of Large Language Models (LLMs) has been pivotal in advancing AI, with pre-trained LLMs being adaptable to diverse downstream tasks through fine-tuning. Federated learning (FL) further enhances fine…

Federated LearningPrivacy Preserving

HAFLQ: Heterogeneous Adaptive Federated LoRA Fine-tuned LLM with Quantization

2024-11-10 · Yang Su, Na Yan, Yansha Deng, Mischa Dohler 외

Federated fine-tuning of pre-trained Large Language Models (LLMs) enables task-specific adaptation across diverse datasets while preserving privacy. However, challenges such as high computational and memory demands, hete…

Quantizationtext-classificationText Classification

CRAFT: Conflict-Resolved Aggregation for Federated Training

2026-05-20 · Ziqi Wang, Qiang Liu, Nils Thuerey arxiv

The aggregation of conflicting client updates remains a fundamental bottleneck in federated learning (FL) under heterogeneous data distributions. Naive averaging can produce a global update that improves the global objec…

Federated Learning

Federated Learning from Heterogeneous Data via Controlled Bayesian Air Aggregation

2023-03-30 · Tomer Gafni, Kobi Cohen, Yonina C. Eldar

Federated learning (FL) is an emerging machine learning paradigm for training models across multiple edge devices holding local data sets, without explicitly exchanging the data. Recently, over-the-air (OTA) FL has been …

Federated Learning

FedMOA: Federated GRPO for Personalized Reasoning LLMs under Heterogeneous Rewards

2026-01-31 · Ziyao Wang, Daeun Jung, Yexiao He, Guoheng Sun 외 arxiv

Group Relative Policy Optimization (GRPO) has recently emerged as an effective approach for improving the reasoning capabilities of large language models through online multi-objective reinforcement learning. While perso…

Reinforcement LearningMathematical ReasoningFederated LearningCode Generation