paper-with-me

Papers

Personalized PCA: Decoupling Shared and Unique Features

2022-07-17 · Naichen Shi, Raed Al Kontar

In this paper, we tackle a significant challenge in PCA: heterogeneity. When data are collected from different sources with heterogeneous trends while still sharing some congruency, it is critical to extract shared knowledge while retaining the unique features of each source. To this end, we propose personalized PCA (PerPCA), which uses mutually orthogonal global and local principal components to encode both unique and shared features. We show that, under mild conditions, both unique and shared features can be identified and recovered by a constrained optimization problem, even if the covariance matrices are immensely different. Also, we design a fully federated algorithm inspired by distributed Stiefel gradient descent to solve the problem. The algorithm introduces a new group of operations called generalized retractions to handle orthogonality constraints, and only requires global PCs to be shared across sources. We prove the linear convergence of the algorithm under suitable assumptions. Comprehensive numerical experiments highlight PerPCA's superior performance in feature extraction and prediction from heterogeneous datasets. As a systematic approach to decouple shared and unique features from heterogeneous datasets, PerPCA finds applications in several tasks, including video segmentation, topic extraction, and feature clustering.

📄 PDF Abstract BibTeX arXiv:2207.08041

Code (1)

umdatasciencelab/personalized_pca 공식 구현

Tasks

Video SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar 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…

Federated LearningPersonalized Federated Learning

Personalized Federated Learning via Sequential Layer Expansion in Representation Learning

2024-04-27 · Jaewon Jang, Bonjun Choi

Federated learning ensures the privacy of clients by conducting distributed training on individual client devices and sharing only the model weights with a central server. However, in real-world scenarios, the heterogene…

Federated LearningPersonalized Federated LearningRepresentation LearningScheduling

Decoupling General and Personalized Knowledge in Federated Learning via Additive and Low-Rank Decomposition

2024-06-28 · Xinghao Wu, Xuefeng Liu, Jianwei Niu, Haolin Wang 외

To address data heterogeneity, the key strategy of Personalized Federated Learning (PFL) is to decouple general knowledge (shared among clients) and client-specific knowledge, as the latter can have a negative impact on …

Federated LearningGeneral KnowledgePersonalized Federated Learning

Personalized Dictionary Learning for Heterogeneous Datasets

2023-05-24 · NeurIPS 2023 11

We introduce a relevant yet challenging problem named Personalized Dictionary Learning (PerDL), where the goal is to learn sparse linear representations from heterogeneous datasets that share some commonality. In PerDL, …

Dictionary Learning

Bayesian Personalized Federated Learning with Shared and Personalized Uncertainty Representations

2023-09-27 · Hui Chen, Hengyu Liu, Longbing Cao, Tiancheng Zhang

Bayesian personalized federated learning (BPFL) addresses challenges in existing personalized FL (PFL). BPFL aims to quantify the uncertainty and heterogeneity within and across clients towards uncertainty representation…

Federated LearningPersonalized Federated Learning