REVIEW 3 major objections 4 minor 30 references
Multi-scale convolution and Sinkhorn optimal transport improve inverted-embedding attention for multivariate time series forecasting.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-14 09:35 UTC pith:4LSZAJ5Y
load-bearing objection Solid engineering combo of known pieces on inverted tokens; modest real gains, but the temporal-recovery story for the convolutions is oversold and stats are thin. the 3 major comments →
Multi-Scale Convolution with Optimal Transport Attention Effect on Multivariate Time Series
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Applying multi-scale 2-D convolution and Sinkhorn optimal-transport regularization to the attention scores of an inverted-embedding Transformer, then fusing them with learnable weights, recovers multi-granularity patterns lost by global temporal compression and produces more balanced, noise-resistant cross-variate attention, improving multivariate forecasting accuracy.
What carries the argument
MSC-OT attention: parallel 3×3/5×5 convolutions on the N×N score matrix plus Sinkhorn iteration that turns scores into a doubly-stochastic transport plan, fused by softmax-normalized learnable coefficients.
Load-bearing premise
That convolving the attention matrix after a global linear temporal embedding can recover the fine multi-scale temporal patterns that the embedding itself is said to have discarded.
What would settle it
Replace the multi-scale convolution branch with an identity or with convolutions of the same size applied only after softmax; if the reported gains over plain inverted attention disappear on ECL, Traffic and Weather for horizons 96–720, the recovery claim fails.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes MSC-OT, an attention module for inverted-embedding multivariate time-series forecasting. After each variate is linearly projected into a single token (following iTransformer), the N imes N attention score matrix is enhanced by (i) multi-scale 2-D convolutions (kernels 3 imes3 and 5 imes5) that are claimed to recover local structural patterns in the variate-interaction space, and (ii) Sinkhorn optimal-transport regularization that produces a doubly-stochastic attention plan for noise robustness. The three score matrices (base, conv-enhanced, OT) are combined by softmax-normalized learnable weights. On the standard long-horizon benchmarks (ECL, ETT, Exchange, Traffic, Weather) the method reports competitive or best average MSE/MAE versus iTransformer, PatchTST, Crossformer, TimesNet, FEDformer and others, with ablations on ECL/Traffic and learned fusion weights presented as supporting evidence.
Significance. If the gains are real and the architectural story holds, MSC-OT supplies a lightweight, drop-in attention refinement for the popular inverted-embedding paradigm and demonstrates that Sinkhorn OT can be used as a complementary regularizer rather than a full softmax replacement. The public-benchmark evaluation, explicit component ablations, and released code are positive engineering contributions. The absolute improvements over a strong iTransformer baseline remain modest on several datasets, so the work is incremental rather than transformative; its main value is the concrete fusion design and the empirical demonstration that OT regularization can stabilize cross-variate attention.
major comments (3)
- [§III-C, Eqs. (1)–(3)] §III-C, Eqs. (1)–(3) and the abstract claim that 2-D convolutions on the post-embedding N imes N score matrix recover multi-scale temporal patterns lost by the global linear map h_n = X_{:,n} W_embed. After that projection every temporal coordinate has already been irreversibly mixed; neighborhoods on S encode only similarities among compressed tokens. The paper never isolates this recovery claim (e.g., by applying the same kernels to a temporally-aware embedding, or by replacing the learned kernels with random/identity kernels). Without such a control the causal link between “multi-scale temporal recovery” and the reported gains remains unproven; the lift could equally be ordinary smoothing of attention.
- [Table I, §IV-A] Table I reports only three-seed averages with no standard deviations or statistical tests. On ETT (Avg) and Exchange the differences versus iTransformer are tiny (0.385 vs 0.383 MSE; 0.363 vs 0.360 MSE). Without uncertainty estimates it is impossible to judge whether the claimed superiority is reliable, especially for the “state-of-the-art on most datasets” assertion in the summary.
- [Abstract vs §IV / Table I] The abstract lists Solar-Energy among the evaluation datasets, yet §IV and Table I contain only ECL, ETT, Exchange, Traffic and Weather. Either the missing results must be supplied or the abstract corrected; the discrepancy undermines reproducibility claims.
minor comments (4)
- [Throughout] Numerous grammatical and typographical errors (e.g., “idendified”, “Addtionally”, “noising suppression”, “iTansformer”, “birandom”) reduce readability; a thorough language pass is needed.
- [§IV-C] Fig. 5 and Fig. 6 are described only for ECL and Traffic; quantitative ablation tables for all five datasets would strengthen the component-wise claims.
- [§IV-A, §IV-C] Hyper-parameter choices (λ=5.0, two Sinkhorn iterations, kernel sizes 3/5, initial fusion weights 0.7/0.2/0.1) are stated without a systematic sensitivity study beyond a brief λ and iteration sweep; a short appendix table would help.
- [§II-C] Related-work citations for Sinkformers and Sparse Sinkhorn Attention are present, yet the precise novelty relative to those doubly-stochastic attention papers could be stated more sharply.
Circularity Check
No circularity: empirical architecture paper whose claims rest on held-out benchmark metrics independent of model definition.
full rationale
MSC-OT is an empirical attention-module design (multi-scale 2-D convolution on the inverted-embedding attention matrix + Sinkhorn OT regularization + learnable adaptive fusion) built on the publicly known iTransformer inverted embedding. All performance claims (Table I, abstract) are MSE/MAE numbers measured on standard public MTS test splits (ETT, ECL, Traffic, Weather, Exchange) that are external to the model equations. Adaptive fusion weights (Eqs. 8–9) are end-to-end learned parameters, not free parameters fitted to the evaluation metric and then re-labeled as predictions. Ablations (Fig. 5, §IV-C) remove components and re-measure the same external metrics; they do not redefine the target. No self-citations appear among the load-bearing references; Sinkhorn, iTransformer, and the baselines are third-party results. There is therefore no step in which a claimed prediction or first-principles result reduces by construction to its own inputs. The skeptic’s concern about whether post-embedding convolution can recover lost temporal structure is an assumption/correctness issue, not circularity.
Axiom & Free-Parameter Ledger
free parameters (5)
- Sinkhorn entropy regularization λ =
5.0
- Sinkhorn iteration count =
2
- Convolution kernel sizes =
3 and 5
- Adaptive fusion initial weights (α,β,γ) =
0.7, 0.2, 0.1
- Score clipping bounds and tanh scale =
scale=8, clip=[-50,50]
axioms (3)
- domain assumption Inverted embedding (each variate’s full series becomes one token) is a valid and advantageous representation for cross-variate attention.
- ad hoc to paper 2-D convolution on the N×N attention score matrix can recover multi-scale temporal patterns that were lost in the global linear embedding.
- domain assumption Entropy-regularized optimal transport with uniform marginals yields a noise-robust, doubly-stochastic attention matrix.
invented entities (1)
-
MSC-OT attention block (multi-scale conv + Sinkhorn OT + adaptive three-way fusion)
no independent evidence
read the original abstract
The analysis of Multivariate Time Series (MTS) plays an important role in a lot of real-world practical applications, but it still remains some challenging problem about capturing multi-granularity structural patterns and suppressing noise appropriately. Multi-Scale Convolution with Optimal Transport Attention (MSC-OT) is proposed in this paper. MSC-OT is a useful architecture to optimize the attention mechanism. It combines multi-scale convolution with Sinkhorn optimal transport method based on inverted embedding. The inverted embedding approach embeds each variable as a token and allows the model to capture cross-variate relationships better. MSC-OT consists of two part: (1) Multi-Scale Convolution Enhancement, that applies multi-scale convolutions to attention score matrices based on inverted embedding, capturing local structural patterns in the variate-interaction space induced by compressed temporal representations; (2) Sinkhorn Optimal Transport Regularization, that formulates attention computation as an optimal transport problem and employs iterative matrix scaling to ensure balanced information flow across variates. Adaptive Fusion Strategy utilizes softmax-normalized learnable weights to dynamically combine base attention, convolution-enhanced, and OT-regularized scores. Experiments on widely-used datasets, including ETT, Electricity, Traffic, Solar-Energy, and Exchange-Rate, show that MSC-OT achieves well performance in both short-term and long-term forecasting tasks. Ablation experiments further validate the effectiveness of each proposed component and their synergistic contributions to improving prediction accuracy for multivariate time series forecasting.
Figures
Reference graph
Works this paper leans on
-
[1]
Attention is all you need,
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,”Advances in neural information processing systems, vol. 30, 2017
2017
-
[2]
Language mod- els are few-shot learners,
T. Brown, B. Mann, N. Ryder, M. Subbiah, J. D. Kaplan, P. Dhariwal, A. Neelakantan, P. Shyam, G. Sastry, A. Askellet al., “Language mod- els are few-shot learners,”Advances in neural information processing systems, vol. 33, pp. 1877–1901, 2020
1901
-
[3]
An image is worth 16x16 words: Transformers for image recognition at scale,
A. Dosovitskiy, “An image is worth 16x16 words: Transformers for image recognition at scale,”arXiv preprint arXiv:2010.11929, 2020
Pith/arXiv arXiv 2010
-
[4]
Informer: Beyond efficient transformer for long sequence time-series forecasting,
H. Zhou, S. Zhang, J. Peng, S. Zhang, J. Li, H. Xiong, and W. Zhang, “Informer: Beyond efficient transformer for long sequence time-series forecasting,” inProceedings of the AAAI conference on artificial intel- ligence, vol. 35, no. 12, 2021, pp. 11 106–11 115
2021
-
[5]
Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting,
H. Wu, J. Xu, J. Wang, and M. Long, “Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting,” Advances in neural information processing systems, vol. 34, pp. 22 419– 22 430, 2021
2021
-
[6]
Fedformer: Frequency enhanced decomposed transformer for long-term series fore- casting,
T. Zhou, Z. Ma, Q. Wen, X. Wang, L. Sun, and R. Jin, “Fedformer: Frequency enhanced decomposed transformer for long-term series fore- casting,” inInternational conference on machine learning. PMLR, 2022, pp. 27 268–27 286
2022
-
[7]
Are transformers effective for time series forecasting?
A. Zeng, M. Chen, L. Zhang, and Q. Xu, “Are transformers effective for time series forecasting?” inProceedings of the AAAI conference on artificial intelligence, vol. 37, no. 9, 2023, pp. 11 121–11 128
2023
-
[8]
itrans- former: Inverted transformers are effective for time series forecasting,
Y . Liu, T. Hu, H. Zhang, H. Wu, S. Wang, L. Ma, and M. Long, “itrans- former: Inverted transformers are effective for time series forecasting,” arXiv preprint arXiv:2310.06625, 2023
Pith/arXiv arXiv 2023
-
[9]
An empirical evaluation of generic convolutional and recurrent networks for sequence modeling,
S. Bai, “An empirical evaluation of generic convolutional and recurrent networks for sequence modeling,”arXiv preprint arXiv:1803.01271, 2018
Pith/arXiv arXiv 2018
-
[10]
Deepar: Probabilistic forecasting with autoregressive recurrent networks,
D. Salinas, V . Flunkert, J. Gasthaus, and T. Januschowski, “Deepar: Probabilistic forecasting with autoregressive recurrent networks,”Inter- national journal of forecasting, vol. 36, no. 3, pp. 1181–1191, 2020
2020
-
[11]
Deep state space models for time series forecasting,
S. S. Rangapuram, M. W. Seeger, J. Gasthaus, L. Stella, Y . Wang, and T. Januschowski, “Deep state space models for time series forecasting,” Advances in neural information processing systems, vol. 31, 2018
2018
-
[12]
Modeling long-and short-term temporal patterns with deep neural networks,
G. Lai, W.-C. Chang, Y . Yang, and H. Liu, “Modeling long-and short-term temporal patterns with deep neural networks,” inThe 41st international ACM SIGIR conference on research & development in information retrieval, 2018, pp. 95–104
2018
-
[13]
Diffusion convolutional re- current neural network: Data-driven traffic forecasting,
Y . Li, R. Yu, C. Shahabi, and Y . Liu, “Diffusion convolutional re- current neural network: Data-driven traffic forecasting,”arXiv preprint arXiv:1707.01926, 2017
Pith/arXiv arXiv 2017
-
[14]
Con- necting the dots: Multivariate time series forecasting with graph neural networks,
Z. Wu, S. Pan, G. Long, J. Jiang, X. Chang, and C. Zhang, “Con- necting the dots: Multivariate time series forecasting with graph neural networks,” inProceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining, 2020, pp. 753–763
2020
-
[15]
Pyraformer: Low-complexity pyramidal attention for long-range time series modeling and forecasting,
S. Liu, H. Yu, C. Liao, J. Li, W. Lin, A. X. Liu, and S. Dustdar, “Pyraformer: Low-complexity pyramidal attention for long-range time series modeling and forecasting,” inInternational Conference on Learn- ing Representations, 2022
2022
-
[16]
Crossformer: Transformer utilizing cross- dimension dependency for multivariate time series forecasting,
Y . Zhang and J. Yan, “Crossformer: Transformer utilizing cross- dimension dependency for multivariate time series forecasting,” inThe eleventh international conference on learning representations, 2023
2023
-
[17]
A time series is worth 64 words: Long-term forecasting with transformers. arxiv 2022,
Y . Nie, N. H. Nguyen, P. Sinthong, and J. Kalagnanam, “A time series is worth 64 words: Long-term forecasting with transformers. arxiv 2022,” arXiv preprint arXiv:2211.14730, 2022
Pith/arXiv arXiv 2022
-
[18]
D2vformer: A flexible time-series prediction model based on time-position embedding,
X. Song, H. Wang, L. Deng, D. Wang, H. Qiu, Y . He, W. Cao, and C.-S. Leung, “D2vformer: A flexible time-series prediction model based on time-position embedding,”IEEE Transactions on Neural Networks and Learning Systems, 2025
2025
-
[19]
TimeCMA: Towards llm-empowered multivariate time series forecasting via cross-modality alignment,
C. Liu, Q. Xu, H. Miao, S. Yang, L. Zhang, C. Long, Z. Li, and R. Zhao, “TimeCMA: Towards llm-empowered multivariate time series forecasting via cross-modality alignment,” inAAAI, 2025
2025
-
[20]
Scinet: Time series modeling and forecasting with sample convolution and interaction,
M. Liu, A. Zeng, M. Chen, Z. Xu, Q. Lai, L. Ma, and Q. Xu, “Scinet: Time series modeling and forecasting with sample convolution and interaction,”Advances in Neural Information Processing Systems, vol. 35, pp. 5816–5828, 2022
2022
-
[21]
Timesnet: Temporal 2d-variation modeling for general time series analysis,
H. Wu, T. Hu, Y . Liu, H. Zhou, J. Wang, and M. Long, “Timesnet: Temporal 2d-variation modeling for general time series analysis,”arXiv preprint arXiv:2210.02186, 2022
Pith/arXiv arXiv 2022
-
[22]
Micn: Multi-scale local and global context modeling for long-term series forecasting,
H. Wang, J. Peng, F. Huang, J. Wang, J. Chen, and Y . Xiao, “Micn: Multi-scale local and global context modeling for long-term series forecasting,” inThe eleventh international conference on learning rep- resentations, 2023
2023
-
[23]
Multi-scale dilated con- volution network for long-term time series forecasting,
F. Li, S. Guo, F. Han, J. Zhao, and F. Shen, “Multi-scale dilated con- volution network for long-term time series forecasting,”arXiv preprint arXiv:2405.05499, 2024
Pith/arXiv arXiv 2024
-
[24]
Timemixer: Decomposable multiscale mixing for time series forecasting,
S. Wang, H. Wu, X. Shi, T. Hu, H. Luo, L. Ma, J. Y . Zhang, and J. Zhou, “Timemixer: Decomposable multiscale mixing for time series forecasting,”arXiv preprint arXiv:2405.14616, 2024
Pith/arXiv arXiv 2024
-
[25]
Moderntcn: A modern pure convolution structure for general time series analysis,
D. Luo and X. Wang, “Moderntcn: A modern pure convolution structure for general time series analysis,” inThe twelfth international conference on learning representations, 2024, pp. 1–43
2024
-
[26]
H. Xu, L. Liu, T. Liu, S. Zhi, S. Sun, and M.-M. Cheng, “Step-wise distribution alignment guided style prompt tuning for source-free cross- domain few-shot learning,”arXiv preprint arXiv:2411.10070, 2024
Pith/arXiv arXiv 2024
-
[27]
Sinkhorn distances: Lightspeed computation of optimal transport,
M. Cuturi, “Sinkhorn distances: Lightspeed computation of optimal transport,”Advances in neural information processing systems, vol. 26, 2013
2013
-
[28]
Sparse sinkhorn attention,
Y . Tay, D. Bahri, L. Yang, D. Metzler, and D.-C. Juan, “Sparse sinkhorn attention,” inInternational conference on machine learning. PMLR, 2020, pp. 9438–9447
2020
-
[29]
Sinkformers: Trans- formers with doubly stochastic attention,
M. E. Sander, P. Ablin, M. Blondel, and G. Peyr ´e, “Sinkformers: Trans- formers with doubly stochastic attention,” inInternational Conference on Artificial Intelligence and Statistics. PMLR, 2022, pp. 3515–3530
2022
-
[30]
Learning la- tent permutations with gumbel-sinkhorn networks,
G. Mena, D. Belanger, S. Linderman, and J. Snoek, “Learning la- tent permutations with gumbel-sinkhorn networks,”arXiv preprint arXiv:1802.08665, 2018
Pith/arXiv arXiv 2018
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.