paper-with-me

Papers

Federated Multimodal Learning with Dual Adapters and Selective Pruning for Communication and Computational Efficiency

2025-03-10 · Duy Phuong Nguyen, J. Pablo Munoz, Tanya Roosta, Ali Jannesari

Federated Learning (FL) enables collaborative learning across distributed clients while preserving data privacy. However, FL faces significant challenges when dealing with heterogeneous data distributions, which can lead to suboptimal global models that fail to generalize across diverse clients. In this work, we propose a novel framework designed to tackle these challenges by introducing a dual-adapter approach. The method utilizes a larger local adapter for client-specific personalization and a smaller global adapter to facilitate efficient knowledge sharing across clients. Additionally, we incorporate a pruning mechanism to reduce communication overhead by selectively removing less impactful parameters from the local adapter. Through extensive experiments on a range of vision and language tasks, our method demonstrates superior performance compared to existing approaches. It achieves higher test accuracy, lower performance variance among clients, and improved worst-case performance, all while significantly reducing communication and computation costs. Overall, the proposed method addresses the critical trade-off between model personalization and generalization, offering a scalable solution for real-world FL applications.

📄 PDF Abstract BibTeX arXiv:2503.07552

Code (1)

dphuongn/FedDLP 공식 구현 pytorch

Tasks

Computational EfficiencyFederated Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Skewness-Guided Pruning of Multimodal Swin Transformers for Federated Skin Lesion Classification on Edge Devices

2025-12-09 · Kuniko Paxton, Koorosh Aslansefat, Dhavalkumar Thakker, Yiannis Papadopoulos arxiv

In recent years, high-performance computer vision models have achieved remarkable success in medical imaging, with some skin lesion classification systems even surpassing dermatology specialists in diagnostic accuracy. H…

Skin Lesion ClassificationFederated LearningModel Compression

FedMosaic: Federated Retrieval-Augmented Generation via Parametric Adapters

2026-02-05 · Zhilin Liang, Yuxiang Wang, Zimu Zhou, Hainan Zhang 외 arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models (LLMs) by grounding generation in external knowledge to improve factuality and reduce hallucinations. Yet most deployments assume a centralized corpus, …

Look Back for More: Harnessing Historical Sequential Updates for Personalized Federated Adapter Tuning

2025-01-03 · Danni Peng, YuAn Wang, Huazhu Fu, Jinpeng Jiang 외

Personalized federated learning (PFL) studies effective model personalization to address the data heterogeneity issue among clients in traditional federated learning (FL). Existing PFL approaches mainly generate personal…

Federated LearningPersonalized Federated Learning

SecureGate: Learning When to Reveal PII Safely via Token-Gated Dual-Adapters for Federated LLMs

2026-02-13 · Mohamed Shaaban, Mohamed Elmahallawy arxiv

Federated learning (FL) enables collaborative training across organizational silos without sharing raw data, making it attractive for privacy-sensitive applications. With the rapid adoption of large language models (LLMs…

Federated Learning

Unlearning through Knowledge Overwriting: Reversible Federated Unlearning via Selective Sparse Adapter

2025-01-01 · CVPR 2025 1 · Zhengyi Zhong, Weidong Bao, Ji Wang, Shuai Zhang 외

Federated Learning is a promising paradigm for privacy-preserving collaborative model training. In practice, it is essential not only to continuously train the model to acquire new knowledge but also to guarantee old…

Federated LearningPrivacy Preserving