paper-with-me

Papers

Handling Spatial-Temporal Data Heterogeneity for Federated Continual Learning via Tail Anchor

2025-01-01 · CVPR 2025 1 · Hao Yu, Xin Yang, Le Zhang, Hanlin Gu, Tianrui Li, Lixin Fan, Qiang Yang

Federated Continual Learning (FCL) allows each client to continually update its knowledge from task streams, enhancing the applicability of federated learning in real-world scenarios. However, FCL needs to address not only spatial data heterogeneity between clients but also temporal data heterogeneity between tasks. In this paper, empirical experiments demonstrate that such input-level heterogeneity significantly affects the model's internal parameters and outputs, leading to severe spatial-temporal catastrophic forgetting of local and previous knowledge. To this end, we propose Federated Tail Anchor (FedTA) to mix trainable Tail Anchor with the frozen output features to adjust their position in the feature space, thereby overcoming parameter-forgetting and output-forgetting. Three novel components are also included: Input Enhancement for improving the performance of pre-trained models on downstream tasks; Selective Input Knowledge Fusion for fusion of heterogeneous local knowledge on the server; and Best Global Prototype Selection for finding the best anchor point for each class in the feature space. Extensive experiments demonstrate that FedTA not only outperforms existing FCL methods but also effectively preserves the relative positions of features.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningFederated LearningPrototype Selection

Similar Papers 제목 키워드 기반

Addressing Spatial-Temporal Data Heterogeneity in Federated Continual Learning via Tail Anchor

2024-12-24 · Hao Yu, Xin Yang, Le Zhang, Hanlin Gu 외

Federated continual learning (FCL) allows each client to continually update its knowledge from task streams, enhancing the applicability of federated learning in real-world scenarios. However, FCL needs to address not on…

Continual LearningFederated LearningPrototype Selection

Personalized Federated Learning for Spatio-Temporal Forecasting: A Dual Semantic Alignment-Based Contrastive Approach

2024-04-04 · Qingxiang Liu, Sheng Sun, Yuxuan Liang, Jingjing Xue 외

The existing federated learning (FL) methods for spatio-temporal forecasting fail to capture the inherent spatio-temporal heterogeneity, which calls for personalized FL (PFL) methods to model the spatio-temporally varian…

Contrastive LearningFederated LearningPersonalized Federated LearningSemantic Similarity+2

Federated Learning in Temporal Heterogeneity

2023-09-17 · Junghwan Lee

In this work, we explored federated learning in temporal heterogeneity across clients. We observed that global model obtained by \texttt{FedAvg} trained with fixed-length sequences shows faster convergence than varying-l…

Federated Learning

AFCL: Analytic Federated Continual Learning for Spatio-Temporal Invariance of Non-IID Data

2025-05-18 · Jianheng Tang, Huiping Zhuang, Jingyu He, Run He 외

Federated Continual Learning (FCL) enables distributed clients to collaboratively train a global model from online task streams in dynamic real-world scenarios. However, existing FCL methods face challenges of both spati…

Continual Learning

An Experimental Study of Data Heterogeneity in Federated Learning Methods for Medical Imaging

2021-07-18 · Liangqiong Qu, Niranjan Balachandar, Daniel L Rubin

Federated learning enables multiple institutions to collaboratively train machine learning models on their local data in a privacy-preserving way. However, its distributed nature often leads to significant heterogeneity …

Federated LearningPrivacy Preserving