FedChronos: Federated Fine-Tuning of Time-Series Foundation Models for Privacy-Preserving Commodity Price Forecasting

πŸ“… 2026-08-02
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work addresses the challenge of forecasting in agricultural markets where data cannot be centralized due to regulatory or sovereignty constraints and exhibit heterogeneous distributions. The authors propose FedChronos, a framework that performs federated parameter-efficient fine-tuning on the pre-trained time series foundation model Chronos-T5. By integrating low-rank adaptation (LoRA) with differential privacy, the method transmits only approximately 384 KB of adapter parameters per communication round, marking the first integration of federated learning with efficient fine-tuning of time series foundation models. Experimental results on commodity price prediction across 15 Indian markets show that the injected differential privacy noise acts as implicit regularization, mitigating overfitting in low-data regimes. Under the optimal configuration (Ξ΅=5), FedChronos reduces MAPE by 31% compared to zero-shot inference and by 26% against conventional baselines, while providing (Ξ΅,Ξ΄)-differential privacy guarantees.
πŸ“ Abstract
Time-series foundation models (TSFMs) such as Chronos have demonstrated strong forecasting capabilities across domains, yet adapting them to institutionally fragmented settings, where data cannot be centralized due to regulatory, competitive, or sovereignty constraints, remains unexplored. We introduce FedChronos, a framework for federated parameter-efficient fine-tuning of an already pre-trained TSFM, a setting that existing federated time-series work has not addressed, since prior methods either pre-train from scratch or align prototypes rather than adapt a fixed backbone. Our approach applies Low-Rank Adaptation (LoRA) to the Chronos-T5 backbone and trains across distributed clients using FedAvg and FedProx, transmitting only lightweight adapter weights (384~KB per round, an 86$\times$ reduction over full-model exchange). We evaluate FedChronos on daily commodity prices from 15 Indian agricultural markets across 9 states, a naturally non-IID federated setting, and find that naΓ―ve LoRA fine-tuning overfits substantially on small per-client datasets, dropping below zero-shot performance. We further observe that differential privacy (DP) noise can act as implicit regularization and counteract this overfitting: in our experiments the strongest configuration ($\varepsilon = 5$) reduces mean absolute percentage error (MAPE) by 31% over zero-shot and 26% over the best traditional baseline, while bounding each round's information leakage via per-round $(\varepsilon, Ξ΄)$-differential privacy. Because the model is compact and the updates are small, the approach also suits edge AI deployments where both the network link and the client device are constrained. Overall, our findings suggest that privacy and accuracy can be complementary rather than competing objectives in federated TSFM fine-tuning.
Problem

Research questions and friction points this paper is trying to address.

federated learning
time-series foundation models
privacy-preserving
commodity price forecasting
parameter-efficient fine-tuning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Federated Learning
Time-Series Foundation Models
Low-Rank Adaptation (LoRA)
Differential Privacy
Parameter-Efficient Fine-Tuning
πŸ”Ž Similar Papers
No similar papers found.