paper-with-me

Papers

FediOS: Decoupling Orthogonal Subspaces for Personalization in Feature-skew Federated Learning

2023-11-30 · Lingzhi Gao, Zexi Li, Yang Lu, Chao Wu

Personalized federated learning (pFL) enables collaborative training among multiple clients to enhance the capability of customized local models. In pFL, clients may have heterogeneous (also known as non-IID) data, which poses a key challenge in how to decouple the data knowledge into generic knowledge for global sharing and personalized knowledge for preserving local personalization. A typical way of pFL focuses on label distribution skew, and they adopt a decoupling scheme where the model is split into a common feature extractor and two prediction heads (generic and personalized). However, such a decoupling scheme cannot solve the essential problem of feature skew heterogeneity, because a common feature extractor cannot decouple the generic and personalized features. Therefore, in this paper, we rethink the architecture decoupling design for feature-skew pFL and propose an effective pFL method called FediOS. In FediOS, we reformulate the decoupling into two feature extractors (generic and personalized) and one shared prediction head. Orthogonal projections are used for clients to map the generic features into one common subspace and scatter the personalized features into different subspaces to achieve decoupling for them. In addition, a shared prediction head is trained to balance the importance of generic and personalized features during inference. Extensive experiments on four vision datasets demonstrate our method reaches state-of-the-art pFL performances under feature skew heterogeneity.

📄 PDF Abstract BibTeX arXiv:2311.18559

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPersonalized Federated Learning

Similar Papers 제목 키워드 기반

Decoupling Semantics and Fingerprints: A Universal Representation for AI-Generated Image Detection

2026-05-08 · Zhiyuan Wang, Yanxiang Chen, Pengcheng Zhao, Yunfeng Diao 외 arxiv

Detecting AI-generated images across unseen architectures remains challenging, as existing models often overfit to generator-specific fingerprints and semantic content rather than learning universal forgery traces. We at…

Rethinking Gradient Projection Continual Learning: Stability / Plasticity Feature Space Decoupling

2023-01-01 · CVPR 2023 1 · Zhen Zhao, Zhizhong Zhang, Xin Tan, Jun Liu 외

Continual learning aims to incrementally learn novel classes over time, while not forgetting the learned knowledge. Recent studies have found that learning would not forget if the updated gradient is orthogonal to th…

Continual Learning

Spingarn's Method and Progressive Decoupling Beyond Elicitable Monotonicity

2025-04-01 · Brecht Evens, Puya Latafat, Panagiotis Patrinos

Spingarn's method of partial inverses and the progressive decoupling algorithm address inclusion problems involving the sum of an operator and the normal cone of a linear subspace, known as linkage problems. Despite thei…

Budget-Adaptive Adapter Tuning in Orthogonal Subspaces for Continual Learning in LLMs

2025-05-28 · Zhiyi Wan, Wanrou Du, Liang Li, Miao Pan 외

Large language models (LLMs) often suffer from catastrophic forgetting in continual learning (CL) scenarios, where performance on previously learned tasks degrades severely while training on sequentially arriving tasks. …

Continual Learning

FG-OrIU: Towards Better Forgetting via Feature-Gradient Orthogonality for Incremental Unlearning

2026-01-20 · Qian Feng, JiaHang Tu, Mintong Kang, Hanbin Zhao 외 arxiv

Incremental unlearning (IU) is critical for pre-trained models to comply with sequential data deletion requests, yet existing methods primarily suppress parameters or confuse knowledge without explicit constraints on bot…