REVIEW 5 major objections 5 minor 33 references
Evaluating Temporal Plasticity in Foundation Time Series Models for Incremental Fine-tuning
T0 review · 5 major / 5 minor · reviewed 2026-08-16 · deepseek-v4-flash
Pith's one-line read Foundation time series models keep improving as new data arrives.
desk verdict First look at temporal plasticity in time-series foundation models, but the headline claim of sustained improvement is undercut by the authors' own Rzero analysis; promising direction that needs major revision. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is a continual-learning evaluation pipeline that splits each dataset chronologically into $P = 10$ subsets and compares three training regimes: zero-shot, incremental fine-tuning on each new subset, and full retraining on all data up to that point. Performance is captured by three ratios — $R^{\mathrm{zero}}_p$, $R^{\mathrm{full}}_p$, and $R^{\mathrm{fz}}_p$ — which isolate whether incremental fine-tuning beats the zero-shot model, approaches the fully retrained model, and whether full training improves over zero-shot, respectively. These ratios, rather than any single accuracy number, are what the paper uses to diagnose plasticity loss, catastrophic forgetting, and temporal adaptability.
What would settle it
Search the pretraining corpora of Time-MoE and Chronos for the Flight and CD-Bike series, or rerun the incremental fine-tuning protocol on a dataset constructed after those models were trained; if the zero-shot baselines improve because the series appeared in pretraining, the reported $R^{\mathrm{zero}}_p$ gains would shrink or invert.
Extended reading notes
Core claim
The central claim is that foundation models for time series forecasting exhibit temporal plasticity: when fine-tuned sequentially on new temporal subsets of data, Time-MoE and Chronos continue to improve predictive accuracy relative to their zero-shot baselines, whereas conventional deep learning models suffer from plasticity loss and catastrophic forgetting. The paper evaluates this with ratio metrics $R^{\mathrm{zero}}_p = \mathrm{MSE}^{\mathrm{inc}}_p / \mathrm{MSE}^{\mathrm{zero}}_p$ and $R^{\mathrm{full}}_p = \mathrm{MSE}^{\mathrm{inc}}_p / \mathrm{MSE}^{\mathrm{full}}_p$ across $P = 10$ partitions, and reports that foundation models maintain $R^{\mathrm{zero}}_p < 1$ on most subsets and stay close to full-training performance, while small models show large deteriorations, especially after abrupt distribution shifts. A further observation is that the mini, base, and large variants of the foundation models behave similarly, suggesting that beyond a certain scale the amount of pre-training data matters more than parameter count.
Load-bearing premise
The load-bearing premise is that the two evaluation datasets were not part of the foundation models' pretraining corpora, so the zero-shot baselines used to compute the improvement ratios are uncontaminated.
Editorial extensions
If this is right
- Periodic fine-tuning on the newest data can keep a foundation forecaster current without full retraining, since incremental fine-tuning stays close to full-training performance.
- The main research bottleneck shifts from designing domain-specific small models to designing fine-tuning and adaptation strategies for foundation models.
- Abrupt distribution shifts still cause temporary performance spikes, so raw incremental fine-tuning is not yet a complete solution and robust adaptation under sudden shifts remains an open target.
- Model scale beyond a threshold matters less than pre-training data scale, so future foundation models should emphasize diverse training corpora.
Reading between the lines
- A testable extension is to run the same ratio-based pipeline on a dataset created after the models' pretraining cutoff; if the $R^{\mathrm{zero}}_p < 1$ pattern persists, the mitigation claim is not a contamination artifact.
- If pre-training data scale is what drives plasticity, then a smaller architecture trained on the same massive corpus should exhibit the same temporal plasticity as Time-MoE; that scaling comparison would isolate the cause.
- The three-ratio framework could be reused to benchmark continual-learning fixes such as replay, regularization, or parameter isolation against the raw fine-tuning baseline, since the paper only studies the raw protocol.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript studies whether time series foundation models can be incrementally fine-tuned on successively collected data without losing plasticity or suffering catastrophic forgetting. The authors propose a continual-learning pipeline with three evaluation ratios—Rzero_p (incremental fine-tuning vs. zero-shot), Rfull_p (incremental fine-tuning vs. full training), and Rfz_p (full training vs. zero-shot)—and apply it to Time-MoE, Chronos, and three smaller models on two real-world datasets, Flight and CD-Bike, with distribution shifts. The paper claims that foundation models demonstrate sustained improvement in predictive accuracy and effectively mitigate plasticity loss and catastrophic forgetting, while smaller models degrade. The contribution is framed as the first comprehensive evaluation of temporal plasticity for time series foundation models.
Significance. If the claims were fully supported, this would be a useful early result for practitioners deciding whether to keep foundation time series models current by periodic fine-tuning rather than full retraining. The paper contributes a concrete evaluation protocol, including algorithms and ratio-based metrics, and targets real distribution shifts, which is a relevant and understudied setting. It also ships the comparison across several public foundation-model checkpoints and smaller baselines, which is valuable for reproducibility. However, the headline conclusion is not supported by the paper's own reported Rzero_p analysis, and the proposed metrics do not directly measure forgetting or backward transfer. The evaluation also compares models under different prediction horizons and lacks statistical uncertainty. The study is therefore of moderate significance pending major revision.
major comments (5)
- [Abstract, §V-B, Eq. (12)] The abstract and conclusion claim that foundation models demonstrate 'sustained improvement in predictive accuracy' and 'effectively mitigate plasticity loss and catastrophic forgetting,' but Section V-B explicitly states: 'we do not observe a consistent decrease in Rzero_p with increasing p, indicating that our raw incremental learning approach does not progressively enhance foundation models' domain adaptation capabilities.' Rzero_p < 1 only shows that a checkpoint fine-tuned on partition p beats that same model's zero-shot checkpoint on partition p; it does not establish that later checkpoints improve over earlier ones or that adaptation improves over time. The central claim must either be supported by direct evidence of progressive improvement (e.g., a declining trend in MSE_inc_p over p, or comparisons of checkpoints across partitions) or be weakened to the claim that incremental fine-tuning can beat zero-shot on each new partition.
- [§III, Eq. (6); §V-B, Figs. 5–7] Catastrophic forgetting is defined in Eq. (6) as performance deterioration on old distributions after training on new data, but no experiment measures performance on earlier partitions using later checkpoints. The metrics Rzero_p, Rfull_p, and Rfz_p all compare checkpoints against zero-shot or full-training references on the currently considered partition; they cannot detect whether knowledge from partitions q < p has been forgotten. To support the forgetting-related claims, the authors should add a backward-transfer evaluation, for example by evaluating the model after step p on test sets from all earlier partitions and reporting those errors.
- [§IV, Eqs. (8)–(10)] The derivation of MSE as 1 + σ² + μ² assumes that the prediction Ŷ and the target Y are mutually independent, which is not true for a forecasting model whose predictions are functions of inputs correlated with the target. Even under a simple optimal conditional-mean predictor, E[ŶY] = E[Ŷ²], so the cross term does not vanish and the variance enters with the opposite sign relative to the stated formula. This derivation is not used directly in the ratio definitions, but it is presented as part of the proposed evaluation methodology and should be corrected or removed because, as written, it is mathematically incorrect.
- [§V, Setups; Figs. 3–7] The setup states that all models use a prediction length of 96, 'except for Chronos, which has a maximum prediction length of 64 due to its architectural constraints.' This means Chronos is evaluated on a shorter forecast horizon than all other models, and MSE is generally lower for shorter horizons. Consequently, the cross-model comparisons involving Chronos in Figures 3–7 are not on equal footing and can be misleading. Please either evaluate all models at the same horizon (e.g., 64) or explain why the different horizons do not affect the conclusions.
- [§V, Datasets] The paper asserts that the Flight and CD-Bike datasets were 'carefully selected' and 'verified' not to be part of foundation models' pretraining corpora, but no verification procedure is described and both datasets come from the authors' own prior publications ([30] and [31]). Since the zero-shot MSE values are the baselines for Rzero_p and Rfz_p, dataset contamination would directly inflate the reported gains. The authors should provide a concrete and auditable contamination check, such as matching against public pretraining corpus lists, documenting dataset release dates relative to model training, or reporting zero-shot error patterns that would be inconsistent with memorization.
minor comments (5)
- [§II-A] There is a typo in the reference to Chronos: 'Chnoros' should be 'Chronos'.
- [§II-B] The section heading 'Loss of Plasiticity and Catastrophic Forgetting in Deep Learning' contains a typo: 'Plasiticity' should be 'Plasticity'.
- [§IV, Algorithm 1] Algorithm 1 is described as an incremental fine-tuning algorithm but does not explicitly show the loop over partitions p = 0, 1, ..., P−1; the pseudocode should clarify that it is called once per partition with the previously fine-tuned model as input.
- [§V, Figures] All figures use 'Data Subset Index' on the x-axis; the text calls these partitions p. Use one consistent term throughout.
- [General] No code or configuration files are provided, which makes it difficult to reproduce the exact fine-tuning protocol, dataset splits, and model checkpoints. Releasing the evaluation code would strengthen the paper.
Circularity Check
No circularity by construction: the headline claim is empirically undercut by the paper's own Rzero analysis, but the metrics are independent measured MSE ratios, not fitted or self-defined outcomes.
full rationale
The paper's derivation chain is empirical rather than definitional. The central quantities Rzero_p, Rfull_p, and Rfz_p are ratios of independently measured MSE values under three protocols: incremental fine-tuning, zero-shot inference, and full training (Eqs. 12-14). None of these metrics is defined in terms of the paper's conclusion, and no parameter is fitted to a subset of data and then renamed as a prediction. The claim that foundation models 'demonstrate sustained improvement' is an interpretation of these ratios, not a quantity built into them. The paper's own Section V-B even acknowledges that 'we do not observe a consistent decrease in Rzero_p with increasing p, indicating that our raw incremental learning approach does not progressively enhance foundation models' domain adaptation capabilities.' That statement contradicts the abstract's 'sustained improvement' phrasing, but contradiction is not circularity. The two datasets, Flight [30] and CD-Bike [31], come from the authors' prior publications; however, those citations serve only as data provenance, not as a load-bearing theorem or fitted input. The evaluation is self-contained against zero-shot and full-training baselines, so the central comparison does not reduce to its own inputs by construction.
Assumptions & free parameters
free parameters (7)
- Number of temporal partitions P =
10
- Context length l =
96
- Prediction length h =
96 for most models; 64 for Chronos
- Learning rate =
1e-4
- Number of epochs per fine-tuning step =
10
- Train/validation/test split ratio =
6:2:2
- Retraining span S
assumptions (4)
- domain assumption The Flight and CD-Bike datasets were not part of Time-MoE or Chronos pretraining corpora.
- ad hoc to paper Equations 8 through 10 treat model predictions Y_hat and targets Y as independent in the MSE decomposition, so the cross term vanishes.
- domain assumption Periodic fine-tuning with plain MSE loss on each new partition is a representative continual learning procedure.
- domain assumption MSE of normalized outputs is comparable across models with different architectures and output distributions.
Cite this review
Pith. "Pith review of Evaluating Temporal Plasticity in Foundation Time Series Models for Incremental Fine-tuning." pith.science (2026). https://pith.science/paper/HFBRLHLX
@misc{pith2026250414677,
author = {Pith},
title = {Pith review of: Evaluating Temporal Plasticity in Foundation Time Series Models for Incremental Fine-tuning},
year = {2026},
howpublished = {\url{https://pith.science/paper/HFBRLHLX}},
note = {Machine review of arXiv:2504.14677}
}
read the original abstract
Time series foundation models excel at diverse time series forecasting tasks, but their capacity for continuous improvement through incremental learning remains unexplored. We present the first comprehensive study investigating these models' temporal plasticity - their ability to progressively enhance performance through continual learning while maintaining existing capabilities. Through experiments on real-world datasets exhibiting distribution shifts, we evaluate both conventional deep learning models and foundation models using a novel continual learning framework. Our findings reveal that while traditional models struggle with performance deterioration during incremental fine-tuning, foundation models like Time-MoE and Chronos demonstrate sustained improvement in predictive accuracy. This suggests that optimizing foundation model fine-tuning strategies may be more valuable than developing domain-specific small models. Our research introduces new evaluation methodologies and insights for developing foundation time series models with robust continuous learning capabilities.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[30]
Msgnet: Learning multi- scale inter-series correlations for multivariate time series forecasting,
W. Cai, Y . Liang, X. Liu, J. Feng, and Y . Wu, “Msgnet: Learning multi- scale inter-series correlations for multivariate time series forecasting,” in AAAI, vol. 38, no. 10, 2024, pp. 11 141–11 149
work page 2024
-
[31]
Rethinking urban mobility prediction: A multivariate time series forecasting approach,
J. Cheng, K. Li, Y . Liang, L. Sun, J. Yan, and Y . Wu, “Rethinking urban mobility prediction: A multivariate time series forecasting approach,” IEEE Transactions on Intelligent Transportation Systems , 2024
work page 2024
-
[1]
Financial time series forecasting with deep learning: A systematic literature review: 2005–2019,
O. B. Sezer, M. U. Gudelek, and A. M. Ozbayoglu, “Financial time series forecasting with deep learning: A systematic literature review: 2005–2019,” Applied soft computing , vol. 90, p. 106181, 2020
2005
-
[2]
Unsupervised represen- tation learning for time series with temporal neighborhood coding,
S. Tonekaboni, D. Eytan, and A. Goldenberg, “Unsupervised represen- tation learning for time series with temporal neighborhood coding,” in ICLR, 2020
work page 2020
-
[3]
Diffusion convolutional recurrent neural network: Data-driven traffic forecasting,
Y . Li, R. Yu, C. Shahabi, and Y . Liu, “Diffusion convolutional recurrent neural network: Data-driven traffic forecasting,” in ICLR, 2018
2018
-
[4]
Accurate medium-range global weather forecasting with 3d neural networks,
K. Bi, L. Xie, H. Zhang, X. Chen, X. Gu, and Q. Tian, “Accurate medium-range global weather forecasting with 3d neural networks,” Nature, vol. 619, no. 7970, pp. 533–538, 2023
2023
-
[5]
R. Wan, S. Mei, J. Wang, M. Liu, and F. Yang, “Multivariate temporal convolutional network: A deep neural networks approach for multivariate time series forecasting,” Electronics, vol. 8, no. 8, p. 876, 2019
work page 2019
-
[6]
P. Hewage, A. Behera, M. Trovati, E. Pereira, M. Ghahremani, F. Palmieri, and Y . Liu, “Temporal convolutional neural (tcn) network for an effective weather forecasting using time-series data from the local weather station,” Soft Computing , vol. 24, pp. 16 453–16 482, 2020
work page 2020
Show all 33 references
-
[7]
An empirical evaluation of generic convolutional and recurrent networks for sequence modeling,
S. Bai, J. Z. Kolter, and V . Koltun, “An empirical evaluation of generic convolutional and recurrent networks for sequence modeling,” arXiv preprint arXiv:1803.01271, 2018
2018 arXiv
-
[8]
Crossformer: Transformer utilizing cross- dimension dependency for multivariate time series forecasting,
Y . Zhang and J. Yan, “Crossformer: Transformer utilizing cross- dimension dependency for multivariate time series forecasting,” in ICLR, 2023
2023
-
[9]
itrans- former: Inverted transformers are effective for time series forecasting,
Y . Liu, T. Hu, H. Zhang, H. Wu, S. Wang, L. Ma, and M. Long, “itrans- former: Inverted transformers are effective for time series forecasting,” in ICLR, 2024
2024
-
[10]
Scaling-laws for large time-series models,
T. D. Edwards, J. Alvey, J. Alsing, N. H. Nguyen, and B. D. Wandelt, “Scaling-laws for large time-series models,” arXiv preprint arXiv:2405.13867, 2024
2024 arXiv
-
[11]
Unified training of universal time series forecasting transformers,
G. Woo, C. Liu, A. Kumar, C. Xiong, S. Savarese, and D. Sahoo, “Unified training of universal time series forecasting transformers,” arXiv preprint arXiv:2402.02592 , 2024
2024 arXiv
-
[12]
Time-moe: Billion-scale time series foundation models with mixture of experts,
X. Shi, S. Wang, Y . Nie, D. Li, Z. Ye, Q. Wen, and M. Jin, “Time-moe: Billion-scale time series foundation models with mixture of experts,” arXiv preprint arXiv:2409.16040 , 2024
2024 arXiv
-
[13]
A decoder-only foundation model for time-series forecasting,
A. Das, W. Kong, R. Sen, and Y . Zhou, “A decoder-only foundation model for time-series forecasting,” in ICLR, 2024
2024
-
[14]
Chronos: Learning the language of time series,
A. F. Ansari, L. Stella, C. Turkmen, X. Zhang, P. Mercado, H. Shen, O. Shchur, S. S. Rangapuram, S. P. Arango, S. Kapoor et al., “Chronos: Learning the language of time series,” arXiv preprint arXiv:2403.07815, 2024
2024 arXiv
-
[15]
Large language models are zero-shot time series forecasters,
N. Gruver, M. Finzi, S. Qiu, and A. G. Wilson, “Large language models are zero-shot time series forecasters,” NeurIPS, vol. 36, 2024
2024
-
[16]
Time series prediction method of industrial process with limited data based on transfer learning,
X. Zhou, N. Zhai, S. Li, and H. Shi, “Time series prediction method of industrial process with limited data based on transfer learning,” IEEE Transactions on Industrial Informatics , vol. 19, no. 5, pp. 6872–6882, 2022
2022
-
[17]
An adaptive continual learning method for nonstationary industrial time series prediction,
M. Wu, X. Zhou, S. Li, and H. Shi, “An adaptive continual learning method for nonstationary industrial time series prediction,” IEEE Trans- actions on Industrial Informatics , 2024
2024
-
[18]
Loss of plasticity in deep continual learning,
S. Dohare, J. F. Hernandez-Garcia, Q. Lan, P. Rahman, A. R. Mahmood, and R. S. Sutton, “Loss of plasticity in deep continual learning,” Nature, vol. 632, no. 8026, pp. 768–774, 2024
2024
-
[19]
Catastrophic interference in connec- tionist networks: The sequential learning problem,
M. McCloskey and N. J. Cohen, “Catastrophic interference in connec- tionist networks: The sequential learning problem,” in Psychology of learning and motivation . Elsevier, 1989, vol. 24, pp. 109–165
1989
-
[20]
A survey of time series foundation models: Generalizing time series representation with large language mode,
J. Ye, W. Zhang, K. Yi, Y . Yu, Z. Li, J. Li, and F. Tsung, “A survey of time series foundation models: Generalizing time series representation with large language mode,” arXiv preprint arXiv:2405.02358 , 2024
2024
-
[21]
One fits all: Power general time series analysis by pretrained lm,
T. Zhou, P. Niu, L. Sun, R. Jin et al. , “One fits all: Power general time series analysis by pretrained lm,” NeurIPS, vol. 36, 2024
2024
-
[22]
Time-LLM: Time series forecasting by reprogramming large language models,
M. Jin, S. Wang, L. Ma, Z. Chu, J. Y . Zhang, X. Shi, P.-Y . Chen, Y . Liang, Y .-F. Li, S. Pan, and Q. Wen, “Time-LLM: Time series forecasting by reprogramming large language models,” in ICLR, 2024
2024
-
[23]
Autotimes: Au- toregressive time series forecasters via large language models,
Y . Liu, G. Qin, X. Huang, J. Wang, and M. Long, “Autotimes: Au- toregressive time series forecasters via large language models,” arXiv preprint arXiv:2402.02370, 2024
2024 arXiv
-
[24]
A comprehensive survey of continual learning: theory, method and application,
L. Wang, X. Zhang, H. Su, and J. Zhu, “A comprehensive survey of continual learning: theory, method and application,” IEEE Transactions on Pattern Analysis and Machine Intelligence , 2024
2024
-
[25]
The dormant neuron phenomenon in deep reinforcement learning,
G. Sokar, R. Agarwal, P. S. Castro, and U. Evci, “The dormant neuron phenomenon in deep reinforcement learning,” in ICML. PMLR, 2023, pp. 32 145–32 168
2023
-
[26]
Maintaining plasticity in continual learning via regenerative regularization,
S. Kumar, H. Marklund, and B. V . Roy, “Maintaining plasticity in continual learning via regenerative regularization,” 2024. [Online]. Available: https://openreview.net/forum?id=lyoOWX0e0O
2024
-
[27]
Overcoming catas- trophic forgetting with hard attention to the task,
J. Serra, D. Suris, M. Miron, and A. Karatzoglou, “Overcoming catas- trophic forgetting with hard attention to the task,” in ICML. PMLR, 2018, pp. 4548–4557
2018
-
[28]
icarl: Incremental classifier and representation learning,
S.-A. Rebuffi, A. Kolesnikov, G. Sperl, and C. H. Lampert, “icarl: Incremental classifier and representation learning,” in CVPR, 2017, pp. 2001–2010
2017
-
[29]
Gradient episodic memory for continual learning,
D. Lopez-Paz and M. Ranzato, “Gradient episodic memory for continual learning,” NeurIPS, vol. 30, 2017
2017
-
[32]
Are transformers effective for time series forecasting?
A. Zeng, M. Chen, L. Zhang, and Q. Xu, “Are transformers effective for time series forecasting?” in AAAI, vol. 37, no. 9, 2023, pp. 11 121– 11 128
2023
-
[33]
A time series is worth 64 words: Long-term forecasting with transformers,
Y . Nie, N. H. Nguyen, P. Sinthong, and J. Kalagnanam, “A time series is worth 64 words: Long-term forecasting with transformers,” in ICLR, 2018
2018
Reviewed August 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.