REVIEW 3 major objections 4 minor 38 references
A pure-convolution wavelet path plus spatial mixing cuts cloud-workload forecast error by up to 31 percent while slashing latency nearly 80 percent.
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-12 17:25 UTC pith:MMMSVMTS
load-bearing objection Solid pure-conv wavelet architecture with real accuracy gains on public cloud traces; the dual SOTA claim is undercut by a clear table-copy error on the efficiency numbers. the 3 major comments →
SWIFT: Spatio-temporal Wavelet Integrated Forecasting Framework for Workload Traces
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
By turning discrete wavelet decomposition into a cascaded bank of learnable depth-wise convolutions and pairing it with a grouped-convolution spatial mixer, a pure convolutional network can simultaneously capture multi-scale temporal bursts and inter-service correlations at linear cost, yielding state-of-the-art accuracy and substantially lower latency on real cloud workload traces.
What carries the argument
The Learnable Cascaded Wavelet Path: a hierarchical stack that recursively peels low-frequency residuals with fixed Haar-style filters, then corrects morphology and re-weights spectra with light learnable convolutions and channel-wise scales before bottom-up inverse-wavelet reconstruction.
Load-bearing premise
A single fixed cascade depth (three or four levels) together with light learnable correction of Haar filters is assumed to peel every relevant multi-scale pattern present in the workload.
What would settle it
On a held-out high-frequency microservice trace whose dominant burst scales lie outside the chosen cascade depths, measure whether SWIFT’s error advantage over a plain large-kernel TCN disappears or reverses.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. SWIFT is a pure-convolutional multivariate forecasting model for cloud workload traces. It combines a Learnable Cascaded Wavelet Path (DWT/IWT reimplemented as strided depthwise convolutions with fixed Haar-style filters, followed by per-level learnable morphological correction and channel scaling, then cascaded reconstruction) with a two-stage Multivariate Interaction Module that first mixes across variables then within each variable’s features via grouped 1×1 convolutions. The paper claims this design captures multi-scale non-stationary bursts and spatial microservice coupling at linear O(L) cost, delivering SOTA accuracy (error reductions up to 31.04 %) and large latency cuts (up to 79.74 %) on Ali2021/2022, Fisher, Google, plus transfer and ETT universality results.
Significance. If the dual accuracy-plus-latency claim holds under corrected evaluation, the work is practically useful for high-throughput cloud auto-scaling, where both forecast quality and sub-10 ms inference matter. Strengths that deserve credit include the pure-convolutional reformulation of multi-level DWT (GPU-native, linear complexity), the breadth of evaluation (long/short horizons, intra- and cross-dataset transfer, ETT, ablations, cascade-depth sensitivity, and a stability table with standard deviations), and the explicit hardware-friendly design choices. These elements make the contribution more than a routine architecture paper for the systems/ML intersection.
major comments (3)
- [§5.5, Table 5 (and Appendix Table 14)] Table 5 (Efficiency-Effectiveness) and the surrounding §5.5 text are corrupted: the RMSE/MAE columns for all four datasets are identical to the cross-dataset numbers of Table 4 (including an impossible Ali2022 row that simply repeats the Ali2021 values 0.0741/0.0550). They do not match the long-term forecasting metrics of Table 1 that the efficiency analysis is meant to trade off against. Consequently the central dual claim—“SOTA accuracy with au 79.74 % latency reduction”—cannot be verified from the published tables; the latency/memory numbers sit next to the wrong accuracy figures. A corrected Table 5 (and matching Appendix Table 14) that pairs the actual long-term (or clearly stated) metrics with the reported latencies is required before the dual claim can be accepted.
- [Abstract, §4.1, Eqs. (4)–(6)] The abstract and §4.1 repeatedly state that the method “reformulates the traditional fixed wavelet bases into adaptive convolutional operators.” Equation (4) and the accompanying text, however, keep the low- and high-pass filters g_L, g_H fixed (Haar example) and apply learnable convolution and scaling only after the fixed DWT. The adaptivity is therefore post-decomposition coefficient correction, not a learnable wavelet basis. This overstatement should be tightened so that the technical contribution is accurately scoped; otherwise readers will expect a trainable filter-bank that the architecture does not deliver.
- [Table 1 / Table 9 (Fisher–ModernTCN), Table 5] Several numerical entries in the main result tables appear internally inconsistent or copy-pasted. In Table 1 (and the detailed Table 9) the ModernTCN Fisher MAE column is identical to the RMSE column at every horizon (0.0749, 0.0764, au), which is statistically implausible. Combined with the Table 5 paste error, this raises a reproducibility concern for the quantitative SOTA margins. The authors should re-export all tables from raw logs and, ideally, release code or a verification script so that the 31.04 % / 79.74 % headline numbers can be independently checked.
minor comments (4)
- [§2] Typographical errors: “Nervertheless” (§2.3), inconsistent capitalization of “sota”/“SOTA”, and “Tranformer-based” in the related-work heading.
- [Figure 2, §4] Figure 2 caption and body text refer to “RevIN” and “SWIFT Block” without defining the reversible instance normalization layer or the precise residual connections inside the block; a short equation or diagram call-out would help.
- [§5.8, §5.7] The cascade-depth sensitivity (§5.8, Fig. 3) correctly notes domain dependence, yet the main experiments fix i=4/3 without reporting whether the same depths were used for the ETT universality runs; a one-sentence clarification would remove ambiguity.
- [§5.1] Baseline categorization lists TimesNet under “CNN-based models” while the original TimesNet paper is a 2-D temporal variation model that uses FFT; a more precise taxonomy (or simply “frequency-aware baselines”) would avoid confusion.
Circularity Check
No circularity: empirical architecture proposal with external benchmarks and ordinary hyper-parameter selection; no definitional loops or fitted-as-prediction steps.
full rationale
SWIFT is a pure engineering/empirical paper that proposes a convolutional architecture (Learnable Cascaded Wavelet Path + Multivariate Interaction Module) and evaluates it on public cloud traces (Ali2021/2022, Fisher, Google) and ETT benchmarks against published baselines. The claimed multi-scale peeling (Eqs. 4–7) and spatial mixing (Eqs. 8–9) are architectural choices, not derivations that define the target metric in terms of free parameters later presented as predictions. Cascade depth i is selected by validation sensitivity (Fig. 3, §5.8), which is standard hyper-parameter tuning rather than circular construction. Self-citations (Ding et al. 2022a/b) supply only domain motivation (microservice coupling) and are not load-bearing uniqueness theorems or ansatzes that force the accuracy/latency claims. Performance numbers (Tables 1–7, 9–15) are measured against held-out external data; no equation reduces a reported “prediction” to its own fitted input by construction. Table-paste errors noted by the skeptic affect reproducibility of the latency claim but do not constitute circular derivation. The work is therefore self-contained against external benchmarks with zero circular steps.
Axiom & Free-Parameter Ledger
free parameters (3)
- cascade depth i =
3 or 4 (dataset-dependent)
- number of SWIFT blocks =
1
- learning rate and early-stop patience =
1e-4 / patience 3
axioms (3)
- standard math Discrete wavelet transform (Haar low/high-pass) can be exactly realized by fixed-weight depthwise convolution with stride 2, and inverse reconstruction by the corresponding transposed operations.
- domain assumption Cloud workload traces exhibit multi-scale periodicities plus localized bursts and strong cross-microservice spatial coupling that are better captured by time-frequency localization than by global Fourier bases.
- ad hoc to paper Inter-variable mixing should precede intra-variable feature mixing to stabilize noisy states before dense feature transformation.
invented entities (2)
-
Learnable Cascaded Wavelet Path
no independent evidence
-
Multivariate Interaction Module (MIM)
no independent evidence
read the original abstract
Accurate cloud workload forecasting is pivotal for efficient resource management but remains challenging as workloads are highly volatile and prone to sudden bursts. Although wavelets preserve temporal locality, rigid fixed bases struggle with complex patterns and isolated processing neglects critical spatial dependencies. To address this, we propose SWIFT, a pure convolutional framework designed for high-efficiency workload forecasting. We introduce a Learnable Cascaded Wavelet Path that reformulates the traditional fixed wavelet bases into adaptive convolutional operators, enabling precise, data-driven feature peeling. Complementing this, our Multivariate Interaction Module sequentially models inter-variable spatial and intra-variable feature interactions to stabilize and refine noisy workload states. Extensive experiments demonstrate that SWIFT achieves SOTA accuracy with linear O(L) complexity, reducing prediction error by up to 31.04% while cutting latency by 79.74%.
Figures
Reference graph
Works this paper leans on
-
[1]
IEEE Transactions on Cloud Computing , year=
Kubernetes-oriented microservice placement with dynamic resource allocation , author=. IEEE Transactions on Cloud Computing , year=
-
[2]
Virtualization vs Containerization to Support PaaS , year=
Dua, Rajdeep and Raja, A Reddy and Kakadia, Dharmesh , booktitle=. Virtualization vs Containerization to Support PaaS , year=
-
[3]
International Conference on Service-Oriented Computing , pages=
Predictive Auto-scaling: LSTM-Based Multi-step Cloud Workload Prediction , author=. International Conference on Service-Oriented Computing , pages=. 2023 , organization=
2023
-
[4]
Journal of Parallel and Distributed Computing , volume=
Proactive auto-scaling for cloud environments using temporal convolutional neural networks , author=. Journal of Parallel and Distributed Computing , volume=. 2021 , publisher=
2021
-
[5]
IEEE Access , volume=
Proactive failure-aware task scheduling framework for cloud computing , author=. IEEE Access , volume=. 2021 , publisher=
2021
-
[6]
Journal of Scheduling , volume=
A purely proactive scheduling procedure for the resource-constrained project scheduling problem with stochastic activity durations , author=. Journal of Scheduling , volume=. 2016 , publisher=
2016
-
[7]
1999 , publisher=
A wavelet tour of signal processing , author=. 1999 , publisher=
1999
-
[8]
European Conference on Computer Vision , pages=
Wavelet convolutions for large receptive fields , author=. European Conference on Computer Vision , pages=. 2024 , organization=
2024
-
[9]
arXiv preprint arXiv:2210.02186 , year=
Timesnet: Temporal 2d-variation modeling for general time series analysis , author=. arXiv preprint arXiv:2210.02186 , year=
-
[10]
Advances in Neural Information Processing Systems , volume=
Frequency-domain MLPs are more effective learners in time series forecasting , author=. Advances in Neural Information Processing Systems , volume=
-
[11]
Proceedings of the 30th ACM SIGKDD conference on knowledge discovery and data mining , pages=
Fredformer: Frequency debiased transformer for time series forecasting , author=. Proceedings of the 30th ACM SIGKDD conference on knowledge discovery and data mining , pages=
-
[12]
Proceedings of the 34th ACM International Conference on Information and Knowledge Management , pages=
WDformer: A Wavelet-based Differential Transformer Model for Time Series Forecasting , author=. Proceedings of the 34th ACM International Conference on Information and Knowledge Management , pages=
-
[13]
Neural Computing and Applications , volume=
Novel wavelet-LSTM approach for time series prediction , author=. Neural Computing and Applications , volume=. 2025 , publisher=
2025
-
[14]
IEEE Internet of Things Journal , volume=
Multiple wavelet convolutional neural network for short-term load forecasting , author=. IEEE Internet of Things Journal , volume=. 2020 , publisher=
2020
-
[15]
Proceedings of the AAAI conference on artificial intelligence , volume=
Informer: Beyond efficient transformer for long sequence time-series forecasting , author=. Proceedings of the AAAI conference on artificial intelligence , volume=
-
[16]
Advances in Neural Information Processing Systems , volume=
Timexer: Empowering transformers for time series forecasting with exogenous variables , author=. Advances in Neural Information Processing Systems , volume=
-
[17]
Advances in neural information processing systems , volume=
Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting , author=. Advances in neural information processing systems , volume=
-
[18]
International conference on machine learning , pages=
Fedformer: Frequency enhanced decomposed transformer for long-term series forecasting , author=. International conference on machine learning , pages=. 2022 , organization=
2022
-
[19]
The eleventh international conference on learning representations , year=
Crossformer: Transformer utilizing cross-dimension dependency for multivariate time series forecasting , author=. The eleventh international conference on learning representations , year=
-
[20]
arXiv preprint arXiv:2310.06625 , year=
itransformer: Inverted transformers are effective for time series forecasting , author=. arXiv preprint arXiv:2310.06625 , year=
-
[21]
arXiv preprint arXiv:2507.12908 , year=
Fremer: Lightweight and Effective Frequency Transformer for Workload Forecasting in Cloud Services , author=. arXiv preprint arXiv:2507.12908 , year=
-
[22]
Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
Xception: Deep learning with depthwise separable convolutions , author=. Proceedings of the IEEE conference on computer vision and pattern recognition , pages=
-
[23]
arXiv preprint arXiv:1704.04861 , year=
Mobilenets: Efficient convolutional neural networks for mobile vision applications , author=. arXiv preprint arXiv:1704.04861 , year=
-
[24]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
A convnet for the 2020s , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[25]
arXiv preprint arXiv:2201.09792 , year=
Patches are all you need? , author=. arXiv preprint arXiv:2201.09792 , year=
-
[26]
Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
Scaling up your kernels to 31x31: Revisiting large kernel design in cnns , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=
-
[27]
arXiv preprint arXiv:2207.03620 , year=
More convnets in the 2020s: Scaling up kernels beyond 51x51 using sparsity , author=. arXiv preprint arXiv:2207.03620 , year=
-
[28]
The twelfth international conference on learning representations , pages=
Moderntcn: A modern pure convolution structure for general time series analysis , author=. The twelfth international conference on learning representations , pages=
-
[29]
The eleventh international conference on learning representations , year=
Micn: Multi-scale local and global context modeling for long-term series forecasting , author=. The eleventh international conference on learning representations , year=
-
[30]
Proceedings of the ACM Web Conference 2023 , pages=
Group: An end-to-end multi-step-ahead workload prediction approach focusing on workload group behavior , author=. Proceedings of the ACM Web Conference 2023 , pages=
2023
-
[31]
Journal of Open Source Software , volume=
PyWavelets: A Python package for wavelet analysis , author=. Journal of Open Source Software , volume=. 2019 , publisher=
2019
-
[32]
Proceedings of the ACM Symposium on Cloud Computing , pages=
Characterizing microservice dependency and performance: Alibaba trace analysis , author=. Proceedings of the ACM Symposium on Cloud Computing , pages=
-
[33]
Proceedings of the 13th Symposium on Cloud Computing , pages=
The power of prediction: microservice auto scaling via workload learning , author=. Proceedings of the 13th Symposium on Cloud Computing , pages=
-
[34]
Fisher: An efficient container load prediction model with deep neural network in clouds , author=. 2018 IEEE Intl Conf on Parallel & Distributed Processing with Applications, Ubiquitous Computing & Communications, Big Data & Cloud Computing, Social Computing & Networking, Sustainable Computing & Communications (ISPA/IUCC/BDCloud/SocialCom/SustainCom) , pa...
2018
-
[35]
Proceedings of the Tenth European Conference on Computer Systems , articleno =
Verma, Abhishek and Pedrosa, Luis and Korupolu, Madhukar and Oppenheimer, David and Tune, Eric and Wilkes, John , title =. Proceedings of the Tenth European Conference on Computer Systems , articleno =. 2015 , isbn =. doi:10.1145/2741948.2741964 , abstract =
-
[36]
Advances in neural information processing systems , volume=
Pytorch: An imperative style, high-performance deep learning library , author=. Advances in neural information processing systems , volume=
-
[37]
IEEE Transactions on Parallel and Distributed Systems , volume=
COIN: A container workload prediction model focusing on common and individual changes in workloads , author=. IEEE Transactions on Parallel and Distributed Systems , volume=. 2022 , publisher=
2022
-
[38]
IEEE Transactions on Services Computing , year=
TFEGRU: time-frequency enhanced gated recurrent unit with attention for cloud workload prediction , author=. IEEE Transactions on Services Computing , year=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.