ConceptioArchivearXiv CS
arXiv CSopen access

STaT: Resolving Shape Distortion in Non-Stationary Time Series via Tri-Modal Synergy

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
machine learning, deep learning, neural networks

Hui Cheng

Jinsheng Guo

Zhenhao Weng

[email protected] Hefei University of Technology Hefei, China

[email protected] Hefei University of Technology Hefei, China

[email protected] Hefei University of Technology Hefei, China

Yan Qiao∗

Meng Li∗

[email protected] Hefei University of Technology Hefei, China

[email protected] Hefei University of Technology Hefei, China

Abstract

CCS Concepts • Mathematics of computing → Time series analysis; • Computing methodologies → Artificial intelligence; • Information systems → Data mining.

Keywords Time Series Forecasting, Multi-modal Learning, Symbolic Representation, Large Language Models

1

Introduction

Time series forecasting is essential for decision-making in complex dynamical systems, with applications across finance [14, 21], weather [12, 31], traffic [22, 40], and energy [33, 34]. Deep learning paradigms, particularly Transformer-based architectures [32, 38, 43, 44], have advanced time series analysis by capturing long-range dependencies. However, single-modality numerical models still struggle to handle non-stationary distribution shifts in long-term forecasting, often resulting in fragile generalization [16, 27, 28]. Recent research explores multi-modal-based forecasting by introducing additional modalities beyond numerical data to adapt ∗ Corresponding authors

Magnitude-optimized Methods ', 𝒀 𝑳𝑴𝑺𝑬 = 𝑴𝑺𝑬 𝒀

Backpropagation

Vision-augmented Methods

STaT (ours)

Symbolic modality

B

C

A

D

Time Series Symbolization

…ABCD…

Value

Recent research in time series forecasting frequently investigates the integration of textual and visual modalities with numerical models to better navigate non-stationary environments. Despite delivering solid numerical results, existing multi-modal approaches usually encounter a dilemma: prioritizing the minimization of average errors can result in excessively smooth forecasts that overlook essential fluctuations. To resolve this limitation, we introduce STaT, an innovative multimodal architecture for Symbolic-Temporal-Textual Alignment, which seamlessly unites three synergistic modalities. Specifically, the symbolic modality converts continuous time series into discrete tokens, facilitating the accurate identification of structural patterns and turning points; the temporal modality extracts inherent sequential dependencies; and the textual modality leverages domain semantics to steer the macroscopic forecasting trends. Comprehensive evaluations on eight real-world benchmarks indicate that STaT delivers exceptional performance, enhancing conventional magnitude indicators by up to 8.9% while simultaneously decreasing shape distortion by up to 8.5%.

Ground Truth

Value

arXiv:2605.25943v1 [cs.LG] 25 May 2026

STaT: Resolving Shape Distortion in Non-Stationary Time Series via Tri-Modal Synergy

Textual modality “ Initial decline followed by an upward trend ”

Image patches Convolution

Time Steps

Time Steps

Figure 1: Comparison between existing forecasting paradigms and our approach (STaT). (Left) Current paradigms often suffer from over-smoothed predictions. (Right) Our STaT integrates temporal, textual, and symbolic modalities to minimize magnitude errors while ensuring precise shape alignment.

to non-stationary environments. Initial efforts augment numerical data with large language models (LLMs) [1, 13, 15, 39] to leverage semantic contexts. However, discrete text alone is too abstract to capture the variation patterns of temporal dynamics. Emerging vision–language models and vision-based techniques have been introduced to transform 1D time series into 2D images, such as heatmaps or line plots, exploiting visual features to complement textual semantics [36, 42]. Despite progress in standard magnitude metrics (e.g., mean squared error (MSE) and mean absolute error (MAE)) on nonstationary datasets, current multi-modal-based forecasting paradigms are caught in a trade-off: in pursuit of reducing the average magnitude error, they often forgo capturing volatility in certain instances, resorting instead to smooth predictions to avoid the risk of mispredicting peaks and troughs — since any error at peaks or troughs would cause a sharp increase in magnitude errors [6, 20] (as shown in Figure 1, left, green line). Nevertheless, in numerous real-world applications, the precise identification of peaks and troughs is paramount, even outweighing the accuracy of the mean prediction [8, 19]. For instance, precisely capturing the turning points of financial asset prices can help avert systemic financial crises; accurately tracking dynamic congestion trends enables proactive traffic diversion; and detecting extreme peak amplitudes of weather anomalies allows for the early deployment of countermeasures against extreme weather events. These

Hui Cheng, Jinsheng Guo, Zhenhao Weng, Yan Qiao, and Meng Li

real-world demands underscore the need to prioritize shape alignment alongside magnitude accuracy. Upon deeper investigation, besides the pursuit of minimizing the magnitude errors, the state-of-the-art visual representation for time series also leads to overly smooth prediction curves. Standard 2D visual operations, such as image patching and convolutions, inherently act as spatial low-pass filters [36, 37] that discard highfrequency mutations (Figure 1, left, yellow line). Consequently, while these models may successfully achieve even lower magnitude errors, they often suffer from shape distortion. Symbolic representation is an effective alternative form of sequence representation [23]. Distinct from the image patching and convolutions used in visual representations, symbolic time series analysis (STSA) discretizes continuous signals into discrete symbols [4]. With the distinct advantage of preserving local shapes, STSA tightly binds geometric structures to their exact temporal positions, effectively resolving shifts in turning points. Unlike visual representations, which have received considerable attention in the rapidly growing field of computer vision, symbolic representation of time series has been relatively underexplored. In this paper, we introduce, for the first time, a symbolic modality into time series forecasting, complementing the textual and temporal modalities. Specifically, the symbolic modality captures volatility and turning points by encoding numerical series into discrete, interpretable symbols that make abrupt changes structurally explicit; the textual modality captures global trends by incorporating contextual knowledge from external text, providing the overarching direction of the series; and the temporal modality captures temporal correlations, modeling the sequential dependencies and time-varying patterns inherent in the data. To fully empower the three modalities, we design a volatility-aware temperature (VAT) routing mechanism that adaptively adjusts their weights across various non-stationary environments. Through the synergy of the three modalities, our temporal-text-symbolic multimodal architecture, STaT, achieves accurate shape alignment while maintaining a low magnitude error (Figure 1, right, red line). In summary, this paper makes the following contributions to time series forecasting. • We propose the first multimodal framework that integrates symbolic, textual, and temporal modalities. This new framework effectively achieves minimal magnitude errors while simultaneously ensuring precise shape alignment to capture exact turning points, preserve extreme peak amplitudes, and track consistent trends. • We design a volatility-aware temperature (VAT) routing mechanism that adaptively adjusts the fusion weights of the three modalities based on the current volatility of the time series. This mechanism maximizes their synergistic complementarity across diverse non-stationary environments, contributing to robust performance across various volatility scenarios. • We conduct extensive experiments on eight real-world datasets. Empirical results demonstrate that while existing baselines struggle to balance magnitude accuracy and shape alignment, STaT achieves breakthrough performance on both fronts. It improves standard magnitude metrics by

up to 8.9% while simultaneously reducing shape distortion by up to 8.5%.

2

Related Work

This section reviews three lines of time series forecasting research closely related to this work: multimodal-based forecasting, symbolicbased forecasting, and shape-aligned forecasting.

2.1

Multi-Modal Forecasting

Multi-modal architectures drive new paradigms in time series forecasting. GPT4TS [45] and TimeLLM [15] project temporal patches [32] into textual representations. TimeCMA [25] aligns temporal features with textual prompts. Recent studies expand these integrations to include visual modality. Time-VLM [42] utilizes visionlanguage models to enrich temporal representations. T3Time [5] integrates temporal, spectral, and prompt-based features. However, these paradigms commonly rely on magnitude error as the loss function or on visual operations, which may introduce averaging biases and low-pass filtering effects, often resulting in over-smoothed predictions that overlook critical volatility.

2.2

Symbolic Representation

Symbolic representation establishes a crucial bridge between continuous numerical sequences and discrete semantic spaces. Early frameworks, including SAX [24] and 1d-SAX [29], map temporal data into finite characters via fixed-window aggregation and linear trend extraction. Subsequent adaptive methods, such as ABBA [10] and fABBA [3], dynamically model time series patterns through joint amplitude and period variations using polygonal chain approximations. A recent study, LLM-ABBA [2], aligns these discrete symbols directly with the native vocabularies of pre-trained language models. However, despite their diverse symbolization strategies, relying solely on the symbolic modality makes it difficult to perceive overarching trends and long-range dependencies.

2.3

Shape-Aligned Forecasting

Shape-aligned forecasting aims to preserve temporal dynamics by adopting shape-focused losses such as Soft-DTW [6] and DILATE [20], instead of simple magnitude error minimization. Dong et al. [9] proposed a multimodal contrastive framework that optimizes InfoNCE-based alignment loss to reconstruct structural dependencies from visual and textual perspectives. Wang et al. [35] introduced a transformation-augmented objective, Time-o1, which projects label sequences into decorrelated components via singular value decomposition (SVD). Kudrat et al. [17] proposed a patch-wise structural (PS) loss that integrates localized correlation, variance, and mean metrics to produce more accurate shape predictions. However, without explicit discrete structural features, these paradigms—operating in continuous spaces—remain susceptible to filtering biases, making it challenging to strike a balance between shape constraints and magnitude accuracy. In contrast to the above methods, the proposed STaT integrates the symbolic, textual, and temporal modalities, allowing them to complement one another. We further design a VAT routing mechanism coupled with an adaptive dual fidelity (ADF) loss tailored to

STaT: Resolving Shape Distortion in Non-Stationary Time Series via Tri-Modal Synergy

𝜆

𝛼

𝑤(,(

SoftMax

𝑤()*+

+ Volatility Aware Temperature

𝑌$(,(

Z

𝑤-.*

" 𝒀

+ 𝑌$()*+

-

1 ) 𝐿 !"#$% = 𝐿&'( + $ 𝐿 + 𝑙𝑜𝑔 𝜎) 2𝜎)* $+,

𝑌$-.*

Temporal Feature

Frozen

Symbolic Feature

𝑄()*+

CrossAttention

Feature Mixing Module

𝐹()*+

𝐹#01

Textual Feature

Historical state bank

)./

𝑄()*+

Addition Multiplication

𝑀!"#$%"

Attention

𝑀"#&%"

Top-k

𝑋)*$

Language Encoder

CrossAttention

CrossAttention

Dataset: <Weather>. Task: Forecast the next <96> steps using the past <96> steps. Input statistics: min value = <-1.243>, max value = <2.451>, median value = <0.521>, overall trend is <upward, recent momentum is downward>, periodicity is approximately <24> steps, global volatility. 𝛼 =< 1.053(high) >.

𝐹'!"#$

Contextual Information

[global volatility descriptor] [value range] ............

[periodic descriptions] [task-specific parameters] ............

𝐹''()*+$

𝐹'%"&

Language Embedding Layer AGGCHDBHCGGCHH...

Statistical Information

CrossAttention

Position Embedding

mid

fine

ABCDAEFEF

coarse

(c) Symbolic Representation Learner

(b) Temporal Representation Learner

(a) Textual Representation Learner

ACDBGCDEAAEEFFEEAF

Figure 2: Overview of the STaT framework.

these modalities, thereby enabling the predictions to achieve jointly optimal magnitude accuracy and shape alignment.

3

Methodology

Problem Formulation. We consider a multivariate time series forecasting task. Let the historical observations be denoted as X ∈ R𝐵×𝐿×𝐶 , where 𝐵 represents the batch size, 𝐿 is the look-back window length, and 𝐶 denotes the number of variates. The goal is to predict the future sequence Ŷ ∈ R𝐵×𝑇 ×𝐶 , where 𝑇 is the forecasting horizon. We define our multi-modal forecasting model as a mapping function FΘ : R𝐵×𝐿×𝐶 → R𝐵×𝑇 ×𝐶 parameterized by Θ. Given a historical sequence X ∈ R𝐵×𝐿×𝐶 , our goal is to accurately forecast its future values Y ∈ R𝐵×𝑇 ×𝐶 over the next 𝑇 time steps. The forecasting model FΘ is trained to tightly align the predicted sequence Ŷ with the ground truth Y by concurrently minimizing the magnitude error and preserving shape fidelity. Method Overview. To achieve this goal, we propose STaT. As illustrated in Figure 2, our framework integrates three components to utilize their strong complementarity: a 1) temporal representation learner to establish base predictions and queries, a 2) textual representation learner providing macroscopic semantic priors, and a 3) symbolic representation learner extracting multi-scale discrete geometric structures. These multi-modal representations are dynamically harmonized via a VAT routing mechanism and optimized end-to-end using the ADF Loss.

