LGDCOct 28, 2024

Federated Time Series Generation on Feature and Temporally Misaligned Data

arXiv:2410.21072v31 citationsh-index: 2ECML/PKDD
Originality Incremental advance
AI Analysis

This addresses a key problem in federated learning for time series analysis, offering a novel approach to handle data misalignment, though it is incremental in advancing existing federated methods.

The paper tackles the challenge of federated learning with distributed time series data that has misaligned features and timesteps across clients, proposing FedTDD, a diffusion model that uses synthetic data exchange to improve learning, achieving improvements of 79.4% and 62.8% over local training in metrics like Context-FID and Correlational scores.

Distributed time series data presents a challenge for federated learning, as clients often possess different feature sets and have misaligned time steps. Existing federated time series models are limited by the assumption of perfect temporal or feature alignment across clients. In this paper, we propose FedTDD, a novel federated time series diffusion model that jointly learns a synthesizer across clients. At the core of FedTDD is a novel data distillation and aggregation framework that reconciles the differences between clients by imputing the misaligned timesteps and features. In contrast to traditional federated learning, FedTDD learns the correlation across clients' time series through the exchange of local synthetic outputs instead of model parameters. A coordinator iteratively improves a global distiller network by leveraging shared knowledge from clients through the exchange of synthetic data. As the distiller becomes more refined over time, it subsequently enhances the quality of the clients' local feature estimates, allowing each client to then improve its local imputations for missing data using the latest, more accurate distiller. Experimental results on five datasets demonstrate FedTDD's effectiveness compared to centralized training, and the effectiveness of sharing synthetic outputs to transfer knowledge of local time series. Notably, FedTDD achieves 79.4% and 62.8% improvement over local training in Context-FID and Correlational scores.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes