Pith. sign in

REVIEW 3 major objections 8 minor 43 references

Decoding Latent Spaces: Assessing the Interpretability of Time Series Foundation Models for Visual Analytics

T0 review · 3 major / 8 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read Fine-tuning a time-series foundation model lowers reconstruction loss, but its latent-space projections stay just as hard to read.

desk verdict A useful, honest negative result: fine-tuning MOMENT reduces reconstruction loss but doesn't visibly improve its embedding projections, though the evidence is only visual. read the letter →

arxiv 2504.20099 v1 pith:QDLDZE5F submitted 2025-04-26 cs.LG cs.AIstat.ML

classification cs.LGcs.AIstat.ML
keywords timeseriesfoundationmodelslatentspaceinterpretabilityvisualanalyticsMOMENTfine-tuningembeddingvisualizationUMAPreconstructionloss
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper asks whether the quantitative gains from fine-tuning a time-series foundation model show up as more readable latent-space visualizations. Using the MOMENT family of transformer-based models and five datasets, it compares zero-shot embeddings with embeddings after lightweight masked-imputation fine-tuning, projecting both through the same UMAP-then-PCA pipeline used by the DeepVATS visual-analytics tool. Fine-tuning cut reconstruction loss by up to about 22 percent, yet the projected clusters changed little and stayed highly intertwined: segments, anomalies, and trends remained hard to isolate. The authors conclude that loss improvement and embedding interpretability are not reliably linked, and that even minimal fine-tuning can substantially alter internal knowledge, which supports using small, fast foundation models as backbones for interactive visual analytics.

What carries the argument

The mechanism that carries the argument is the pairing of MOMENT's patch-based transformer embeddings with a fixed visual-analysis protocol: time series are cut into windows, embedded by the model, then projected to two dimensions with UMAP followed by PCA for inspection in DeepVATS. The comparison of loss improvement, defined as the percent reduction in masked mean-squared error before versus after fine-tuning, against the visual structure of these projections is what allows the paper to separate quantitative adaptation from interpretability. Fine-tuning itself is done as a masked-imputation task with four tunable parameters: the percentage of data used for training, the validation percentage, the mask percentage, and the number of Fourier-selected window lengths.

What would settle it

Compute cluster-separation metrics, such as silhouette score or cluster purity, on the raw embeddings before any projection for zero-shot versus fine-tuned MOMENT models on the S1 segmentation dataset; if these metrics improve substantially after fine-tuning, the claim that loss gains do not translate into embedding precision would need to be revised.

Watch

Extended reading notes

Core claim