3.1

Temporal Representation Learner

In the temporal representation learner, the input data is first tokenized into latent vectors via patch projection, then fused with retrieved historical states via historical auto-correlation modeling, and finally projected to future horizons and cross-modal dimensions via prediction and query generation to serve as queries for the other modalities.

Patch Projection: To capture local temporal patterns, the input sequence X is first partitioned into overlapping patches X𝑝 ∈ R𝐵×𝑁 × (𝑃 ·𝐶 ) , where 𝑃 denotes the patch length and 𝑁 is the total number of patches. These patches are then linearly projected into a high-dimensional latent space R𝐷 model and injected with positional embeddings to preserve temporal ordering, resulting in the embedded sequence Xemb ∈ R𝐵×𝑁 ×𝐷 model . Historical Auto-Correlation Modeling: To learn both local and global autocorrelation features of the time series, we construct a unified reference pool that captures complex temporal dynamics by maintaining a historical state bank Bmem ∈ R𝑀 ×𝐷 model , where 𝑀 denotes the maximum bank capacity. During each forward pass, the current patch embeddings are first temporally averaged and then enqueued into Bmem , while the oldest representations are dynamically dequeued to keep the bank up-to-date. The extraction of autocorrelations proceeds at two levels, local and global: Local Auto-Correlation: We retrieve the top-𝑘 similar historical patches from the state bank based on their cosine similarity with the current embeddings Xemb . These retrieved patches are processed through a two-layer MLP and combined with the original Xemb via a residual connection to extract local auto-correlation features: Mlocal = Xemb + MLP(Top-𝑘 (Bmem )).

(1)

Global Auto-Correlation: To capture long-range dependencies, we apply multi-head self-attention over linear projections of the current patch embeddings to yield contextualized representations. The global auto-correlation Mglobal is then obtained by temporally averaging these contextualized attention outputs across the patch dimension 𝑁 : 𝑁

Mglobal =

1 ∑︁ Attn(Xemb )𝑖 . 𝑁 𝑖=1

(2)

Hui Cheng, Jinsheng Guo, Zhenhao Weng, Yan Qiao, and Meng Li

The two representations are fused via broadcasting addition to capture high-level temporal patterns Ftemp = Mlocal + Mglobal . Prediction and Query Generation: The temporal representation Ftemp ∈ R𝐵×𝑁 ×𝐷 model serves a dual purpose. It is processed by a linear head to generate the independent temporal representation Ŷtemp ∈ R𝐵×𝑇 ×𝐶 , and is simultaneously transformed via a normalized linear projection into a cross-modal query axis Qtemp ∈ R𝐵×𝐶 ×𝐷 model utilized for textual and symbolic space retrieval.

3.2

Textual Representation Learner

In the textual representation learner, the numerical input is first translated into descriptive prompts via dynamic prompting, then mapped into a high-dimensional semantic space via textual feature extraction, and finally fused with temporal queries to generate textaugmented forecasts via textual prediction. Dynamic Prompting: As shown in Table 1, we transform the raw data X into a textual prompt Xtext , which consists of a task specification section and a dynamic statistics section. The task specification contextualizes the forecasting objective by specifying the dataset and the prediction horizon. The dynamic statistics section provides precise numerical grounding through statistical properties such as trend, momentum, and global volatility. To enable the model to adapt to different volatility regimes, we extract a volatility descriptor 𝛼 for the current input window, defined as: 𝐶 1 ∑︁ 𝛼= std(x𝑐 ), (3) 𝐶 𝑐=1 where std(x𝑐 ) denotes the standard deviation of the 𝑐-th individual variate (𝑐 ∈ {1, 2, . . . , 𝐶}) within the normalized input window. Table 1: Structural template of the dynamic textual prompt Xtext . [Task Specification] Dataset: <domain-specific dataset description>

Ŷtxt = GELU(LayerNorm(Lineartxt_head (Otxt ))),

3.3

Symbolic Representation Learner

In the symbolic representation learner, the continuous sequence is first discretized into multi-scale discrete symbols via time series symbolization, then projected into a continuous semantic space via symbolic feature extraction, and finally queried across scales to formulate symbolic representation via symbolic prediction. Time Series Symbolization: We first apply window-level Zscore normalization to the continuous sequence X to ensure scale consistency, and yield the normalized sequence X̃. Then we employ the fABBA algorithm [4] to discretize it into piecewise linear approximations. The algorithm first segments the original time series into a sequence of 2D tuples (𝑙𝑒𝑛𝑖 , 𝑖𝑛𝑐𝑖 ) representing the length and increment of each piece, ensuring that the reconstruction error remains strictly bounded by a predefined tolerance 𝑡𝑜𝑙. Next, a distance-based clustering mechanism groups these 2D tuples to construct a discrete vocabulary Σ. Each cluster center 𝑐𝑘 encapsulates a unique local geometric structure and is assigned a distinct alphabetical identifier (e.g., ’A’, ’B’, ’C’, ’D’). The mapping function can be formally defined as: 𝑣𝑖 = arg min ∥(𝑙𝑒𝑛𝑖 , 𝑖𝑛𝑐𝑖 ) − 𝑐𝑘 ∥ 2, 𝑐𝑘 ∈ C

𝑣𝑖 ∈ Σ.

(7)

By replacing each linear segment with its corresponding identifier 𝑣𝑖 , X̃ is completely transformed into a discrete symbolic string S = [𝑣 1, 𝑣 2, . . . , 𝑣 𝐿sym ], where 𝐿sym denotes the length of the symbolic sequence. We denote this entire STSA pipeline as the function fABBA( X̃, 𝑡𝑜𝑙), where 𝑡𝑜𝑙 is the error tolerance indicating the maximum permissible reconstruction deviation. To systematically capture these discrete symbols at multiple granularities, we extract three distinct symbolic sequences by varying the error tolerance: S𝑠 = fABBA( X̃, 𝑡𝑜𝑙𝑠 )

Task: Forecast the next <𝑇 > steps using the past <𝐿> steps.

(6)

where Otxt ∈ R𝐵×𝐶 ×𝐷 model is the retrieved semantic feature, and Ŷtxt ∈ R𝐵×𝑇 ×𝐶 is the resulting textual representation.

(8) Σ𝐿sym represents the

[Dynamic Statistics] Input statistics: min value = <min>, max value = <max>, median value = <med>, overall trend is <upward|downward>, recent momentum is <upward|downward>, periodicity is approximately <𝑃 > steps, Volatility descriptor 𝛼 = <value> (<high|moderate|low>).

Textual Feature Extraction: The constructed text sequence Xtext is fed into a pre-trained language encoder to produce highdimensional textual embeddings, which are then aligned to the model’s primary dimension:

where 𝑠 ∈ {fine, mid, coarse}, and S𝑠 ∈ discrete symbolic sequence for scale 𝑠. 𝑡𝑜𝑙 fine , 𝑡𝑜𝑙 mid , and 𝑡𝑜𝑙 coarse are configured to capture exact turning points, short-term local fluctuations, and broader amplitude shifts, respectively. Symbolic Feature Extraction: To treat the alphabetical identifiers as textual tokens, we map the discrete symbolic strings into a continuous high-dimensional vector pool utilizing the frozen language embedding layer of the pre-trained language encoder and the subsequent alignment projection used in textual feature extraction: F𝑠 = Linearalign (EmbedLanguage (S𝑠 )),

(9)

Ftxt = Linearalign (EmbedLanguage (Xtext )), (4) where EmbedLanguage (·) denotes the frozen language embedding layer of the pre-trained language encoder, and Ftxt ∈ R𝐵×𝐿txt ×𝐷 model forms the macroscopic semantic knowledge pool, with 𝐿txt representing the textual token length. Textual Prediction: The temporal query Qtemp attends to the semantic pool via a cross-attention mechanism to generate the text-augmented prediction:

where F𝑠 ∈ R𝐵×𝐿sym ×𝐷 model is the symbolic feature. This projection explicitly aligns the discrete symbols with the textual features in the same representation space, ensuring that the temporal query can seamlessly attend to both global semantic contexts and local geometric structures. Symbolic Prediction: With the continuous symbolic features F𝑠 established, the temporal query Qtemp conducts independent cross-modal retrieval across the three scales to generate the corresponding symbolic representation:

Otxt = CrossAttention(Q = Qtemp, K = Ftxt, V = Ftxt ),

O𝑠 = CrossAttention(Q = Qtemp, K = F𝑠 , V = F𝑠 ),

(5)

(10)

STaT: Resolving Shape Distortion in Non-Stationary Time Series via Tri-Modal Synergy

Ŷ𝑠 = GELU(LayerNorm(Linearsym_head (O𝑠 ))),

(11)

where O𝑠 ∈ R𝐵×𝐶 ×𝐷 model is the retrieved structural feature, and Ŷ𝑠 ∈ R𝐵×𝑇 ×𝐶 is the specific representation for scale 𝑠. To adaptively integrate these multi-scale presentations, we use a feature mixing module to dynamically fuse them into a unified symbolic representation Ŷsym = 𝑐 fine Ŷfine + 𝑐 mid Ŷmid + 𝑐 coarse Ŷcoarse utilizing scale-specific importance weights [𝑐 fine, 𝑐 mid, 𝑐 coarse ] = Softmax(𝝎 fmm ), where 𝝎 fmm ∈ R3 represents learnable parameters optimized during training to adaptively balance the three structural granularities.

3.4

Multi-Modal Representation Fusion

The multi-modal representation fusion module dynamically harmonizes the presentations produced by the temporal, textual, and symbolic learners through our VAT routing mechanism, thereby accommodating various volatility scenarios. In the VAT routing mechanism, we first compute the basic stepwise weights Z ∈ R𝐵×𝑇 ×𝐶 ×3 for the three modality experts, by applying a linear projection layer to the pure temporal query Qtemp . To accommodate various volatility scenarios, we modify these weights using the volatility descriptor 𝛼 derived by Eqn. (3). This descriptor generates an inverse temperature 𝜆 for the VAT routing: 𝜆 = 𝜂 · Sigmoid(𝛼),

(12)

where Sigmoid(·) is the sigmoid function, and 𝜂 is a hyperparameter that controls the scale of 𝜆. Here, 𝜆 directly controls the routing sharpness: low volatility produces a small 𝜆 for an evenly averaged ensemble, whereas high volatility yields a large 𝜆 to amplify the dominant modality. The experimental analysis of the VAT mechanism is provided in Section 4.5 and Figure 6. The final forecasting output Ŷ is formulated by aggregating the modality-specific predictions utilizing the VAT-adjusted dynamic fusion weights:   [𝑤 temp, 𝑤 txt, 𝑤 sym ] = Softmaxdim=−1 𝜆 · (Z + b) , (13) Ŷ = 𝑤 temp ⊙ Ŷtemp + 𝑤 txt ⊙ Ŷtxt + 𝑤 sym ⊙ Ŷsym,

(14)

where b ∈ R3 is a constant initialization bias applied to temporarily favor the temporal backbone and stabilize the routing distribution during the initial training phase.

