paper-with-me

홈 › Papers

Federated Foundation Models on Heterogeneous Time Series

2024-12-12 · Shengchao Chen, Guodong Long, Jing Jiang, Chengqi Zhang

Training a general-purpose time series foundation models with robust generalization capabilities across diverse applications from scratch is still an open challenge. Efforts are primarily focused on fusing cross-domain time series datasets to extract shared subsequences as tokens for training models on Transformer architecture. However, due to significant statistical heterogeneity across domains, this cross-domain fusing approach doesn't work effectively as the same as fusing texts and images. To tackle this challenge, this paper proposes a novel federated learning approach to address the heterogeneity in time series foundation models training, namely FFTS. Specifically, each data-holding organization is treated as an independent client in a collaborative learning framework with federated settings, and then many client-specific local models will be trained to preserve the unique characteristics per dataset. Moreover, a new regularization mechanism will be applied to both client-side and server-side, thus to align the shared knowledge across heterogeneous datasets from different domains. Extensive experiments on benchmark datasets demonstrate the effectiveness of the proposed federated learning approach. The newly learned time series foundation models achieve superior generalization capabilities on cross-domain time series analysis tasks, including forecasting, imputation, and anomaly detection.

📄 PDF Abstract BibTeX arXiv:2412.08906

Code (1)

shengchaochen82/FFTS 공식 구현

Tasks

Anomaly DetectionFederated LearningImputationTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Bi-level Heterogeneous Learning for Time Series Foundation Models: A Federated Learning Approach

2026-04-08 · Shengchao Chen, Guodong Long, Dikai Liu, Jing Jiang arxiv

Heterogeneity in time series data is more pronounced than in vision or language, as temporal dynamics vary substantially across domains and tasks. Existing efforts on training time series foundation models (TSFMs) from s…

Federated Learning

FeDaL: Federated Dataset Learning for General Time Series Foundation Models

2025-08-06 · Shengchao Chen, Guodong Long, Michael Blumenstein, Jing Jiang arxiv

Dataset-level heterogeneity introduces significant domain biases that fundamentally degrade generalization on general Time Series Foundation Models (TSFMs), yet this challenge remains underexplored. This paper rethinks t…

Federated Learning

Discrete Prototypical Memories for Federated Time Series Foundation Models

2026-04-06 · Liwei Deng, Qingxiang Liu, Xinhe Niu, Shengchao Chen 외 arxiv

Leveraging Large Language Models (LLMs) as federated learning (FL)-based time series foundation models offers a promising way to transfer the generalization capabilities of LLMs to time series data while preserving acces…

Federated Learning

Heterogeneous Federated Learning System for Sparse Healthcare Time-Series Prediction

2025-01-21 · Jia-Hao Syu, Jerry Chun-Wei Lin

In this paper, we propose a heterogeneous federated learning (HFL) system for sparse time series prediction in healthcare, which is a decentralized federated learning algorithm with heterogeneous transfers. We design den…

Federated LearningPredictionTime SeriesTime Series Prediction+1

Prompt Federated Learning for Weather Forecasting: Toward Foundation Models on Meteorological Data

2023-01-22 · Shengchao Chen, Guodong Long, Tao Shen, Jing Jiang

To tackle the global climate challenge, it urgently needs to develop a collaborative platform for comprehensive weather forecasting on large-scale meteorological data. Despite urgency, heterogeneous meteorological sensor…

Federated LearningPrompt LearningTime SeriesTime Series Analysis+1