The central claim is that for the MOMENT family of multivariate time-series foundation models, reductions in reconstruction loss after task-specific fine-tuning do not translate into clearer latent-space projections. Across segmentation, anomaly-detection, and trend datasets (S1, S2, S3, M-Toy, and Kohl's), both zero-shot and fine-tuned versions produced embedding plots with interlinked clusters; the same segments, anomalies, and trends were equally hard to isolate before and after training. MOMENT-small showed the largest loss improvements (around 22 percent), MOMENT-base the clearest partial segmentation of the S1 series, and MOMENT-large the most defined clusters for anomaly detection, yet no model version showed a visually interpretable separation of trends, and fine-tuning rarely changed the projection beyond rotations or subtle rearrangements. The paper therefore argues that the apparent understanding gained by the model, as measured by loss, is not reflected in projection-based interpretability, and that the MOMENT embeddings may need alternative projection methods, loss functions, or preprocessing to support visual analytics.

Load-bearing premise

The negative conclusion assumes that the UMAP-then-PCA projections used in the DeepVATS pipeline faithfully expose the structure of the high-dimensional embeddings; if a different projection would reveal clear clusters, the visual result would be an artifact of the projection rather than of the embeddings.

Editorial extensions

If this is right

  • Reconstruction loss should not be used as a proxy for embedding clarity in visual-analytics applications; a model can appear to improve numerically while its projected clusters stay just as tangled.
  • For interactive visual analytics, the smallest model version is the most attractive: it had the largest loss reduction, similar interpretability to the larger versions, and lower computation and memory cost.
  • Fine-tuning with a small fraction of the data (15 to 20 percent) and a modest number of epochs is enough to change model behavior, so heavy training is not required for adaptation.
  • Time-series foundation models can replace task-specific autoencoders in visual-analytics pipelines, cutting waiting time while retaining pattern detection, but they do not yet provide clear segment and trend structure by default.
  • Improving interpretability will require modifying the pipeline itself, for example by trying alternative projection techniques, loss functions such as soft-DTW, or data preprocessing, rather than simply fine-tuning longer.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Going beyond the paper, the negative visual result may be an artifact of the projection: UMAP followed by PCA with fixed parameters can obscure structure that a different projection, such as t-SNE or PacMAP, might reveal.
  • A natural testable extension is to measure cluster purity or silhouette scores on the raw embeddings before projection; if those metrics improve after fine-tuning while the projected plots do not, the bottleneck is visualization, not the model's internal geometry.
  • If the projection-artifact explanation holds, the same experimental design could serve as a reusable benchmark for future time-series foundation models, provided that projection-free interpretability metrics are added alongside the visual inspection.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 8 minor

Summary. This paper integrates the MOMENT family of time series foundation models into the DeepVATS visual analytics framework and studies whether zero-shot and fine-tuned MOMENT embeddings yield visually interpretable projections for segmentation, anomaly, pattern, and trend detection. The authors evaluate MOMENT-small/base/large on five datasets (S1, S2, S3, M-Toy, Kohl's), fine-tune the models with a masked-reconstruction objective, select hyperparameters via feature-importance analysis on Kohl's, and compare loss improvements with visual inspection of UMAP-then-PCA scatter plots. They report substantial loss reductions after fine-tuning (up to ~22%) but little visible improvement in embedding interpretability, and conclude that quantitative improvements are not necessarily linked to embedding precision. The paper's stated contribution is the first integration of a foundation model into a visual analytics tool, with a wrapper for fine-tuning arbitrary torch-based models.

Significance. If the negative visual result were backed by quantitative evidence, the paper would be a useful cautionary case study for the visual analytics and time-series foundation model communities: it would show that reconstruction-loss gains do not automatically translate into human-interpretable projections and would motivate alternative projection/loss/preprocessing choices. The paper has concrete strengths: code is promised via a GitHub footnote, the study covers three model sizes and five datasets, the statistical analysis uses multiple feature-importance estimators (SelectKBest, Random Forest, SHAP, and correlation), and the integration wrapper is a reusable engineering contribution. However, the central conclusion rests on the authors' subjective reading of scatter plots; no quantitative interpretability metric, no inter-rater reliability, no ablation of projection choice, and no repeated-run variance are reported. Because the projection pipeline (UMAP followed by PCA) is inherited from the earlier MTSAE-based DeepVATS study and not validated for MOMENT embeddings, the stress-test concern lands: the negative finding is currently indistinguishable from a projection artifact.

major comments (3)
  1. [§III.D–IV, Figs. 10–22] The central claim that fine-tuning does not improve embedding interpretability is based solely on the authors' visual comparison of scatter plots. No quantitative interpretability metric (e.g., cluster purity, silhouette score, label-aware separation, or projection trustworthiness) is computed on the raw MOMENT embeddings; no inter-rater reliability is reported; and UMAP stochasticity is not controlled by repeated runs or fixed seeds. The paper's own Section IV recommends testing alternative projection methods (e.g., PCA without UMAP and t-SNE), which concedes that the current projection may obscure genuine structure. To make the negative visual result load-bearing, the authors should report embedding-space quality metrics computed before projection, repeat UMAP with several seeds, and compare at least one alternative projection method. Without this, the conclusion that fine-tuning leaves the embeddings visually unchanged is not distinguishable from a projection artifact.
  2. [§III.C, Tables 5–6] The hyperparameter selection procedure is not sufficiently justified or robust. The grid is first reduced from 72 to 18 cases for computational reasons, and the final parameters in Table 6 differ from the 'best' values in Table 5 (e.g., MOMENT-base masked_percent changes from 25 to 15 and dataset_percent from 15 to 25; MOMENT-large best_epoch changes from 17 to 10) without explanation of the cost-to-improvement trade-off used. These hyperparameters are tuned on the Kohl's time series and then applied to all other datasets (S1, S2, S3, M-Toy), yet no justification is given for transferring them across datasets with different structure. In addition, the reported loss improvements are single-run values without standard errors or repeated seeds, so the 22% / 10% / 4% improvements cannot be assessed for stability. The authors should report variance across runs and justify the final parameter choices, or the fine-tuning comparison is not reliably interpretable.
  3. [§III.C–IV, RQ1] The paper conflates reconstruction loss with embedding geometry. The improvement metric is the masked reconstruction loss improvement, defined as (loss_first − loss_final)/loss_first × 100 in §III.C. No measure of how much the embedding vectors themselves changed (e.g., mean cosine or euclidean displacement, nearest-neighbor overlap) is reported, and the phrase 'embeddings precision' in the Introduction and Conclusions is never defined. Consequently, the conclusion that 'quantitative improvements are not necessarily linked to the embeddings precision' is not supported by the measurements presented; a visually unchanged projection could reflect unchanged embeddings, projection insensitivity, or dominant seed and hyperparameter variation. The authors should either define and measure embedding-space change directly or soften the claim to refer specifically to reconstruction loss.
minor comments (8)
  1. [Throughout] The manuscript needs thorough language editing; there are numerous typos and grammatical errors (e.g., 'supose', 'wether', 'apportation', 'intrinsecal', 'diferent', 'descripted', 'freexing', 'difficultying').
  2. [Appendix B.1, Figs. 40–42] The caption text says these figures show 'MOMENT-small for S1', but Section III.E and the surrounding analysis refer to MOMENT-base clusters; the caption should be corrected to MOMENT-base.
  3. [Appendix A, Figs. 29–31] The captions labeled 'From top to botton, the linear correlation matrices for MOMENT-small/base/large' do not match the surrounding text, which describes these figures as the frequency of the best epoch; the captions should be corrected.
  4. [Table 4] The column header 'Best %' in Table 4 is inconsistent with the 'KBest %' header used in Tables 2 and 3; the table also should state how the percentages are normalized across the four feature-importance estimators.
  5. [Tables 11–12] The summary table is numbered Table 12 although no Table 11 appears in the text; renumber the tables sequentially.
  6. [§III.C] The text says the full grid has 72 cases and then reduces it to 18 cases due to computational cost; please state exactly which of the 72 configurations were actually run and whether the reduction was a random subsample or a systematic restriction.
  7. [§IV] The claim that foundation models 'supose a big reduction in execution time' is not supported by any runtime measurements in the paper; if kept, it should be backed by measured training or inference times or removed.
  8. [§I] The claim of being 'the first integration of foundation models into visual analytics tools' is stated without a systematic comparison to existing work; please soften the novelty claim or provide evidence from a broader literature search.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the negative visual finding is empirical and not forced by the loss objective; self-citations to DeepVATS are methodological context, not load-bearing.

full rationale

The paper's central claim is that fine-tuning MOMENT reduces masked reconstruction loss but does not produce visually more interpretable UMAP-then-PCA embedding projections. This is an empirical conjunction of two measurements, not a derivation. The loss improvement is computed from the fine-tuning objective as (loss_first - loss_final) * 100 / loss_first, while interpretability is assessed qualitatively from scatter plots in Figures 10-22 and summarized in Tables 7-10. Neither quantity is defined in terms of the other, and no equation in the paper forces the visual outcome to follow from the loss reduction. Hyperparameters are selected on Kohl's loss in Section III.C, but the visual comparison is performed on fine-tuned models across S1-S3, M-Toy, and Kohl's; the visual result is not a function of the fitted loss objective. The only notable self-citations are the use of DeepVATS [5] as the evaluation framework and as the source of datasets and projection choices, plus prior MPlot work [13]-[14]; these are methodological inheritance rather than load-bearing premises, and the paper's negative visual finding is exhibited directly in the figures rather than imported from those citations. Concerns that the inherited projection may hide structure are a validity threat, and the paper itself suggests testing alternative projection methods in Section IV, but this does not amount to a circular reduction. No uniqueness theorem, no ansatz smuggled in via citation, and no renaming of a known result was found.

Assumptions & free parameters 6 free parameters · 5 assumptions · 0 invented entities

The study's conclusions depend on the fine-tuning hyperparameters (selected on Kohl's via loss improvement), on the assumption that reconstruction loss is a suitable adaptation objective, and on the assumption that UMAP/PCA projections reveal the structure of the embeddings. No invented entities are introduced. The comparison against MTSAE uses an acknowledged uneven setup with different window handling and mask evaluation.

free parameters (6)
  • masked_percent = Small: 25, Base: 15, Large: 75
    Percentage of each batch masked during fine-tuning imputation. Selected per model based on feature importance analysis of loss improvement on Kohl's dataset (Tables 2-6); directly controls the fine-tuning objective.
  • best_epoch = Small: 17, Base: 13, Large: 10 (final selection)
    Number of epochs used for fine-tuning. Selected by frequency of best validation epoch in the Kohl's parameter sweep (Section III-C, Figs. 29-31).
  • n_windows = Small: 1, Base: 5, Large: 1
    Number of window lengths used in fine-tuning batches. Feature importance analysis found it irrelevant to loss improvement, and one of the best values was chosen (Section III-C).
  • dataset_percent = Small: 15, Base: 25, Large: 20
    Percentage of the time series used as the fine-tuning training set. Selected based on loss improvement on Kohl's dataset; authors note dataset_percent correlates mainly with execution time, not improvement (Tables 2-4).
  • window_lengths = 17 plus Fourier-selected dominant sizes (find_dominant_window_sizes from aeon)
    Window sizes for the sliding-window embeddings. First window fixed to 17 as in prior DeepVATS work; remaining sizes chosen from Fourier dominant frequencies (Section III-C). The choice affects the embedding projection and the fine-tuning batches.
  • Projection hyperparameters for UMAP and PCA = Not specified (defaults or inherited from DeepVATS)
    The visual interpretability conclusions depend on how the high-dimensional embeddings are projected. The paper does not report UMAP parameters or PCA components, so the projection setup is an unstated hand-chosen configuration.
assumptions (5)
  • domain assumption MOMENT's pretrained embedding outputs are appropriate inputs for visual analysis of time series structure.
    Section III states the goal is to check MOMENT achieves at least the capabilities of MTSAE in producing interpretable latent projections; this assumes the embedding vectors carry the intrinsic characteristics needed for segmentation, anomaly, and trend detection.
  • domain assumption Masked reconstruction (imputation) loss is a meaningful fine-tuning objective for improving embedding quality.
    Fine-tuning is performed as an imputation task (Section III-B), and hyperparameters are selected to minimize this loss. The paper then tests whether this objective aligns with visual interpretability, so this is a load-bearing modeling choice.
  • domain assumption UMAP followed by PCA projections reveal the structure relevant to human interpretation.
    All visual conclusions are drawn from these projections. The paper itself later hypothesizes that alternative projection techniques could change results, acknowledging the assumption.
  • domain assumption Reference labels and definitions for segments, anomalies, and trends in S1-S3, M-Toy, and Kohl's are correct.
    The qualitative tables judge whether clusters correspond to known segments, anomalies, or trends in these datasets; the ground truth is taken from prior work without re-validation.
  • standard math Underlying software libraries (PyTorch, tsai, aeon) behave as documented.
    The implementation relies on these libraries for masking, window-size selection, and model execution; no formal verification is provided.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Decoding Latent Spaces: Assessing the Interpretability of Time Series Foundation Models for Visual Analytics." pith.science (2026). https://pith.science/paper/QDLDZE5F

@misc{pith2026250420099,
  author       = {Pith},
  title        = {Pith review of: Decoding Latent Spaces: Assessing the Interpretability of Time Series Foundation Models for Visual Analytics},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/QDLDZE5F}},
  note         = {Machine review of arXiv:2504.20099}
}
read the original abstract