3.5

Optimization

Since the three modalities—temporal, textual, and symbolic—capture complementary aspects of the time series, their fusion provides a unified interface for jointly optimizing both magnitude error and shape alignment. However, standard loss functions, such as MSE (e.g., MSE) or shape-focused losses (e.g., Soft-DTW), often struggle to balance magnitude accuracy and shape fidelity. To address this gap, we design a new training loss function, termed the ADF loss, which is defined as:  4  ∑︁ 1 (𝑖 ) (15) LTotal = LMSE + Laux + log(𝜎𝑖 ) , 2𝜎𝑖2 𝑖=1 where the primary prediction loss LMSE = MSE( Ŷ, Y) serves as the stable anchor with a fixed unit weight to guarantee magnitude fidelity. To enforce shape alignment with complementary constraints,

(𝑖 ) the regularization term Laux integrates four auxiliary objectives: ⊤ 1) LL1 = ∥ Û𝑘 Σ̂𝑘 V̂𝑘 − U𝑘 Σ𝑘 V𝑘⊤ ∥ 1 retains the top-𝑘 singular components to filter out high-frequency noise, forcing the model to Í align with the global trend; 2) LMean = 𝑁1 𝑁𝑗=1 (𝜇 ( ŷ 𝑗 ) − 𝜇 (y 𝑗 )) 2 calculates the patch-wise mean to prevent local vertical shifts; 3) Í LVar = 𝑁1 𝑁𝑗=1 (std( ŷ 𝑗 ) − std(y 𝑗 )) 2 uses variance to measure the variation severity, forcing the model to restore severe fluctuations; Í Cov( ŷ 𝑗 ,y 𝑗 ) and 4) LCorr = 𝑁1 𝑁𝑗=1 (1 − std( ŷ 𝑗 )std(y ) uses the Pearson corre𝑗) lation to evaluate local shape similarity, ensuring the model accurately captures turning points. To balance these different objectives, 𝜎𝑖 is a learnable uncertainty parameter that automatically downweights noisy tasks. During the optimization process guided by LTotal , the pre-trained language encoder and the language embedding layer are kept strictly frozen. Only the following lightweight components are optimized during fine-tuning: 1) Temporal representation learner: including patch projection, historical auto-correlation modeling, and the linear head; 2) Textual representation learner: including the cross-attention mechanism and linear heads; 3) Symbolic representation learner: including the cross-attention mechanisms and the feature mixing module; 4) Multimodal prediction fusion: including the linear projection layer for VAT routing.

4

Experiment

We conduct extensive experiments on 8 public time series datasets, comparing STaT against 9 representative baselines.

4.1

Setup

Datasets. As summarized in Table 2, we evaluate STaT on eight widely used time series datasets across diverse domains, including: temperature monitoring (ETTm1, ETTm2, ETTh1, ETTh2), electricity consumption (Electricity), transportation (Traffic), weather forecasting (Weather) and daily exchange rates (Exchange) [18, 43]. These datasets are commonly used for benchmarking forecasting models [37], and vary in frequency, dimensionality, and temporal characteristics. Metrics. Performance is measured using magnitude metrics, including MSE and MAE, as well as shape-aware metrics, including Dynamic Time Warping (DTW) [30] and Time Distortion Index (TDI) [11, 20], all following standard evaluation practices in this field. The formulations for these two shape-aware metrics are defined as follows: ∑︁ DTW(Y, Ŷ) = min 𝑑 (y𝑚 , ŷ𝑛 ), (16) 𝐴∈ A (Y,Ŷ) (𝑚,𝑛) ∈𝐴

TDI(Y, Ŷ) =

∑︁ (𝑚,𝑛) ∈𝐴

(𝑚 − 𝑛) 2 , 𝑇2 ∗

(17)

where (𝑚, 𝑛) denotes aligned time steps in a warping path 𝐴 from the admissible set A, 𝐴∗ is the optimal path minimizing the alignment distance, and 𝑑 (·, ·) is the squared Euclidean distance. Baselines. We compare STaT with state-of-the-art time series models from three categories. 1) LLM / multimodal time-series models: TimeCMA [25], Time-VLM [42], Time-LLM [15], and GPT4TS [45], which leverage large language models and/or multimodal priors for forecasting. 2) Transformer-based forecasting models: We

Hui Cheng, Jinsheng Guo, Zhenhao Weng, Yan Qiao, and Meng Li

Dim.

Series Length

Dataset Size

Frequency

Domain

ETTh1 ETTh2 ETTm1 ETTm2 Weather Electricity Traffic Exchange

7 7 7 7 21 321 862 8

{96, 192, 336, 720} {96, 192, 336, 720} {96, 192, 336, 720} {96, 192, 336, 720} {96, 192, 336, 720} {96, 192, 336, 720} {96, 192, 336, 720} {96, 192, 336, 720}

(8545, 2881, 2881) (8545, 2881, 2881) (34465, 11521, 11521) (34465, 11521, 11521) (36792, 5271, 10540) (18317, 2633, 5261) (12185, 1757, 3509) (5120, 665, 1422)

1 hour 1 hour 15 min 15 min 10 min 1 hour 1 hour 1 day

Temperature Temperature Temperature Temperature Weather Electricity Transportation Exchange rates

