paper-with-me

홈 › Papers

Forget to Generalize: Iterative Adaptation for Generalization in Federated Learning

2026-02-04 · Abdulrahman Alotaibi, Irene Tenison, Miriam Kim, Isaac Lee, Lalana Kagal arxiv

The Web is naturally heterogeneous with user devices, geographic regions, browsing patterns, and contexts all leading to highly diverse, unique datasets. Federated Learning (FL) is an important paradigm for the Web because it enables privacy-preserving, collaborative machine learning across diverse user devices, web services and clients without needing to centralize sensitive data. However, its performance degrades severely under non-IID client distributions that is prevalent in real-world web systems. In this work, we propose a new training paradigm - Iterative Federated Adaptation (IFA) - that enhances generalization in heterogeneous federated settings through generation-wise forget and evolve strategy. Specifically, we divide training into multiple generations and, at the end of each, select a fraction of model parameters (a) randomly or (b) from the later layers of the model and reinitialize them. This iterative forget and evolve schedule allows the model to escape local minima and preserve globally relevant representations. Extensive experiments on CIFAR-10, MIT-Indoors, and Stanford Dogs datasets show that the proposed approach improves global accuracy, especially when the data cross clients are Non-IID. This method can be implemented on top any federated algorithm to improve its generalization performance. We observe an average of 21.5%improvement across datasets. This work advances the vision of scalable, privacy-preserving intelligence for real-world heterogeneous and distributed web systems.

📄 PDF Abstract BibTeX arXiv:2602.04536

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Towards Personalized Federated Learning via Comprehensive Knowledge Distillation

2024-11-06 · Pengju Wang, Bochao Liu, Weijia Guo, Yong Li 외

Federated learning is a distributed machine learning paradigm designed to protect data privacy. However, data heterogeneity across various clients results in catastrophic forgetting, where the model rapidly forgets previ…

Federated LearningKnowledge DistillationPersonalized Federated Learning

Anti-Forgetting Adaptation for Unsupervised Person Re-identification

2024-11-22 · Hao Chen, Francois Bremond, Nicu Sebe, Shiliang Zhang

Regular unsupervised domain adaptive person re-identification (ReID) focuses on adapting a model from a source domain to a fixed target domain. However, an adapted ReID model can hardly retain previously-acquired knowled…

Domain Adaptive Person Re-IdentificationPerson Re-IdentificationUnsupervised Person Re-Identification

Harmonizing Generalization and Personalization in Federated Prompt Learning

2024-05-16 · Tianyu Cui, Hongxia Li, Jingya Wang, Ye Shi

Federated Prompt Learning (FPL) incorporates large pre-trained Vision-Language models (VLM) into federated learning through prompt tuning. The transferable representations and remarkable generalization capacity of VLM ma…

Federated LearningPrompt Learning

pMixFed: Efficient Personalized Federated Learning through Adaptive Layer-Wise Mixup

2025-01-19 · Yasaman Saadati, Mohammad Rostami, M. Hadi Amini

Traditional Federated Learning (FL) methods encounter significant challenges when dealing with heterogeneous data and providing personalized solutions for non-IID scenarios. Personalized Federated Learning (PFL) approach…

Federated LearningPersonalized Federated Learning

Mitigating Catastrophic Forgetting with Adaptive Transformer Block Expansion in Federated Fine-Tuning

2025-06-06 · Yujia Huo, Jianchun Liu, Hongli Xu, Zhenguo Ma 외

Federated fine-tuning (FedFT) of large language models (LLMs) has emerged as a promising solution for adapting models to distributed data environments while ensuring data privacy. Existing FedFT methods predominantly uti…

parameter-efficient fine-tuning