The present study explores the interpretability of latent spaces produced by time series foundation models, focusing on their potential for visual analysis tasks. Specifically, we evaluate the MOMENT family of models, a set of transformer-based, pre-trained architectures for multivariate time series tasks such as: imputation, prediction, classification, and anomaly detection. We evaluate the capacity of these models on five datasets to capture the underlying structures in time series data within their latent space projection and validate whether fine tuning improves the clarity of the resulting embedding spaces. Notable performance improvements in terms of loss reduction were observed after fine tuning. Visual analysis shows limited improvement in the interpretability of the embeddings, requiring further work. Results suggest that, although Time Series Foundation Models such as MOMENT are robust, their latent spaces may require additional methodological refinements to be adequately interpreted, such as alternative projection techniques, loss functions, or data preprocessing strategies. Despite the limitations of MOMENT, foundation models supose a big reduction in execution time and so a great advance for interactive visual analytics.

Figures

Figures reproduced from arXiv: 2504.20099 by the authors.

Figure 1
Figure 1. MOMENT’s embedding space for synthetically [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Historical development of time series forecasting deep [PITH_FULL_IMAGE:figures/full_fig_p002_2.png] view at source ↗
Figure 3
Figure 3. Overview of MOMENT. A time series is broken [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figures from the paper (42 more)
Figure 4
Figure 4. Figure 4: Execution of MOMENT-small for S1 taking the mean in batches of 20 minutes. The execution is done for window length 54 and stride 2. fine-tuning process. The fine-tuning is done like an imputation task training, in a similar way to training, thought for the imputation t…
Figure 5
Figure 5. Figure 5: Comparison MOMENT models and the MTSAE model using the mse loss comparing the full prediction to the original batch. At the top, the original version of MOMENT models. At the bottom, a re-training of the best cases [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: Comparison MOMENT models in their best version [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: Parallel coordinates plot matrices for MOMENT-small [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 8
Figure 8. Figure 8: Parallel coordinates plot matrices for MOMENT-base [PITH_FULL_IMAGE:figures/full_fig_p007_8.png]
Figure 9
Figure 9. Figure 9: Parallel coordinates plot matrices for MOMENT-large [PITH_FULL_IMAGE:figures/full_fig_p007_9.png]
Figure 10
Figure 10. Figure 10: Analysis of the embeddings projection plot of the [PITH_FULL_IMAGE:figures/full_fig_p007_10.png]
Figure 13
Figure 13. Figure 13: Analisis of S1 using the fine-tuned large model [PITH_FULL_IMAGE:figures/full_fig_p008_13.png]
Figure 11
Figure 11. Figure 11: Embeddings proyections plot of the zero-shot and [PITH_FULL_IMAGE:figures/full_fig_p008_11.png]
Figure 14
Figure 14. Figure 14: Global view of the embeddings of the zero-shot [PITH_FULL_IMAGE:figures/full_fig_p008_14.png]
Figure 15
Figure 15. Figure 15: Analysis of the projections plot for the moment-small [PITH_FULL_IMAGE:figures/full_fig_p009_15.png]
Figure 17
Figure 17. Figure 17: Embeddings projection plot of the fine-tuned version [PITH_FULL_IMAGE:figures/full_fig_p009_17.png]
Figure 18
Figure 18. Figure 18: Global view of the embeddings projections of the [PITH_FULL_IMAGE:figures/full_fig_p010_18.png]
Figure 19
Figure 19. Figure 19: Embeddings projections of the fine-tuned version of [PITH_FULL_IMAGE:figures/full_fig_p010_19.png]
Figure 20
Figure 20. Figure 20: Embeddings projections of MOMENT-small applied to [PITH_FULL_IMAGE:figures/full_fig_p011_20.png]
Figure 21
Figure 21. Figure 21: Embeddings projections of MOMENT-small applied to Kohls. [PITH_FULL_IMAGE:figures/full_fig_p012_21.png]
Figure 22
Figure 22. Figure 22: Embeddings projections of MOMENT-small applied to [PITH_FULL_IMAGE:figures/full_fig_p012_22.png]
Figure 25
Figure 25. Figure 25: MOMENT-Large. MSE Losses for all the cases in [PITH_FULL_IMAGE:figures/full_fig_p014_25.png]
Figure 23
Figure 23. Figure 23: MOMENT-Small. MSE Losses for all the cases in [PITH_FULL_IMAGE:figures/full_fig_p014_23.png]
Figure 26
Figure 26. Figure 26: Loss improvement for MOMENT-small across the [PITH_FULL_IMAGE:figures/full_fig_p014_26.png]
Figure 24
Figure 24. Figure 24: MOMENT-Base. MSE Losses for all the cases in [PITH_FULL_IMAGE:figures/full_fig_p014_24.png]
Figure 27
Figure 27. Figure 27: Loss improvement for MOMENT-base across the [PITH_FULL_IMAGE:figures/full_fig_p014_27.png]
Figure 28
Figure 28. Figure 28: Loss improvement for MOMENT-large across the [PITH_FULL_IMAGE:figures/full_fig_p015_28.png]
Figure 29
Figure 29. Figure 29: From top to botton, the linear correlation matrices [PITH_FULL_IMAGE:figures/full_fig_p015_29.png]
Figure 33
Figure 33. Figure 33: Experimentation parametres correlation matrix for [PITH_FULL_IMAGE:figures/full_fig_p015_33.png]
Figure 34
Figure 34. Figure 34: Experimentation parametres correlation matrix for [PITH_FULL_IMAGE:figures/full_fig_p015_34.png]
Figure 37
Figure 37. Figure 37: Cluster III. Execution of MOMENT-small for [PITH_FULL_IMAGE:figures/full_fig_p016_37.png]
Figure 35
Figure 35. Figure 35: Cluster I. Execution of MOMENT-small for [PITH_FULL_IMAGE:figures/full_fig_p016_35.png]
Figure 36
Figure 36. Figure 36: Cluster II. Execution of MOMENT-small for [PITH_FULL_IMAGE:figures/full_fig_p016_36.png]
Figure 41
Figure 41. Figure 41: Cluster II: execution of MOMENT-base for [PITH_FULL_IMAGE:figures/full_fig_p017_41.png]
Figure 42
Figure 42. Figure 42: Cluster III: execution of MOMENT-base for [PITH_FULL_IMAGE:figures/full_fig_p017_42.png]
Figure 43
Figure 43. Figure 43: Cluster I. Analysis of the first cluster of the [PITH_FULL_IMAGE:figures/full_fig_p017_43.png]
Figure 40
Figure 40. Figure 40: Cluster I: execution of MOMENT-base for S1 [PITH_FULL_IMAGE:figures/full_fig_p017_40.png]
Figure 44
Figure 44. Figure 44: Cluster II. Analysis of the second cluster of the [PITH_FULL_IMAGE:figures/full_fig_p017_44.png]
Figure 47
Figure 47. Figure 47: Cluster III. Analysis of the embeddings projections [PITH_FULL_IMAGE:figures/full_fig_p018_47.png]
Figure 49
Figure 49. Figure 49: Cluster V. Analysis of the embeddings projections of [PITH_FULL_IMAGE:figures/full_fig_p018_49.png]
Figure 46
Figure 46. Figure 46: Cluster II. Analysis of the the embeddings [PITH_FULL_IMAGE:figures/full_fig_p018_46.png]
Figure 53
Figure 53. Figure 53: Embeddings projections of MOMENT-base applied [PITH_FULL_IMAGE:figures/full_fig_p019_53.png]
Figure 51
Figure 51. Figure 51: Embeddings projections of the fine-tuned version of [PITH_FULL_IMAGE:figures/full_fig_p019_51.png]
Figure 52
Figure 52. Figure 52: Embeddings projections of the fine-tuned version of [PITH_FULL_IMAGE:figures/full_fig_p019_52.png]
Figure 56
Figure 56. Figure 56: Embeddings projections of MOMENT-large applied [PITH_FULL_IMAGE:figures/full_fig_p020_56.png]
Figure 57
Figure 57. Figure 57: Embeddings projections of MOMENT-large applied [PITH_FULL_IMAGE:figures/full_fig_p020_57.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

43 extracted references · 35 canonical work pages

  1. [1]

    From requirement to solution: Unveiling problem-driven design patterns in visual analytics,

    Y.Wu,S.Gao,S.Zhang,X.Dou,X.Wang,Q.Li,“From requirement to solution: Unveiling problem-driven design patterns in visual analytics,”IEEE Transactions on Visualization and Computer Graphics, 2025

  2. [2]

    Visual causal analysis of multivariate time series,

    X. Zhang, X. Yang, H. Hu, H. Qin, “Visual causal analysis of multivariate time series,” Journal of Visualization, pp. 1–17, 2025

  3. [3]

    Embedding projector - visualization of high-dimensional data,

    TensorFlow, “Embedding projector - visualization of high-dimensional data,” 08 2023. [Online]. Available: https://projector.tensorflow.org/, Accessed: 2024-07- 02

  4. [4]

    Interactive visualizations,

    L. McInnes, “Interactive visualizations,”

  5. [5]

    Deepvats: Deep visual analytics for time series,

    V. Rodriguez-Fernandez, D. Montalvo-Garcia, F. Piccialli, G. J. Nalepa, D. Camacho, “Deepvats: Deep visual analytics for time series,” Knowledge- Based Systems , vol. 277, p. 110793, 2023, doi: 10.1016/j.knosys.2023.110793

  6. [6]

    Pushing the limits of pre-training for time series forecasting in thecloudopsdomain,

    G. Woo, C. Liu, A. Kumar, D. Sahoo, “Pushing the limits of pre-training for time series forecasting in thecloudopsdomain,” arXivpreprintarXiv:2310.05063 , 2023

  7. [7]

    Mixed contrastive transfer learning for few-shot workload predictioninthecloud,

    Z. Zuo, Y. Huang, Z. Li, Y. Jiang, C. Liu, “Mixed contrastive transfer learning for few-shot workload predictioninthecloud,” Computing,vol.107,no.1,p.5, 2025

  8. [8]

    A prospective real-time transfer learning approach to estimate influenza hospitalizations with limited data,

    A. G. Meyer, F. Lu, L. Clemente, M. Santillana, “A prospective real-time transfer learning approach to estimate influenza hospitalizations with limited data,” Epidemics, p. 100816, 2025

Show all 43 references
  1. [9]

    Transfer learning for time series classification,

    H. I. Fawaz, G. Forestier, J. Weber, L. Idoumghar, P.-A. Muller, “Transfer learning for time series classification,” in2018 IEEE international conference on big data (Big Data), 2018, pp. 1367–1376, IEEE

  2. [10]

    Moment: A family of open time- series foundation models,

    M. Goswami, K. Szafer, A. Choudhry, Y. Cai, S. Li, A. Dubrawski, “Moment: A family of open time- series foundation models,” arXiv preprint, 2024, doi: 10.48550/arXiv.2402.03885

  3. [11]

    Chronos: Learning the language of time series,

    A. F. Ansari, L. Stella, C. Turkmen, X. Zhang, P. Mercado, H. Shen, O. Shchur, S. Rangapuram, S. P. Arango, S. Kapoor, J. Zschiegner, D. M. Robinson, H. Wang, M. Mahoney, K. Torkkola, A. Wilson, M. Bohlke-Schneider, Y. B. Wang, “Chronos: Learning the language of time series,”T...

  4. [12]

    Unified training of universal time series forecastingtransformers,

    G. Woo, C. Liu, A. Kumar, C. Xiong, S. Savarese, D. Sahoo, “Unified training of universal time series forecastingtransformers,”in 41InternationalConference on Machine Learning (ICML 2024), 2024, pp. 38–44, PMLR

  5. [13]

    On the integration of large-scale time series distance matrices into deep visual analytic tools,

    I. Santamaria-Valenzuela, V. Rodriguez-Fernandez, D. Camacho, “On the integration of large-scale time series distance matrices into deep visual analytic tools,”Cognitive Computation, vol. 17, no. 29, 2025, doi: 10.1007/s12559-024-10394-x

  6. [14]

    Exploring scalability in large-scale time seriesindeepvatsframework,

    I. Santamaria-Valenzuela, V. Rodriguez-Fernandez, D. Camacho, “Exploring scalability in large-scale time seriesindeepvatsframework,”in The13thConferenceon Information Technology and its Applications, Cham, 2024, pp. 244–255, Vietnam - Korea University, Springer Nature Switzerland

  7. [15]

    Introducing mplots: scaling time series recurrence plots to massive datasets,

    M. Shahcheraghi, R. Mercer, J. M. d. A. Rodrigues, A. Der, H. F. S. Gamboa, Z. Zimmerman, K. Mauck, E. Keogh, “Introducing mplots: scaling time series recurrence plots to massive datasets,”Journal of Big Data, vol. 11, no. 1, p. 96, 2024, doi: 10.1186/s40537- 024-00954-1. 20

  8. [16]

    A systematic review for transformer-based long-term series forecasting,

    L. Su, X. Zuo, R. Li, X. Wang, H. Zhao, B. Huang, “A systematic review for transformer-based long-term series forecasting,”Artificial Intelligence Review, vol. 58, no. 3, p. 80, 2025

  9. [17]

    Are transformers effective for time series forecasting?,

    A. Zeng, M. Chen, L. Zhang, Q. Xu, “Are transformers effective for time series forecasting?,” inProceedings of theAAAIconferenceonartificialintelligence ,vol.37,2023, pp. 11121–11128

  10. [18]

    Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting,

    H. Wu, J. Xu, J. Wang, M. Long, “Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting,” Advances in neural information processing systems, vol. 34, pp. 22419–22430, 2021

  11. [19]

    Attention is all you need,

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, I. Polosukhin, “Attention is all you need,” Advances in neural information processing systems, vol. 30, 2017

  12. [20]

    Timexer: Empowering transformers for time series forecasting with exogenous variables,

    Y. Wang, H. Wu, J. Dong, G. Qin, H. Zhang, Y. Liu, Y. Qiu, J. Wang, M. Long, “Timexer: Empowering transformers for time series forecasting with exogenous variables,” Advances in Neural Information Processing Systems, vol. 37, pp. 469–498, 2025

  13. [21]

    Medformer: A multi-granularity patching transformer for medical time-series classification,

    Y. Wang, N. Huang, T. Li, Y. Yan, X. Zhang, “Medformer: A multi-granularity patching transformer for medical time-series classification,” Advances in Neural Information Processing Systems , vol. 37, pp. 36314–36341, 2025

  14. [22]

    Transfer learning in sensor- based human activity recognition: A survey,

    S. G. Dhekane, T. Ploetz, “Transfer learning in sensor- based human activity recognition: A survey,” ACM Computing Surveys, 2025

  15. [23]

    Foundation models defining a new era in vision: a survey and outlook,

    M. Awais, M. Naseer, S. Khan, R. M. Anwer, H. Cholakkal, M. Shah, M.-H. Yang, F. S. Khan, “Foundation models defining a new era in vision: a survey and outlook,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 2025

  16. [24]

    Advancing domain-specific adaptationsoflargelanguagemodelsthroughtransfer learning and fine-tuning techniques: An analytical study,

    A. Rupa, C. Swapna, “Advancing domain-specific adaptationsoflargelanguagemodelsthroughtransfer learning and fine-tuning techniques: An analytical study,”Sentiment Analysis Unveiled, pp. 58–73, 2025

  17. [25]

    Recentadvancesoffoundationlanguage models-based continual learning: A survey,

    Y. Yang, J. Zhou, X. Ding, T. Huai, S. Liu, Q. Chen, Y.Xie,L.He,“Recentadvancesoffoundationlanguage models-based continual learning: A survey,” ACM Computing Surveys, vol. 57, no. 5, pp. 1–38, 2025

  18. [26]

    Data foundations for large scale multimodal clinical foundation models,

    W.Dai,P.Chen,M.Lu,D.Li,H.Wei,H.Cui,P.P.Liang, “Data foundations for large scale multimodal clinical foundation models,” arXiv preprint arXiv:2503.07667, 2025

  19. [27]

    Timegpt-1,

    A. Garza, C. Challu, M. Mergenthaler-Canseco, “Timegpt-1,”arXiv preprint arXiv:2310.03589, 2023

  20. [28]

    Lag-llama: Towards foundation models for time series forecasting,

    K. Rasul, A. Ashok, A. R. Williams, A. Khorasani, G. Adamopoulos, R. Bhagwatkar, M. Biloš, H. Ghonia, N. Hassen, A. Schneider,et al., “Lag-llama: Towards foundation models for time series forecasting,” inR0- FoMo: Robustness of Few-shot and Zero-shot Learning in Large Foundati...

  21. [29]

    Visualizing data using t-sne.,

    L. Van der Maaten, G. Hinton, “Visualizing data using t-sne.,”Journalofmachinelearningresearch ,vol.9,no.11, 2008

  22. [30]

    Umap: Uniform manifold approximation and projection for dimension reduction,

    L. McInnes, J. Healy, J. Melville, “Umap: Uniform manifold approximation and projection for dimension reduction,” arXiv preprint , 2018, doi: 10.48550/arXiv.1802.03426

  23. [31]

    Understanding how dimension reduction tools work: An empirical approach to deciphering t-sne, umap, trimap, and pacmap for data visualization,

    Y. Wang, H. Huang, C. Rudin, Y. Shaposhnik, “Understanding how dimension reduction tools work: An empirical approach to deciphering t-sne, umap, trimap, and pacmap for data visualization,”Journal of Machine Learning Research, vol. 22, no. 201, pp. 1–73, 2021

  24. [32]

    Combining dataminingandvisualization: Umaponrope,

    S. Bhatnagar, A. Singh, V. Awasthi, S. SK, “Combining dataminingandvisualization: Umaponrope,”in 2024 International Conference on IoT Based Control Networks and Intelligent Systems (ICICNIS), 2024, pp. 1623–1629, IEEE

  25. [33]

    Dafted: Decoupled asymmetric fusion of tabular and echocardiographic data for cardiac hypertension diagnosis,

    J. Stym-Popper, N. Painchaud, P.-Y. COURAND, C. Rambour, N. Thome, O. Bernard, “Dafted: Decoupled asymmetric fusion of tabular and echocardiographic data for cardiac hypertension diagnosis,” in Medical Imaging with Deep Learning , 2025

  26. [34]

    Timecluster: dimension reduction applied to temporal data for visual analytics,

    M. Ali, M. W. Jones, X. Xie, M. Williams, “Timecluster: dimension reduction applied to temporal data for visual analytics,”The Visual Computer, vol. 35, no. 6-8, pp. 1013–1026, 2019

  27. [35]

    Human-in-the-loop: visual analytics for building models recognising behavioural patterns in time series,

    N. Andrienko, G. Andrienko, A. Artikis, P. Mantenoglou, S. Rinzivillo, “Human-in-the-loop: visual analytics for building models recognising behavioural patterns in time series,” IEEE Computer Graphics and Applications, 2024

  28. [36]

    tsai - a state-of-the-art deep learning library for time series and sequential data

    I. Oguiza, “tsai - a state-of-the-art deep learning library for time series and sequential data.” Github, 2023. [Online]. Available: https://github.com/timeseriesAI/tsai

  29. [37]

    Inceptiontime: Findingalexnetfor time series classification,

    H. Ismail Fawaz, B. Lucas, G. Forestier, C. Pelletier, D.F.Schmidt,J.Weber,G.I.Webb,L.Idoumghar,P.-A. Muller,F.Petitjean,“Inceptiontime: Findingalexnetfor time series classification,”Data Mining and Knowledge Discovery, vol. 34, no. 6, pp. 1936–1962, 2020

  30. [38]

    STUMPY:APowerfulandScalablePython Library for Time Series Data Mining,

    S.M.Law, “STUMPY:APowerfulandScalablePython Library for Time Series Data Mining,”The Journal of Open Source Software, vol. 4, no. 39, p. 1504, 2019, doi: 10.21105/joss.01504

  31. [39]

    The web as a jungle: Non-linear dynamical systems for co-evolving online activities,

    Y. Matsubara, Y. Sakurai, C. Faloutsos, “The web as a jungle: Non-linear dynamical systems for co-evolving online activities,” inProceedings of the 24th international conference on world wide web, 2015, pp. 721–731

  32. [40]

    aeon: a python toolkitforlearningfromtimeseries,

    M. Middlehurst, A. Ismail-Fawaz, A. Guillaume, C. Holder, D. Guijo-Rubio, G. Bulatova, L. Tsaprounis, L. Mentel, M. Walter, P. Schäfer,et al., “aeon: a python toolkitforlearningfromtimeseries,” JournalofMachine Learning Research, vol. 25, no. 289, pp. 1–10, 2024

  33. [41]

    Soft-dtw: a differentiable loss function for time-series,

    M. Cuturi, M. Blondel, “Soft-dtw: a differentiable loss function for time-series,” inInternational conference on machine learning, 2017, pp. 894–903, PMLR. 21 Inmaculada Santamaria-Valenzuela Inmaculada Santamaria-Valenzuela is an Assistant Professor at the School of Computer ...

  34. [2001]

    He is currently a Full Professor with Computer Systems Engineering Department, Universidad Politécnica deMadrid (UPM),Madrid, Spain, and the Head of the Applied Intelligence and Data Analysis researchGroup,UPM.He has authored or coauthored more than 300 journals, books, and co...

  35. [2018]

    Available: https://umap- learn.readthedocs.io/en/latest/interactive_viz.html, Accessed: 2024-06-26

    [Online]. Available: https://umap- learn.readthedocs.io/en/latest/interactive_viz.html, Accessed: 2024-06-26

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.