D (77K

E (77P

6WDWLRQDU\



 7LPHV1HW

  

)('IRUPHU 7LPH9/0 3DWFK767 '/LQHDU 7LPH//0 *3776

7LPH&0$

67D7

06( F (OHFWULFLW\

Long-Term Forecasting



67D7



7LPH&0$



)('IRUPHU







06( G ([FKDQJH

)('IRUPHU 6WDWLRQDU\

'7:

'7:



7LPHV1HW '/LQHDU *3776

3DWFK767 7LPH//0



6WDWLRQDU\ 7LPHV1HW

 

7LPH9/0







4.2







We evaluate the long-term forecasting capabilities of STaT across multiple horizons and datasets. As shown in Table 3, STaT achieves state-of-the-art overall performance. Notably, on the challenging Exchange dataset (daily foreign-exchange rates with weak periodicity and high non-stationarity), STaT reduces MSE by 8.9% compared to the second-best model (Time-LLM) and MAE by 2.4%. It also establishes optimal magnitude accuracy on datasets such as ETTh1, ETTh2, and ETTm2 against strong foundation models. Furthermore, STaT exhibits a pronounced advantage in shape-aware metrics. Specifically, on the Exchange dataset, it significantly reduces the DTW error by 8.5% compared to the best baseline TimeCMA. Similarly, for the TDI metric, it achieves a 6.9% error reduction on ETTh2 compared to GPT4TS, an 8.3% reduction on Traffic, and a 7.1% reduction on ETTh1 compared to Time-VLM. As further illustrated in Figure 3, comparing MSE against DTW across four representative datasets (ETTh1, ETTm2, Electricity, and Exchange)



       



adopt PatchTST [32], Non-stationary Transformer [27], and FEDformer [44], which are strong sequence modeling baselines for longhorizon forecasting. 3) CNN/linear forecasting models: TimesNet [37] and DLinear [41] are widely used efficient non-LLM baselines. In contrast, STaT proposed in this paper is the first framework to integrate symbolic modality with textual and temporal modalities for time series forecasting. Performance results for some baselines are cited from [26] where applicable. Implementation Details. To ensure a fair comparison, we compare STaT against superior baselines using a unified pipeline under the same configurations as [37] for magnitude metrics. For shapeaware evaluation, we follow the standard protocol established by [20]. We employ the pre-trained BERT (bert-base-uncased) [7] as the language encoder for both the textual and symbolic representation learners, and freeze its parameters, optimizing only lightweight task-specific modules. The look-back window length is set to 𝐿 = 96, and the forecasting horizons are 𝑇 ∈ {96, 192, 336, 720}. For VAT routing, 𝜂 is set to 2. For multi-scale fABBA, 𝑡𝑜𝑙 fine , 𝑡𝑜𝑙 mid , and 𝑡𝑜𝑙 coarse are set to 0.01, 0.10, and 0.50, respectively, corresponding to a tolerance ratio of 1:10:50. All models are trained with Adam (10−3 initial learning rate, halved per epoch), batch size 32, for up to 10 epochs with early stopping. The experiments are implemented using PyTorch and executed on NVIDIA RTX A6000 48GB GPU.

)('IRUPHU 6WDWLRQDU\



'7:

Dataset

reveals that STaT (red star) consistently occupies the optimal lowerleft region, demonstrating that our model successfully achieves a balance in reducing both magnitude errors and shape errors.

'7:

Table 2: Summary of benchmark datasets. Each dataset includes multiple time series (Dim.) with varying sequence lengths, split into training, validation, and testing sets. Data are collected at different frequencies across various domains.

7LPH9/0 3DWFK767 *3776 7LPH//0 '/LQHDU

 





*3776 7LPH9/0 3DWFK767

 7LPH//0 7LPHV1HW

67D7

67D7



'/LQHDU

7LPH&0$



06(













7LPH&0$







06(









Figure 3: Comparison of the ability to balance MSE (magnitude error) and DTW (shape error) across different methods.

4.3

Few-Shot Forecasting

We evaluate the few-shot forecasting capability of STaT by testing its performance using only 10% of the training data. This setting assesses how effectively STaT performs under limited task-specific supervision. As shown in Table 4, STaT consistently outperforms most baselines across datasets. For example, on ETTh1, STaT reduces MSE by 5.1% compared to the best baseline, Time-VLM. On the Exchange dataset, it surpasses GPT4TS by 6.2% in MAE and DLinear by 4.4% in MSE. Furthermore, STaT still exhibits a pronounced advantage in shape-aware forecasting, effectively capturing shape alignments where other models fail under limited supervision. Specifically, on ETTm2, it reduces the DTW error by 3.7% compared to GPT4TS and TDI by 6.3% compared to Time-VLM. Similarly, on ETTh1, it reduces TDI by 7.2% compared to Time-VLM, and on ETTm1, it outperforms GPT4TS by 6.4% in DTW. These improvements demonstrate the effectiveness of multimodal integration when data is scarce. This performance gain stems from the framework’s ability to leverage rich pre-trained semantic knowledge while capturing fine-grained structural trends via piecewise symbolic representations, avoiding representation collapse under limited task-specific supervision.

4.4

Zero-shot Forecasting

We evaluate the zero-shot forecasting capabilities of STaT under cross-domain scenarios, where the model is tasked with predicting on unseen datasets by effectively transferring knowledge from unrelated domains. To ensure a fair comparison, we follow the previous zero-shot setup [15] by using the ETT datasets as source and target domains. As shown in Table 5, STaT demonstrates strong generalizability, outperforming or matching baselines across various transfer settings. For example, in the ETTh1 → ETTh2 transfer setting, STaT achieves a 4.2% lower MSE than Time-LLM and a 1.0% lower MAE than Time-VLM. In ETTh2 → ETTm2, it reduces DTW by

STaT: Resolving Shape Distortion in Non-Stationary Time Series via Tri-Modal Synergy

Table 3: Long-term forecasting results. Results are averaged over forecasting horizons 𝑇 ∈ {96, 192, 336, 720}. Lower values indicate better performance. Full results see Appendix A. Bold: best, Underline: second best.

Dataset ETTh1

ETTh2

ETTm1

ETTm2

Electricity

Traffic

Weather

Exchange

Metric

STaT

TimeCMA

Time-VLM

(Ours)

[2025]

[2025]

[2024]

[2023]

MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI

0.401 0.417 6.797 0.065 0.327 0.378 6.303 0.121 0.344 0.373 5.807 0.084 0.247 0.310 4.978 0.118 0.160 0.253 4.316 0.015 0.396 0.267 6.742 0.011 0.223 0.261 4.598 0.153 0.357 0.407 6.389 0.191

0.527 0.478 7.507 0.072 0.461 0.450 6.532 0.135 0.453 0.431 6.135 0.091 0.324 0.350 4.935 0.118 0.195 0.294 4.608 0.017 0.538 0.354 6.364 0.014 0.257 0.281 5.262 0.169 0.480 0.471 6.979 0.249

0.405 0.420 7.416 0.070 0.341 0.391 6.763 0.135 0.351 0.376 6.263 0.092 0.248 0.311 5.614 0.132 0.172 0.272 4.653 0.016 0.419 0.304 6.972 0.012 0.224 0.263 4.898 0.160 0.487 0.473 9.072 0.277

0.408 0.424 7.273 0.086 0.334 0.383 6.778 0.147 0.329 0.372 5.813 0.091 0.251 0.314 5.158 0.124 0.159 0.253 4.535 0.015 0.388 0.264 6.763 0.012 0.226 0.258 4.908 0.158 0.392 0.417 8.523 0.242

0.428 0.426 6.975 0.072 0.355 0.395 6.146 0.130 0.352 0.383 5.873 0.089 0.267 0.326 5.214 0.128 0.167 0.263 4.500 0.017 0.414 0.295 6.873 0.012 0.237 0.271 4.708 0.158 0.482 0.461 9.643 0.260

Time-LLM GPT4TS

10.6% compared to PatchTST and TDI by 5.8% compared to TimeLLM. In ETTm2 → ETTh2, STaT not only achieves a 12.0% lower TDI than DLinear and a 1.8% lower DTW than GPT4TS, but also performs competitively in magnitude metrics, closely matching Time-LLM with only a 1.4% difference in MSE and Time-VLM with a 0.3% difference in MAE. These results highlight the ability of STaT to generalize across domains without fine-tuning, leveraging pretrained textual semantics and piecewise symbolic representations for effective knowledge transfer.

4.5

Model Analysis

Ablation Studies. Table 6 evaluates the contributions of key components of STaT, including textual representation learner (denoted by TRL), symbolic representation learner (denoted by SRL), VAT routing mechanism, and ADF Loss. Note that the temporal representation learner is not evaluated separately, as it serves as the query module for the other two modalities and cannot be removed independently. From Table 6, the full model achieves optimal performance for both MSE and DTW. Notably, the SRL’s contribution is the most significant as excluding it leads to the largest performance drop, with an average MSE increase of 6.48% and DTW of 13.92% , demonstrating the necessity of symbolic time series analysis for precise

PatchTST

TimesNet DLinear

Stationary

[2023]

[2023]

[2023]

[2022]

0.413 0.431 7.369 0.087 0.330 0.379 6.682 0.147 0.351 0.381 5.887 0.094 0.255 0.315 5.204 0.125 0.162 0.253 4.553 0.016 0.391 0.264 6.823 0.012 0.226 0.264 4.920 0.157 0.460 0.460 8.424 0.254

0.458 0.450 8.088 0.103 0.414 0.427 7.321 0.175 0.400 0.406 6.600 0.106 0.291 0.333 5.600 0.139 0.193 0.295 4.916 0.018 0.620 0.336 7.745 0.013 0.259 0.287 5.290 0.174 0.415 0.441 7.599 0.254

0.423 0.437 7.258 0.084 0.431 0.447 6.592 0.145 0.357 0.379 6.046 0.092 0.267 0.334 5.224 0.123 0.166 0.264 4.450 0.017 0.434 0.295 6.848 0.012 0.249 0.300 5.101 0.173 0.395 0.420 8.592 0.245

0.570 0.537 8.721 0.123 0.526 0.516 6.984 0.178 0.481 0.456 7.040 0.119 0.306 0.347 6.379 0.166 0.193 0.296 4.935 0.019 0.624 0.340 7.792 0.013 0.288 0.314 5.199 0.162 0.964 0.656 12.666 0.223

FEDformer [2022]

0.440 0.460 7.551 0.081 0.437 0.449 7.435 0.171 0.448 0.452 7.176 0.106 0.305 0.349 6.493 0.145 0.214 0.327 5.537 0.020 0.610 0.376 8.402 0.014 0.309 0.360 6.351 0.145 1.016 0.761 14.930 0.167

shape alignment. Excluding the ADF Loss also results in a significant degradation in shape fidelity, with DTW increasing by 9.06% , confirming its role in providing explicit optimization guidance for shape preservation. Even when optimized solely with MSE, the w/o ADF Loss variant (DTW: 7.413) still outperforms the strong baseline Time-VLM (DTW: 7.416), confirming that the symbolic modality inherently contributes to precise shape alignment. Removing the VAT module results in an average MSE increase of 5.74% , highlighting its role in dynamically routing and balancing the multimodalities to stabilize magnitude predictions. Finally, excluding the TRL results in a more modest degradation, with an average MSE and DTW increase of 2.74% and 4.34% respectively, validating its ability to provide useful global semantic context. Interpretability Analysis. We employ t-SNE to visualize the learned embeddings across four representation spaces on four datasets, as shown in Figure 4. Figure 4(a) illustrates the temporal embeddings, showing a basic clustering of the datasets. This separation indicates the domain-specific continuous patterns across different datasets. Figure 4(b) visualizes the textual embeddings. The dispersed distribution reflects the discrete semantic nature of text, suggesting the model captures diverse and localized semantic concepts. The embeddings of ETTh1 and ETTh2 overlap semantically, as they originate from datasets with a common semantic domain. Figure 4(c) shows the symbolic embeddings, which exhibit

Hui Cheng, Jinsheng Guo, Zhenhao Weng, Yan Qiao, and Meng Li

Table 4: Few-shot learning on 10% training data. We use the same protocol in Table 3. Full results see Appendix B.

Dataset ETTh1

ETTh2

ETTm1

ETTm2

Electricity

Traffic

Weather

Exchange

Metric

STaT

TimeCMA

Time-VLM

(Ours)

[2025]

[2025]

[2024]

[2023]

MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI

0.410 0.428 6.908 0.064 0.348 0.392 6.259 0.128 0.353 0.381 5.613 0.085 0.254 0.315 5.033 0.119 0.177 0.273 4.420 0.016 0.435 0.311 6.870 0.013 0.229 0.266 4.727 0.155 0.392 0.427 7.049 0.209

0.498 0.470 7.453 0.064 0.432 0.434 6.639 0.131 0.435 0.428 6.349 0.094 0.302 0.339 5.511 0.129 0.207 0.305 4.668 0.017 0.559 0.383 6.657 0.016 0.258 0.284 5.377 0.168 0.500 0.477 7.856 0.269

0.432 0.442 7.409 0.069 0.361 0.406 7.507 0.169 0.361 0.382 6.144 0.090 0.263 0.323 5.376 0.127 0.188 0.291 5.059 0.017 0.484 0.357 7.861 0.013 0.245 0.282 4.961 0.162 0.524 0.475 8.375 0.291

0.555 0.522 9.286 0.116 0.371 0.394 6.897 0.149 0.404 0.427 8.013 0.127 0.277 0.323 5.736 0.137 0.175 0.270 4.600 0.016 0.429 0.306 6.925 0.012 0.234 0.273 4.845 0.158 0.422 0.482 7.752 0.255

0.590 0.525 7.248 0.070 0.397 0.421 6.804 0.145 0.464 0.441 5.998 0.089 0.293 0.335 5.225 0.128 0.176 0.269 4.460 0.016 0.440 0.310 7.218 0.012 0.238 0.275 4.983 0.159 0.456 0.455 9.646 0.251

Time-LLM GPT4TS

Table 5: Zero-shot learning results. Task

Metric STaT Time-VLM Time-LLM GPT4TS PatchTST DLinear

MSE ETTh1 → ETTh2 MAE DTW TDI MSE ETTh1 → ETTm2 MAE DTW TDI MSE ETTh2 → ETTh1 MAE DTW TDI MSE ETTh2 → ETTm2 MAE DTW TDI MSE ETTm1 → ETTh2 MAE DTW TDI MSE MAE ETTm1 → ETTm2 DTW TDI MSE ETTm2 → ETTh2 MAE DTW TDI MSE ETTm2 → ETTm1 MAE DTW TDI

(Ours)

[2025]

[2024]

[2023]

[2023]

[2023]

0.338 0.381 6.172 0.130 0.282 0.345 5.602 0.167 0.492 0.472 7.402 0.078 0.278 0.341 5.374 0.162 0.365 0.405 6.375 0.143 0.263 0.319 5.063 0.122 0.359 0.400 6.643 0.139 0.409 0.423 6.898 0.104

0.338 0.385 6.709 0.136 0.293 0.350 6.266 0.182 0.496 0.480 8.376 0.089 0.297 0.353 6.134 0.181 0.354 0.397 6.904 0.158 0.264 0.319 5.408 0.126 0.359 0.399 7.121 0.174 0.432 0.426 7.727 0.113

0.353 0.387 7.872 0.162 0.273 0.340 7.077 0.187 0.479 0.474 8.932 0.098 0.272 0.341 6.148 0.172 0.381 0.412 7.287 0.154 0.268 0.320 5.734 0.125 0.354 0.400 7.643 0.178 0.414 0.438 7.862 0.105

0.406 0.422 6.555 0.132 0.325 0.363 6.185 0.180 0.757 0.578 8.334 0.086 0.335 0.370 6.367 0.181 0.433 0.439 6.535 0.147 0.313 0.348 5.164 0.120 0.435 0.443 6.765 0.158 0.485 0.454 7.087 0.109

0.380 0.405 6.673 0.148 0.314 0.360 5.873 0.180 0.565 0.513 8.601 0.108 0.325 0.365 6.010 0.173 0.439 0.438 6.320 0.150 0.296 0.334 4.947 0.127 0.409 0.425 7.323 0.164 0.568 0.492 7.707 0.113

0.493 0.488 6.865 0.161 0.415 0.452 6.858 0.222 0.703 0.574 7.558 0.084 0.328 0.386 6.126 0.180 0.464 0.475 6.713 0.150 0.335 0.389 5.509 0.137 0.455 0.471 6.889 0.158 0.649 0.537 7.270 0.108

distinct structural shapes across different datasets. For instance, the Traffic and Weather datasets form clear ring structures, indicating that the symbolic modality can successfully extract periodic

PatchTST

TimesNet DLinear

Stationary

[2023]

[2023]

[2023]

[2022]

0.633 0.542 7.221 0.073 0.415 0.431 6.224 0.140 0.501 0.466 6.140 0.092 0.296 0.343 5.636 0.133 0.180 0.273 4.865 0.016 0.430 0.305 6.960 0.012 0.242 0.279 4.902 0.159 0.521 0.468 8.358 0.276

0.869 0.628 7.970 0.088 0.479 0.465 8.110 0.185 0.677 0.537 6.587 0.092 0.320 0.353 7.055 0.175 0.323 0.392 5.709 0.023 0.951 0.535 8.817 0.014 0.279 0.301 5.151 0.161 0.917 0.685 12.434 0.236

0.691 0.600 7.340 0.083 0.605 0.538 6.710 0.157 0.411 0.429 6.010 0.090 0.316 0.368 5.312 0.132 0.180 0.280 4.651 0.018 0.447 0.313 7.276 0.012 0.241 0.283 5.068 0.171 0.410 0.470 6.650 0.249

0.915 0.639 8.863 0.118 0.462 0.455 7.253 0.186 0.797 0.578 7.321 0.117 0.332 0.366 6.964 0.192 0.444 0.480 5.518 0.022 1.453 0.815 8.158 0.014 0.318 0.323 5.154 0.169 0.692 0.574 10.839 0.234

FEDformer [2022]

0.639 0.561 8.006 0.091 0.466 0.475 7.323 0.178 0.722 0.605 7.304 0.105 0.463 0.488 6.453 0.143 0.346 0.427 5.913 0.024 0.663 0.425 9.334 0.016 0.284 0.324 6.534 0.149 0.935 0.724 13.615 0.203

Table 6: Ablation study on multimodal components over forecasting horizons 𝑇 ∈ {96, 192, 336, 720} on ETTh1 dataset, with both MSE and DTW performance degradation (%Deg) measured for each variant. Bold: best, Underline: second best. Horizon Metric Full w/o TRL w/o SRL w/o VAT w/o ADF Loss MSE 0.354 0.363 0.374 0.369 0.367 96 3.932 3.712 3.851 DTW 3.673 3.678 192

MSE DTW

0.394 5.426

0.397 5.613

0.405 5.844

0.413 5.498

0.404 5.627

336

MSE DTW

0.417 7.177

0.432 7.361

0.439 7.986

0.433 7.291

0.433 7.507

720

MSE 0.438 DTW 10.911

0.454 11.713

0.488 13.211

0.481 11.352

0.482 12.668

Avg

MSE DTW

0.401 6.797

0.412 7.092

0.427 7.743

0.424 6.963

0.422 7.413

%Deg

MSE DTW

-

2.74% ↑ 4.34% ↑

6.48% ↑ 13.92% ↑

5.74% ↑ 2.44% ↑

5.24% ↑ 9.06% ↑

properties, even for high-dimensional sequences. Notably, although ETTh1 and ETTh2 display similar structural shapes in the symbolic space, their embeddings hardly overlap, suggesting the symbolic modality can capture dataset-specific structural characteristics. Finally, Figure 4(d) displays the forecasted embeddings prior to the final prediction. The clusters here exhibit tighter cohesion and clearer boundaries. This enhanced discriminability suggests the

STaT: Resolving Shape Distortion in Non-Stationary Time Series via Tri-Modal Synergy

ETTh2

Traffic

Weather

Routing Weight

(d) Forecasted Embeddings

0.6 0.4 0.2

model learns effective representations by synthesizing complementary information from all modalities. Overall, these visualizations demonstrate the ability of STaT to integrate temporal trends, textual semantics, and symbolic shapes into comprehensive multimodal representations. Ground Truth

0 1 0

25

50

Time Steps

75

PatchTST

1 0 1 2 3

Time-LLM

(b) Better Turning Point Capture

0

25

50

Time Steps

75

(c) Better Amplitude Match

3

Forecasting Value

2

Forecasting Value

Forecasting Value

1

2

STaT (Ours)

(a) Better Trend Alignment

w_temp w_txt w_sym

25

50

75

100

125

Future Time Steps

150

500 400 300 200 100 0

175

25

50

75

100

125

Future Time Steps

150

175

Figure 6: Analysis of VAT routing mechanism. (a) The evolution of VAT routing weights (𝑤temp , 𝑤txt , 𝑤sym ) over future time steps. (b) The corresponding ground truth values.

Figure 4: The combined t-SNE visualization of temporal, textual, symbolic, and forecasted embeddings across four datasets.

2

600

0.8

0.0

(c) Symbolic Embeddings

(b)Future Ground Truth

(a)VAT Routing Mechanism

1.0

(b) Textual Embeddings

Ground Truth Value

ETTh1

(a) Temporal Embeddings

2 1

smooth and stable periods (e.g., before step 75 and after step 125), the temporal weight (𝑤 temp ) heavily dominates the prediction, relying on historical auto-correlation for stable trend continuation. Conversely, when encountering the sudden structural spike in the ground truth, the VAT mechanism dynamically captures the high volatility and significantly expands the routing weights for the textual (𝑤 txt ) and symbolic (𝑤 sym ) modalities. This demonstrates that our VAT mechanism effectively handles non-stationary environments by adaptively adjusting the weights among different learners based on volatility. Table 7: Computational efficiency comparison between STaT and Time-LLM across datasets. "-" denotes memory exceeds 48GB, making it infeasible on a single GPU. Results are averaged over four prediction lengths under consistent conditions. Bold: best, Underline: second best.

0 1

Method

Metric

ETTh1

ETTm2

Weather

Electricity

Traffic

STaT

Param. (M) Mem. (MB) Speed (s/iter)

65.7 673 0.045

65.7 672 0.038

65.7 730 0.045

65.7 1923 0.051

65.7 4072 0.097

Time-LLM

Param. (M) Mem. (MB) Speed (s/iter)

3404.6 37723 0.607

3404.6 37849 0.265

-

-

-

2 3

0

25

50

Time Steps

75

Figure 5: Forecasting visualization on the Weather dataset. We compare STaT with representative baselines (PatchTST and Time-LLM) in terms of (a) trend alignment, (b) turning point capture, and (c) amplitude match.

Forecasting Visualization. We visualize the forecasting results on the Weather dataset. Compared to representative baselines (PatchTST and Time-LLM), STaT demonstrates superior forecasting performance, as shown in Figure 5. Specifically: (a) our predictions follow the actual trajectory more closely, achieving the optimal trend alignment; (b) our predictions respond to sharp drops with reduced phase shifts, locating the valleys more accurately on the time axis, demonstrating superior turning point capture; and (c) our curve aligns more closely with the actual values along the vertical axis, resulting in an improved amplitude match. These results indicate that STaT achieves superior overall shape alignment. Analysis of VAT Routing Mechanism. To understand the VAT routing mechanism of STaT, Figure 6 analyzes the adaptive variation of the three modality weights (𝑤 temp , 𝑤 txt , 𝑤 sym ) under the VAT routing mechanism on the Weather dataset with a prediction horizon of 𝑇 = 192. Specifically, Figure 6(a) illustrates the evolution of the three modality routing weights over the same horizon, and Figure 6(b) plots the corresponding future ground truth values, highlighting a period of drastic fluctuation and structural change (shaded in red) between time steps 75 and 125. During

Computation Studies. Table 7 compares the computational resources of STaT and Time-LLM across different datasets. We adopt the default LLaMA-7B for the Time-LLM baseline. From Table 7, despite the inclusion of multimodal processing, STaT requires only 65.7M parameters, which is orders of magnitude fewer than the baseline. STaT’s memory usage scales from 672 MB (ETTm2) to 4072 MB (Traffic), naturally adapting to dataset complexity. Inference speed ranges from 0.038 s/iter (ETTm2) to approximately 0.097 s/iter (Traffic), efficiently handling varying computational loads. In contrast, Time-LLM requires substantially more memory and longer inference times even on smaller datasets like ETTh1 and ETTm2 (e.g., 37723 MB and 0.607 s/iter). This is mainly because Time-LLM utilizes the massive LLaMA-7B backbone as its core forecasting engine, whereas STaT offloads the actual forecasting workload to lightweight temporal and symbolic learners, using the frozen language encoder solely for semantic extraction. Furthermore, for high-dimensional datasets such as Electricity and Traffic, TimeLLM’s memory consumption exceeds 48GB, making it infeasible on a single GPU. These results highlight STaT’s lightweight design, spatial efficiency, and practical scalability for complex multivariate forecasting.

Hui Cheng, Jinsheng Guo, Zhenhao Weng, Yan Qiao, and Meng Li

(77K

(77P

(OHFWULFLW\











 







)LQH7ROHUDQFH 5DWLR









7ROHUDQFH5DWLR fine = 0.01





0$(



0$(

:HDWKHU



0$(

0$(



7UDIILF











 









/RRN%DFN:LQGRZ6L]H











(PEHGGLQJ'LPHQVLRQ



Figure 7: Hyperparameter sensitivity analysis on fABBA tolerance, fABBA tolerance ratio, look-back window size and embedding dimension.

Hyperparameter Sensitivity. We analyze the impact of key hyperparameters on performance, including fABBA tolerance, fABBA tolerance ratio, look-back window size, and embedding dimension, as shown in Figure 7. The fABBA tolerance and fABBA tolerance ratio determine the granularity of multi-scale symbolic discretization (Eqn. (8)), while Look-back window size controls the available historical context, and embedding dimension controls the capacity of the latent representation space. For fABBA tolerance, performance peaks at 𝑡𝑜𝑙 𝑓 𝑖𝑛𝑒 = 0.01 across all five datasets. Since Z-score normalization makes the tolerance act on relative fluctuations, larger tolerances over-smooth symbolic sequences and weaken local pattern differences. For the fABBA tolerance ratio, 1:10:50 gives the best average MAE on four of the five datasets, indicating a good balance across fine, mid, and coarse scales. Smaller ratios limit scale diversity, whereas larger ratios weaken sensitivity to mid-range temporal patterns. Look-back window size performs best in the tested range of 96 to 1024, with 512 being optimal for most datasets. Longer window size introduce noise without clear gains, suggesting local temporal patterns are sufficient for accurate forecasting. Embedding dimension shows dataset-dependent behavior: 𝐷 model = 64–128 is sufficient for ETTm2 and Weather, whereas Electricity and Traffic benefit from larger dimensions up to 256 due to more complex cross-variate dynamics. Overall, although each hyperparameter has a certain impact, the four groups of curves stay relatively flat, confirming STaT is robust to hyperparameter variations.

5

Conclusions

In this paper, we propose STaT, a novel framework that integrates the symbolic, textual, and temporal modalities for time series forecasting. Recognizing that conventional forecasting mechanisms often sacrifice the capture of volatility for lower magnitude errors, we pioneer the incorporation of discrete symbolic representations to explicitly capture critical turning points and extreme amplitudes. To fully harness the complementarity of these three modalities, we

design a VAT routing mechanism that adaptively balances their fusion weights according to the input’s volatility, and an ADF loss that jointly optimizes magnitude accuracy and shape alignment. Extensive experiments on eight datasets show that STaT achieves state-of-the-art performance, improving both magnitude and shape fidelity while maintaining a lightweight memory footprint.

STaT: Resolving Shape Distortion in Non-Stationary Time Series via Tri-Modal Synergy

A

Long-Term Forecasting

Table 8: Full long-term forecasting results with forecasting horizons 𝑇 ∈ {96, 192, 336, 720}. A lower value indicates better performance. Bold: best, Underline: second best. Models

Metrics

MSE MAE DTW TDI MSE TimeCMA MAE [2025] DTW TDI MSE Time-VLM MAE [2025] DTW TDI MSE Time-LLM MAE [2024] DTW TDI MSE GPT4TS MAE [2023] DTW TDI STaT [Ours]

PatchTST [2023]

TimesNet [2023]

DLinear [2023]

MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI

MSE Stationary MAE [2022] DTW TDI MSE FEDformer MAE [2022] DTW TDI

B

96

ETTh1 192 336

720

96

ETTh2 192 336

720

96

ETTm1 192 336

720

96

ETTm2 192 336

720

96

Electricity 192 336

720

96

Traffic 192 336

720

96

Weather 192 336

720

96

Exchange 192 336

720

0.354 0.394 0.417 0.438 0.265 0.321 0.343 0.378 0.289 0.327 0.361 0.401 0.159 0.214 0.269 0.345 0.130 0.151 0.162 0.196 0.369 0.382 0.396 0.435 0.148 0.192 0.243 0.311 0.081 0.167 0.294 0.887 0.383 0.411 0.420 0.453 0.326 0.372 0.393 0.421 0.341 0.363 0.382 0.407 0.248 0.291 0.324 0.376 0.222 0.241 0.252 0.297 0.252 0.258 0.268 0.291 0.194 0.239 0.278 0.332 0.205 0.295 0.417 0.712 3.673 5.426 7.177 10.911 3.041 4.641 6.612 10.917 2.880 4.360 6.254 9.733 2.198 3.670 5.266 8.778 2.246 3.363 4.644 7.013 3.628 5.325 7.130 10.886 1.869 3.211 4.876 8.434 1.950 4.313 6.490 12.802 0.069 0.063 0.068 0.062 0.110 0.123 0.121 0.129 0.109 0.085 0.074 0.069 0.115 0.112 0.112 0.132 0.022 0.016 0.012 0.011 0.016 0.013 0.010 0.006 0.158 0.149 0.151 0.156 0.148 0.221 0.195 0.201 0.448 0.502 0.535 0.622 0.335 0.468 0.512 0.528 0.356 0.440 0.491 0.523 0.205 0.282 0.344 0.463 0.165 0.187 0.196 0.233 0.519 0.525 0.543 0.565 0.160 0.217 0.279 0.372 0.125 0.237 0.477 1.079 0.433 0.458 0.487 0.533 0.375 0.445 0.479 0.501 0.380 0.422 0.451 0.472 0.279 0.327 0.366 0.429 0.265 0.289 0.296 0.325 0.346 0.350 0.350 0.369 0.204 0.257 0.302 0.360 0.249 0.350 0.493 0.790 3.864 5.839 8.009 12.316 3.111 5.024 7.061 10.932 2.992 4.622 6.537 10.388 2.197 3.522 5.143 8.879 2.433 3.723 4.654 7.623 3.964 5.845 7.384 8.263 1.985 3.587 5.604 9.871 2.344 4.477 7.838 13.257 0.072 0.065 0.070 0.080 0.112 0.132 0.140 0.157 0.116 0.093 0.082 0.072 0.113 0.110 0.119 0.130 0.024 0.017 0.013 0.012 0.019 0.015 0.012 0.009 0.173 0.161 0.168 0.174 0.245 0.247 0.232 0.271 0.361 0.397 0.420 0.441 0.267 0.326 0.357 0.412 0.304 0.332 0.364 0.402 0.160 0.215 0.270 0.348 0.142 0.157 0.174 0.214 0.393 0.405 0.420 0.459 0.148 0.193 0.243 0.312 0.103 0.224 0.463 1.157 0.386 0.415 0.421 0.458 0.335 0.373 0.406 0.449 0.346 0.366 0.383 0.410 0.250 0.291 0.325 0.378 0.245 0.260 0.276 0.308 0.290 0.296 0.305 0.323 0.200 0.240 0.281 0.332 0.229 0.341 0.508 0.812 3.786 5.648 7.772 12.458 3.208 5.203 7.255 11.388 3.182 4.815 6.623 10.432 2.585 4.065 5.908 9.898 2.350 3.484 4.893 7.886 3.784 5.540 7.319 11.247 2.057 3.441 5.276 8.821 2.292 4.739 9.371 19.887 0.073 0.066 0.069 0.073 0.120 0.134 0.136 0.151 0.117 0.093 0.081 0.076 0.125 0.121 0.134 0.149 0.023 0.016 0.013 0.011 0.016 0.013 0.010 0.007 0.169 0.152 0.159 0.158 0.271 0.271 0.249 0.316 0.362 0.398 0.430 0.442 0.268 0.329 0.368 0.372 0.272 0.310 0.352 0.383 0.161 0.219 0.271 0.352 0.131 0.152 0.160 0.192 0.362 0.374 0.385 0.430 0.147 0.189 0.262 0.304 0.088 0.184 0.345 0.950 0.392 0.418 0.427 0.457 0.328 0.375 0.409 0.420 0.334 0.358 0.384 0.411 0.253 0.293 0.329 0.379 0.224 0.242 0.248 0.298 0.248 0.247 0.271 0.288 0.201 0.234 0.279 0.316 0.208 0.305 0.428 0.725 3.780 5.540 7.820 11.950 3.140 4.810 7.850 11.310 2.800 4.350 6.270 9.830 2.340 3.940 5.540 8.810 2.410 3.440 4.670 7.620 3.630 5.260 7.180 10.980 1.960 3.370 5.740 8.560 1.960 4.610 7.750 19.770 0.076 0.080 0.090 0.097 0.128 0.142 0.160 0.158 0.116 0.088 0.084 0.075 0.116 0.119 0.122 0.140 0.024 0.015 0.012 0.010 0.016 0.013 0.010 0.007 0.159 0.154 0.161 0.159 0.244 0.246 0.237 0.239 0.376 0.416 0.442 0.477 0.285 0.354 0.373 0.406 0.292 0.332 0.366 0.417 0.173 0.229 0.286 0.378 0.139 0.153 0.169 0.206 0.388 0.407 0.412 0.450 0.162 0.204 0.254 0.326 0.100 0.212 0.395 1.222 0.397 0.418 0.433 0.456 0.342 0.389 0.407 0.441 0.346 0.372 0.394 0.421 0.262 0.301 0.341 0.401 0.238 0.251 0.266 0.297 0.282 0.290 0.294 0.312 0.212 0.248 0.286 0.337 0.221 0.328 0.455 0.838 3.783 5.431 7.370 11.316 3.184 4.682 6.628 10.091 2.896 4.576 6.154 9.866 2.384 3.832 5.555 9.085 2.270 3.380 4.670 7.680 3.730 5.560 7.180 11.020 1.917 3.303 4.949 8.661 2.056 4.393 8.714 23.410 0.075 0.070 0.069 0.073 0.120 0.133 0.132 0.136 0.113 0.088 0.078 0.075 0.119 0.120 0.124 0.147 0.022 0.017 0.014 0.015 0.015 0.014 0.010 0.007 0.168 0.150 0.153 0.159 0.256 0.266 0.225 0.292 0.370 0.413 0.422 0.447 0.274 0.339 0.329 0.379 0.290 0.332 0.366 0.416 0.165 0.220 0.274 0.399 0.421 0.436 0.466 0.336 0.379 0.380 0.422 0.342 0.369 0.392 0.420 0.255 0.292 0.329 3.870 5.742 7.775 12.089 3.216 4.963 7.027 11.521 2.984 4.662 6.312 9.590 2.398 3.958 5.609 0.078 0.083 0.089 0.099 0.131 0.147 0.147 0.162 0.114 0.094 0.088 0.081 0.119 0.120 0.124 0.384 0.436 0.491 0.521 0.340 0.402 0.452 0.462 0.338 0.374 0.410 0.478 0.187 0.249 0.321 0.402 0.429 0.469 0.500 0.374 0.414 0.452 0.468 0.375 0.387 0.411 0.450 0.267 0.309 0.351 4.397 6.043 8.150 13.762 3.651 5.201 8.018 12.413 3.367 5.183 7.289 10.560 2.450 4.250 6.150 0.093 0.097 0.115 0.106 0.141 0.152 0.207 0.202 0.120 0.106 0.102 0.098 0.122 0.125 0.145 0.375 0.405 0.439 0.472 0.289 0.383 0.448 0.605 0.299 0.335 0.369 0.425 0.167 0.224 0.281 0.399 0.416 0.443 0.490 0.353 0.418 0.465 0.551 0.343 0.365 0.386 0.421 0.269 0.303 0.342 3.705 5.557 7.726 12.045 3.048 4.989 6.784 11.548 3.021 4.501 6.312 10.350 2.422 3.768 5.415 0.074 0.070 0.084 0.106 0.117 0.128 0.139 0.197 0.113 0.088 0.082 0.087 0.120 0.118 0.117

0.362 0.129 0.157 0.163 0.197 0.360 0.379 0.392 0.432 0.149 0.194 0.245 0.385 0.222 0.240 0.259 0.290 0.249 0.256 0.264 0.286 0.198 0.241 0.282 8.852 2.376 3.554 4.662 7.618 3.610 5.332 7.318 11.031 1.994 3.464 5.370 0.135 0.023 0.016 0.013 0.011 0.016 0.013 0.011 0.007 0.161 0.158 0.151 0.408 0.168 0.184 0.198 0.220 0.593 0.617 0.629 0.640 0.172 0.219 0.280 0.403 0.272 0.289 0.300 0.320 0.321 0.336 0.336 0.350 0.220 0.261 0.306 9.550 2.608 3.824 5.391 7.842 4.020 6.060 8.090 12.810 2.290 3.600 5.620 0.165 0.026 0.018 0.016 0.013 0.018 0.015 0.012 0.007 0.178 0.163 0.169 0.397 0.140 0.153 0.169 0.203 0.410 0.423 0.436 0.466 0.176 0.220 0.265 0.421 0.237 0.249 0.267 0.301 0.282 0.287 0.296 0.315 0.237 0.282 0.319 9.291 2.233 3.325 4.672 7.571 3.656 5.366 7.266 11.103 2.195 3.620 5.397 0.138 0.023 0.017 0.014 0.014 0.016 0.013 0.011 0.008 0.186 0.164 0.167

0.314 0.334 8.850 0.158 0.365 0.359 9.650 0.185 0.333 0.362 9.192 0.176

0.107 0.234 2.093 0.257 0.103 0.227 1.996 0.244 0.090 0.210 2.004 0.250

0.250 0.362 4.801 0.242 0.226 0.344 4.340 0.249 0.186 0.307 4.663 0.249

0.392 1.090 0.465 0.777 7.102 19.701 0.297 0.221 0.367 0.964 0.448 0.746 6.640 17.420 0.278 0.245 0.348 0.955 0.431 0.730 7.818 19.881 0.240 0.241

0.513 0.534 0.588 0.643 0.476 0.512 0.552 0.562 0.386 0.459 0.495 0.585 0.192 0.280 0.334 0.417 0.169 0.182 0.200 0.222 0.612 0.613 0.618 0.653 0.173 0.245 0.321 0.414 0.207 0.422 1.203 2.024 0.491 0.504 0.535 0.616 0.458 0.493 0.551 0.560 0.398 0.444 0.464 0.516 0.274 0.339 0.361 0.413 0.273 0.286 0.304 0.321 0.338 0.340 0.328 0.355 0.223 0.285 0.338 0.410 0.340 0.478 0.821 0.984 4.714 7.245 9.398 13.527 3.831 5.443 7.492 11.170 3.767 5.666 7.805 10.923 3.437 5.172 6.503 10.403 2.762 3.966 5.252 7.759 4.118 6.025 7.949 13.078 2.313 3.959 5.745 8.778 3.134 6.307 14.475 26.748 0.106 0.129 0.113 0.143 0.177 0.185 0.189 0.161 0.141 0.119 0.115 0.101 0.164 0.182 0.157 0.162 0.028 0.019 0.015 0.013 0.019 0.015 0.011 0.007 0.179 0.154 0.160 0.157 0.240 0.252 0.198 0.203 0.376 0.420 0.459 0.506 0.358 0.429 0.496 0.463 0.379 0.426 0.445 0.543 0.203 0.269 0.325 0.421 0.193 0.201 0.214 0.246 0.587 0.604 0.621 0.626 0.217 0.276 0.339 0.403 0.392 0.865 0.868 1.940 0.419 0.448 0.465 0.507 0.397 0.439 0.487 0.474 0.419 0.441 0.459 0.490 0.287 0.328 0.366 0.415 0.308 0.315 0.329 0.355 0.366 0.373 0.383 0.382 0.296 0.336 0.380 0.428 0.475 0.736 0.733 1.099 4.122 6.157 7.924 12.000 3.904 5.901 7.354 12.581 4.342 5.413 7.530 11.420 3.299 4.954 6.610 11.107 3.058 4.379 5.932 8.780 4.422 6.510 10.367 12.309 2.330 5.814 6.965 10.293 4.715 10.264 13.639 31.102 0.088 0.088 0.069 0.079 0.155 0.185 0.163 0.181 0.148 0.104 0.093 0.078 0.133 0.133 0.138 0.178 0.030 0.021 0.017 0.013 0.021 0.015 0.011 0.008 0.159 0.132 0.145 0.146 0.168 0.160 0.173 0.167

Few-Shot Forecasting Table 9: Full few-shot learning results on 10% training data. We use the same protocol in Table 3.

Models

Metrics

MSE MAE STaT [Ours] DTW TDI MSE TimeCMA MAE [2025] DTW TDI MSE Time-VLM MAE [2025] DTW TDI MSE Time-LLM MAE [2024] DTW TDI MSE GPT4TS MAE [2023] DTW TDI PatchTST [2023]

TimesNet [2023]

DLinear [2023]

MSE MAE DTW TDI MSE MAE DTW TDI MSE MAE DTW TDI

MSE Stationary MAE [2022] DTW TDI MSE FEDformer MAE [2022] DTW TDI

Exchange 192 336

720

0.369 0.400 0.418 0.451 0.277 0.337 0.366 0.411 0.291 0.330 0.362 0.428 0.165 0.220 0.277 0.354 0.144 0.162 0.178 0.222 0.409 0.417 0.439 0.476 0.152 0.200 0.246 0.319 0.104 0.200 0.353 0.400 0.418 0.432 0.462 0.340 0.379 0.402 0.445 0.342 0.365 0.390 0.425 0.255 0.292 0.332 0.382 0.246 0.258 0.273 0.315 0.298 0.306 0.306 0.332 0.201 0.246 0.282 0.335 0.230 0.319 0.433 3.784 5.509 7.404 10.934 3.200 5.073 6.471 10.294 2.950 4.360 5.860 9.283 2.258 3.697 5.333 8.842 2.322 3.488 4.848 7.020 3.885 5.601 7.214 10.778 1.930 3.328 4.980 8.669 2.283 4.410 7.408 0.071 0.064 0.063 0.058 0.114 0.127 0.125 0.145 0.109 0.086 0.074 0.071 0.116 0.113 0.113 0.133 0.023 0.017 0.013 0.011 0.018 0.014 0.011 0.008 0.160 0.150 0.151 0.157 0.182 0.229 0.209 0.422 0.483 0.540 0.545 0.345 0.442 0.476 0.465 0.356 0.408 0.450 0.525 0.196 0.263 0.325 0.424 0.169 0.186 0.205 0.269 0.499 0.534 0.566 0.638 0.172 0.221 0.272 0.366 0.120 0.227 0.429 0.430 0.463 0.485 0.502 0.376 0.431 0.460 0.469 0.388 0.414 0.436 0.473 0.274 0.317 0.355 0.410 0.272 0.285 0.304 0.359 0.348 0.371 0.388 0.426 0.219 0.262 0.298 0.358 0.246 0.345 0.479 3.883 5.833 8.190 11.907 3.303 5.159 7.324 10.769 3.213 4.815 6.619 10.750 2.479 3.973 5.773 9.820 2.525 3.703 5.160 7.282 4.025 6.011 7.717 8.875 2.126 3.690 5.652 10.038 2.297 4.527 7.714 0.070 0.064 0.066 0.057 0.115 0.133 0.139 0.136 0.125 0.097 0.080 0.073 0.128 0.123 0.129 0.134 0.025 0.017 0.014 0.013 0.021 0.018 0.014 0.012 0.178 0.160 0.166 0.167 0.235 0.245 0.264 0.391 0.420 0.439 0.476 0.284 0.349 0.370 0.441 0.310 0.340 0.369 0.423 0.169 0.222 0.278 0.381 0.160 0.174 0.190 0.229 0.465 0.468 0.483 0.520 0.174 0.217 0.263 0.326 0.111 0.208 0.399 0.404 0.431 0.448 0.484 0.347 0.398 0.412 0.466 0.354 0.370 0.387 0.417 0.260 0.296 0.335 0.401 0.269 0.279 0.294 0.323 0.349 0.350 0.356 0.373 0.228 0.262 0.296 0.340 0.236 0.326 0.462 4.002 5.841 7.973 11.821 3.405 5.375 8.179 13.070 3.115 4.645 6.478 10.339 2.558 3.991 5.721 9.232 2.607 3.815 5.316 8.497 4.224 6.083 8.544 12.591 2.069 3.475 5.283 9.018 2.323 4.735 8.645 0.073 0.067 0.066 0.069 0.135 0.147 0.182 0.211 0.117 0.089 0.080 0.073 0.124 0.121 0.127 0.137 0.024 0.017 0.013 0.012 0.018 0.014 0.011 0.008 0.174 0.154 0.159 0.161 0.224 0.329 0.289 0.448 0.484 0.589 0.700 0.275 0.374 0.406 0.427 0.346 0.373 0.413 0.485 0.177 0.241 0.274 0.417 0.139 0.151 0.169 0.240 0.418 0.414 0.421 0.462 0.161 0.204 0.261 0.309 0.121 0.234 0.377 0.460 0.483 0.540 0.604 0.326 0.373 0.429 0.449 0.388 0.416 0.426 0.476 0.261 0.314 0.327 0.390 0.241 0.248 0.270 0.322 0.291 0.296 0.311 0.327 0.210 0.248 0.302 0.332 0.291 0.324 0.454 5.534 8.613 8.248 14.748 3.681 5.517 6.914 11.476 3.558 7.798 10.481 10.215 2.577 4.705 5.949 9.711 2.350 3.450 4.750 7.850 3.850 5.550 7.350 10.950 1.950 3.320 5.260 8.850 2.591 4.453 8.374 0.106 0.170 0.112 0.076 0.141 0.133 0.131 0.191 0.118 0.171 0.142 0.075 0.119 0.141 0.137 0.151 0.023 0.016 0.013 0.012 0.017 0.013 0.011 0.007 0.168 0.151 0.155 0.158 0.244 0.238 0.291 0.458 0.570 0.608 0.725 0.331 0.402 0.406 0.449 0.390 0.429 0.469 0.569 0.188 0.251 0.307 0.426 0.139 0.156 0.175 0.233 0.414 0.426 0.434 0.487 0.163 0.210 0.256 0.321 0.110 0.214 0.407 0.456 0.516 0.535 0.591 0.374 0.411 0.433 0.464 0.404 0.423 0.439 0.498 0.269 0.309 0.346 0.417 0.237 0.252 0.270 0.317 0.297 0.301 0.303 0.337 0.215 0.254 0.292 0.339 0.233 0.330 0.465 3.860 5.707 7.728 11.695 3.292 5.325 7.174 11.423 3.016 4.542 6.309 10.123 2.434 3.864 5.600 9.003 2.247 3.331 4.671 7.591 3.820 5.650 7.550 11.850 2.150 3.478 5.273 9.030 2.370 4.723 8.770 0.073 0.067 0.069 0.069 0.119 0.150 0.147 0.163 0.115 0.090 0.078 0.073 0.120 0.118 0.125 0.149 0.022 0.016 0.013 0.011 0.017 0.013 0.011 0.007 0.170 0.152 0.156 0.159 0.227 0.275 0.238

0.912 0.725 14.095 0.217 1.222 0.836 16.884 0.331 1.377 0.876 17.797 0.320 0.954 0.857 15.588 0.248 1.094 0.790 22.722 0.264

96

ETTh1 192 336

720

96

ETTh2 192 336

720

96

ETTm1 192 336

720

96

ETTm2 192 336

720

96

Electricity 192 336

720

96

Traffic 192 336

720

96

Weather 192 336

0.516 0.598 0.657 0.762 0.353 0.403 0.426 0.477 0.410 0.437 0.476 0.681 0.191 0.252 0.306 0.433 0.140 0.160 0.180 0.241 0.403 0.415 0.426 0.474 0.165 0.210 0.259 0.485 0.524 0.550 0.610 0.389 0.414 0.441 0.480 0.419 0.434 0.454 0.556 0.274 0.317 0.353 0.427 0.238 0.255 0.276 0.323 0.289 0.296 0.304 0.331 0.215 0.257 0.297 3.782 5.453 7.994 11.656 3.069 4.774 6.541 10.513 3.121 4.687 6.606 10.146 2.408 3.779 5.655 10.700 2.428 3.591 5.504 7.936 3.811 5.561 7.318 11.150 1.989 3.370 5.250 0.076 0.070 0.082 0.065 0.128 0.136 0.137 0.160 0.116 0.093 0.083 0.077 0.123 0.120 0.132 0.157 0.023 0.016 0.014 0.011 0.017 0.013 0.011 0.007 0.169 0.153 0.152 0.861 0.797 0.941 0.877 0.378 0.490 0.537 0.510 0.583 0.630 0.725 0.769 0.212 0.270 0.323 0.474 0.299 0.305 0.319 0.369 0.719 0.748 0.853 1.485 0.184 0.245 0.305 0.628 0.593 0.648 0.641 0.409 0.467 0.494 0.491 0.501 0.528 0.568 0.549 0.285 0.323 0.353 0.449 0.373 0.379 0.391 0.426 0.416 0.428 0.471 0.825 0.230 0.283 0.321 4.462 6.164 8.721 12.534 3.708 5.556 9.687 13.487 3.240 4.937 7.374 10.796 2.781 4.208 7.210 14.020 3.087 4.411 6.033 9.303 4.406 6.349 9.898 14.614 2.052 3.738 5.852 0.095 0.085 0.091 0.080 0.153 0.159 0.206 0.223 0.113 0.095 0.087 0.073 0.121 0.122 0.202 0.256 0.032 0.023 0.019 0.016 0.019 0.013 0.012 0.010 0.161 0.162 0.160 0.492 0.565 0.721 0.986 0.357 0.569 0.671 0.824 0.352 0.382 0.419 0.490 0.213 0.278 0.338 0.436 0.150 0.164 0.181 0.223 0.419 0.434 0.449 0.484 0.171 0.215 0.258 0.495 0.538 0.622 0.743 0.411 0.519 0.572 0.648 0.392 0.412 0.434 0.477 0.303 0.345 0.385 0.440 0.253 0.264 0.282 0.321 0.298 0.305 0.313 0.336 0.224 0.263 0.299 3.820 5.648 7.806 12.087 3.216 5.436 6.736 11.450 3.040 4.539 6.329 10.133 2.417 3.855 5.374 9.600 2.367 3.504 4.880 7.852 3.895 5.711 7.725 11.773 2.167 3.578 5.383 0.072 0.070 0.084 0.105 0.131 0.154 0.140 0.201 0.113 0.089 0.080 0.079 0.120 0.119 0.127 0.161 0.024 0.018 0.015 0.015 0.017 0.013 0.010 0.007 0.182 0.163 0.166 0.918 0.915 0.939 0.887 0.389 0.473 0.507 0.477 0.761 0.781 0.639 0.629 0.644 0.645 0.411 0.455 0.480 0.472 0.568 0.574 4.699 7.119 9.513 14.121 3.954 5.697 8.096 11.266 3.576 5.312 0.112 0.105 0.132 0.122 0.176 0.185 0.222 0.160 0.142 0.108 0.512 0.624 0.691 0.728 0.382 0.478 0.504 0.499 0.578 0.617 0.499 0.555 0.574 0.614 0.416 0.474 0.501 0.509 0.518 0.546 4.621 6.794 8.334 12.276 4.082 5.784 7.582 11.845 4.106 5.716 0.103 0.095 0.077 0.088 0.172 0.186 0.181 0.171 0.145 0.107

720

96

0.332 0.108 0.207 0.358 1.409 0.346 0.236 0.330 0.412 0.895 9.000 2.152 4.088 6.992 20.198 0.161 0.246 0.255 0.264 0.338 0.381 0.285 0.386 1.232 1.764 0.371 0.394 0.466 0.853 1.026 8.960 3.812 6.366 15.111 24.446 0.161 0.183 0.234 0.223 0.305 0.320 0.157 0.219 0.349 0.913 0.346 0.296 0.358 0.463 0.763 9.145 2.765 4.413 7.674 11.749 0.174 0.222 0.256 0.218 0.299

0.803 0.844 0.229 0.291 0.348 0.461 0.420 0.411 0.434 0.510 1.412 1.419 1.443 1.539 0.192 0.269 0.370 0.441 0.191 0.366 0.561 1.650 0.587 0.581 0.308 0.343 0.376 0.438 0.466 0.459 0.473 0.521 0.802 0.806 0.815 0.837 0.234 0.295 0.357 0.405 0.330 0.457 0.563 0.946 7.637 12.760 3.154 4.480 6.892 13.328 3.050 4.565 5.931 8.526 4.758 6.386 8.603 12.883 2.308 3.659 5.847 8.800 2.962 5.737 9.647 25.009 0.100 0.116 0.172 0.163 0.183 0.249 0.031 0.023 0.019 0.016 0.022 0.015 0.010 0.007 0.186 0.163 0.163 0.162 0.226 0.245 0.254 0.209 0.998 0.693 0.291 0.307 0.543 0.712 0.231 0.261 0.360 0.530 0.639 0.637 0.655 0.722 0.188 0.250 0.312 0.387 0.544 0.627 0.927 1.640 0.775 0.579 0.399 0.379 0.559 0.614 0.323 0.356 0.445 0.585 0.400 0.416 0.427 0.456 0.253 0.304 0.346 0.393 0.556 0.608 0.752 0.980 7.570 11.823 3.316 4.807 6.807 10.880 3.397 4.767 6.167 9.322 5.666 8.066 9.659 13.944 3.317 5.259 7.139 10.421 5.392 8.213 13.840 27.015 0.089 0.080 0.134 0.129 0.146 0.164 0.035 0.025 0.019 0.016 0.026 0.018 0.011 0.008 0.169 0.144 0.140 0.144 0.175 0.217 0.188 0.233

Hui Cheng, Jinsheng Guo, Zhenhao Weng, Yan Qiao, and Meng Li

References [1] Ching Chang, Wen-Chih Peng, and Tien-Fu Chen. 2023. Llm4ts: Two-stage fine-tuning for time-series forecasting with pre-trained llms. arXiv preprint arXiv:2308.08469 2, 3 (2023), 4. [2] Xinye Chen, Erin Carson, and Cheng Kang. 2024. LLM-ABBA: Understanding time series via symbolic approximation. arXiv preprint arXiv:2411.18506 (2024). [3] Xinye Chen and Stefan Güttel. 2023. An efficient aggregation method for the symbolic representation of temporal data. ACM Transactions on Knowledge Discovery from Data 17, 1 (2023), 1–22. [4] Xinye Chen and Stefan Güttel. 2024. fABBA: A Python library for the fast symbolic approximation of time series. Journal of Open Source Software 9, 95 (2024), 6294. [5] Abdul Monaf Chowdhury, Rabeya Akter, and Safaeid Hossain Arib. 2026. T3time: Tri-modal time series forecasting via adaptive multi-head alignment and residual fusion. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 40. 20597–20605. [6] Marco Cuturi and Mathieu Blondel. 2017. Soft-dtw: a differentiable loss function for time-series. In International conference on machine learning. PMLR, 894–903. [7] Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. Bert: Pre-training of deep bidirectional transformers for language understanding. In Proceedings of the 2019 conference of the North American chapter of the association for computational linguistics: human language technologies, volume 1 (long and short papers). 4171–4186. [8] Daizong Ding, Mi Zhang, Xudong Pan, Min Yang, and Xiangnan He. 2019. Modeling extreme events in time series prediction. In Proceedings of the 25th ACM SIGKDD international conference on knowledge discovery & data mining. 1114– 1122. [9] Sixun Dong, Wei Fan, Teresa Wu, and Yanjie Fu. 2025. Teaching Time Series to See and Speak: Forecasting with Aligned Visual and Textual Perspectives. arXiv preprint arXiv:2506.24124 (2025). [10] Steven Elsworth and Stefan Güttel. 2020. Abba: adaptive brownian bridge-based symbolic aggregation of time series. Data Mining and Knowledge Discovery 34, 4 (2020), 1175–1200. [11] Laura Frías-Paredes, Fermín Mallor, Teresa León, and Martín Gastón-Romeo. 2016. Introducing the Temporal Distortion Index to perform a bidimensional analysis of renewable energy forecast. Energy 94 (2016), 180–194. [12] Zhihan Gao, Xingjian Shi, Hao Wang, Yi Zhu, Yuyang Bernie Wang, Mu Li, and Dit-Yan Yeung. 2022. Earthformer: Exploring space-time transformers for earth system forecasting. Advances in Neural Information Processing Systems 35 (2022), 25390–25403. [13] Nate Gruver, Marc Finzi, Shikai Qiu, and Andrew G Wilson. 2023. Large language models are zero-shot time series forecasters. Advances in neural information processing systems 36 (2023), 19622–19635. [14] Jian Huang, Junyi Chai, and Stella Cho. 2020. Deep learning in finance and banking: A literature review and classification. Frontiers of Business Research in China 14, 1 (2020), 13. [15] Ming Jin, Shiyu Wang, Lintao Ma, Zhixuan Chu, James Zhang, Xiaoming Shi, PinYu Chen, Yuxuan Liang, Yuan-Fang Li, Shirui Pan, et al. 2024. Time-LLM: Time series forecasting by reprogramming large language models. In International Conference on Learning Representations. 23857–23880. [16] Taesung Kim, Jinhee Kim, Yunwon Tae, Cheonbok Park, Jang-Ho Choi, and Jaegul Choo. 2021. Reversible instance normalization for accurate time-series forecasting against distribution shift. In International conference on learning representations. [17] Dilfira Kudrat, Zongxia Xie, Yanru Sun, Tianyu Jia, and Qinghua Hu. 2025. Patchwise structural loss for time series forecasting. arXiv preprint arXiv:2503.00877 (2025). [18] Guokun Lai, Wei-Cheng Chang, Yiming Yang, and Hanxiao Liu. 2018. Modeling long-and short-term temporal patterns with deep neural networks. In The 41st international ACM SIGIR conference on research & development in information retrieval. 95–104. [19] Nikolay Laptev, Jason Yosinski, Li Erran Li, and Slawek Smyl. 2017. Timeseries extreme event forecasting with neural networks at uber. In International conference on machine learning, Vol. 34. Sydney, Australia, 1–5. [20] Vincent Le Guen and Nicolas Thome. 2019. Shape and time distortion loss for training deep time series forecasting models. Advances in neural information processing systems 32 (2019). [21] Hao Li, Yanyan Shen, and Yanmin Zhu. 2018. Stock price prediction using attention-based multi-input LSTM. In Asian conference on machine learning. PMLR, 454–469. [22] Yaguang Li, Rose Yu, Cyrus Shahabi, and Yan Liu. 2017. Diffusion convolutional recurrent neural network: Data-driven traffic forecasting. arXiv preprint arXiv:1707.01926 (2017). [23] Jessica Lin, Eamonn Keogh, Stefano Lonardi, and Bill Chiu. 2003. A symbolic representation of time series, with implications for streaming algorithms. In Proceedings of the 8th ACM SIGMOD workshop on Research issues in data mining and knowledge discovery. 2–11.

[24] Jessica Lin, Eamonn Keogh, Li Wei, and Stefano Lonardi. 2007. Experiencing SAX: a novel symbolic representation of time series. Data Mining and knowledge discovery 15, 2 (2007), 107–144. [25] Chenxi Liu, Qianxiong Xu, Hao Miao, Sun Yang, Lingzheng Zhang, Cheng Long, Ziyue Li, and Rui Zhao. 2025. Timecma: Towards llm-empowered multivariate time series forecasting via cross-modality alignment. In Proceedings of the AAAI Conference on Artificial Intelligence, Vol. 39. 18780–18788. [26] Qingxiang Liu, Xu Liu, Chenghao Liu, Qingsong Wen, and Yuxuan Liang. 2024. Time-ffm: Towards lm-empowered federated foundation model for time series forecasting. Advances in Neural Information Processing Systems 37 (2024), 94512– 94538. [27] Yong Liu, Haixu Wu, Jianmin Wang, and Mingsheng Long. 2022. Non-stationary transformers: Exploring the stationarity in time series forecasting. Advances in neural information processing systems 35 (2022), 9881–9893. [28] Zhiding Liu, Mingyue Cheng, Zhi Li, Zhenya Huang, Qi Liu, Yanhu Xie, and Enhong Chen. 2023. Adaptive normalization for non-stationary time series forecasting: A temporal slice perspective. Advances in Neural Information Processing Systems 36 (2023), 14273–14292. [29] Simon Malinowski, Thomas Guyet, René Quiniou, and Romain Tavenard. 2013. 1d-sax: A novel symbolic representation for time series. In International Symposium on Intelligent Data Analysis. Springer, 273–284. [30] Meinard Müller. 2007. Information retrieval for music and motion. Springer. [31] Tung Nguyen, Johannes Brandstetter, Ashish Kapoor, Jayesh K Gupta, and Aditya Grover. 2023. Climax: A foundation model for weather and climate. arXiv preprint arXiv:2301.10343 (2023). [32] Yuqi Nie, Nam H Nguyen, Phanwadee Sinthong, and Jayant Kalagnanam. 2022. A time series is worth 64 words: Long-term forecasting with transformers. arXiv preprint arXiv:2211.14730 (2022). [33] Jason Runge and Radu Zmeureanu. 2021. A review of deep learning techniques for forecasting energy use in buildings. Energies 14, 3 (2021), 608. [34] Can Wan, Zhao Xu, Pierre Pinson, Zhao Yang Dong, and Kit Po Wong. 2013. Probabilistic forecasting of wind power generation using extreme learning machine. IEEE Transactions on Power Systems 29, 3 (2013), 1033–1044. [35] Hao Wang, Licheng Pan, Zhichao Chen, Xu Chen, Qingyang Dai, Lei Wang, Haoxuan Li, and Zhouchen Lin. 2025. Time-o1: Time-series forecasting needs transformed label alignment. arXiv preprint arXiv:2505.17847 (2025). [36] Zhiguang Wang, Tim Oates, et al. 2015. Encoding time series as images for visual inspection and classification using tiled convolutional neural networks. In Workshops at the twenty-ninth AAAI conference on artificial intelligence, Vol. 1. Menlo Park, CA, January, 20–954. [37] Haixu Wu, Tengge Hu, Yong Liu, Hang Zhou, Jianmin Wang, and Mingsheng Long. 2022. Timesnet: Temporal 2d-variation modeling for general time series analysis. arXiv preprint arXiv:2210.02186 (2022). [38] Haixu Wu, Jiehui Xu, Jianmin Wang, and Mingsheng Long. 2021. Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting. Advances in neural information processing systems 34 (2021), 22419–22430. [39] Hao Xue and Flora D Salim. 2023. Promptcast: A new prompt-based learning paradigm for time series forecasting. IEEE Transactions on Knowledge and Data Engineering 36, 11 (2023), 6851–6864. [40] Bing Yu, Haoteng Yin, and Zhanxing Zhu. 2017. Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting. arXiv preprint arXiv:1709.04875 (2017). [41] Ailing Zeng, Muxi Chen, Lei Zhang, and Qiang Xu. 2023. Are transformers effective for time series forecasting?. In Proceedings of the AAAI conference on artificial intelligence, Vol. 37. 11121–11128. [42] Siru Zhong, Weilin Ruan, Ming Jin, Huan Li, Qingsong Wen, and Yuxuan Liang. 2025. Time-vlm: Exploring multimodal vision-language models for augmented time series forecasting. arXiv preprint arXiv:2502.04395 (2025). [43] Haoyi Zhou, Shanghang Zhang, Jieqi Peng, Shuai Zhang, Jianxin Li, Hui Xiong, and Wancai Zhang. 2021. Informer: Beyond efficient transformer for long sequence time-series forecasting. In Proceedings of the AAAI conference on artificial intelligence, Vol. 35. 11106–11115. [44] Tian Zhou, Ziqing Ma, Qingsong Wen, Xue Wang, Liang Sun, and Rong Jin. 2022. Fedformer: Frequency enhanced decomposed transformer for long-term series forecasting. In International conference on machine learning. PMLR, 27268–27286. [45] Tian Zhou, Peisong Niu, Liang Sun, Rong Jin, et al. 2023. One fits all: Power general time series analysis by pretrained lm. Advances in neural information processing systems 36 (2023), 43322–43355.

Record · ID 224525 · SHA-256 239623354888e565
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.