REVIEW 8 cited by
SegRNN: Segment Recurrent Neural Network for Long-Term Time Series Forecasting
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
RNN-based methods have faced challenges in the Long-term Time Series Forecasting (LTSF) domain when dealing with excessively long look-back windows and forecast horizons. Consequently, the dominance in this domain has shifted towards Transformer, MLP, and CNN approaches. The substantial number of recurrent iterations are the fundamental reasons behind the limitations of RNNs in LTSF. To address these issues, we propose two novel strategies to reduce the number of iterations in RNNs for LTSF tasks: Segment-wise Iterations and Parallel Multi-step Forecasting (PMF). RNNs that combine these strategies, namely SegRNN, significantly reduce the required recurrent iterations for LTSF, resulting in notable improvements in forecast accuracy and inference speed. Extensive experiments demonstrate that SegRNN not only outperforms SOTA Transformer-based models but also reduces runtime and memory usage by more than 78%. These achievements provide strong evidence that RNNs continue to excel in LTSF tasks and encourage further exploration of this domain with more RNN-based approaches. The source code is coming soon.
Forward citations
Cited by 8 Pith papers
-
Beyond Magnitude and Shape: A Direction-Aware Loss for Time Series Forecasting
CosDir aligns the first-difference vectors of predictions and targets via cosine similarity, improving directional accuracy while preserving MSE.
-
ARIES: Relation Assessment and Model Recommendation for Deep Time Series Forecasting
ARIES shows that deep forecasting models have consistent performance preferences tied to time series properties, and uses those preferences to recommend models for new datasets.
-
MillGNN: Learning Multi-Scale Lead-Lag Dependencies for Multi-Variate Time Series Forecasting
MillGNN learns delayed (lead-lag) influences between time series and between groups of series at multiple grouping scales, reporting state-of-the-art forecast errors on 11 benchmarks.
-
CMoS: Rethinking Time Series Prediction Through the Lens of Chunk-wise Spatial Correlations
CMoS, a linear chunk-wise model with per-channel mixing of shared correlation matrices, achieves competitive long-term forecasting accuracy on seven benchmarks while using up to 100x fewer parameters than DLinear.
-
Enhancing Irregular Time Series Forecasting with Continuous-Time Modeling Framework
WrapFlow combines continuous-time event/gap tokenization with simulation-free residual flow matching on a Transformer to improve irregular multivariate time-series forecasting.
-
Teaching Time Series to See and Speak: Forecasting with Aligned Visual and Textual Perspectives
TimesCLIP aligns image-based and text-based views of the same time series via contrastive learning to improve forecasting accuracy on several benchmarks, but the full multimodal model is not used on two of the six lon...
-
Mixture of Low Rank Adaptation with Partial Parameter Sharing for Time Series Forecasting
MoLA adapts a pre-trained short-horizon forecaster to multiple forecast steps via segment-specific mixtures of shared low-rank adapters, reporting modest mean-squared-error gains over the base models on most of eight ...
-
Human in the Loop Adaptive Optimization for Improved Time Series Forecasting
The core idea is standard forecast recalibration, and the reported experiments show mixed, sometimes negative, results with internal table errors, so the claim of consistent improvement fails.
Discussion (0). Sign in to comment.