arXiv Machine Learning

Role-Specific Predictive Geometries for Nonstationary Multivariate Graph-Signal Forecasting

The paper introduces role‑specific predictive geometries for forecasting nonstationary multivariate graph signals. It distinguishes long‑run equilibrium restoration (Long relations) from short‑run transient propagation (Short relations), applying directed Long relations to equilibrium coordinates and directed Short relations to lagged differences. Experiments show perfect recovery of planted relations and improved performance over a G‑VARMA baseline on several real‑world benchmarks.

arXiv Machine Learning
Aug 28

Graph-Based Modeling of Financial Volatility Dynamics

The paper introduces the Finance‑Aware Graph Spatio‑Temporal Network (FA‑GSTN) for forecasting realized volatility by treating the implied volatility surface as a dynamic graph. Nodes represent grid points on the surface, with edges capturing adaptive intra‑day spatial and explicit inter‑day temporal relationships, while finance‑aware node features (e.g., option Greeks) and a multi‑scale temporal smoothing gate address high‑frequency noise. Experiments on a large equity options dataset show FA‑GSTN achieves state‑of‑the‑art predictive accuracy (R² up to 0.473) and outperforms Vision Transformer baselines even with only one year of training data, demonstrating robustness during market stress.

By Chuanzhen Wang, Alice Zhang, Wei Chen, Michael Brown
arXiv AI
Aug 18

AsyTO: Asymmetric Temporal Operator for Parameter-Efficient Multivariate Time Series Forecasting

arXiv:2608. 16098v1 Announce Type: cross Abstract: Multivariate time-series forecasting faces a structural dilemma: sharing one temporal predictor across variables is parameter-efficient but forces heterogeneous variables through an identical history-to-future map, whereas learning an independent predictor per variable restores flexibility at a cost that grows with the product of variable count, context length, and horizon.

By Xiachong Lin, Du Yin, Hao Xue, Wen Hu, Imran Razzak, Arian Prabowo, Matthew Amos, Flora D. Salim
arXiv Machine Learning
Jul 21

Time-Aware Prior Fitted Networks for Zero-Shot Forecasting with Exogenous Variables

arXiv:2603. 15802v2 Announce Type: replace Abstract: In many time series forecasting settings, the target time series is accompanied by exogenous covariates, such as promotions and prices in retail demand; temperature in energy load; calendar and holiday indicators for traffic or sales; and grid load or fuel costs in electricity pricing.

By Andres Potapczynski, Ravi Kiran Selvam, Tatiana Konstantinova, Malcolm Wolff, Kin G. Olivares, Ruijun Ma, Michael W. Mahoney, Andrew Gordon Wilson, Boris N. Oreshkin, Dmitry Efimov
arXiv Machine Learning
Jun 10

When Do Autoregressive Sequence Models Forecast Physical Wavefields? A Controlled Study on Synthetic Seismograms

arXiv:2606. 10868v1 Announce Type: new Abstract: Long-horizon autoregressive forecasting of oscillatory physical signals, such as seismograms, gravitational-wave strain, and similar wavefields is limited by error accumulation: as a causal model is fed its own outputs over hundreds of steps, small per-step errors compound into phase drift that pointwise metrics fail to detect.

By Waleed Esmail, Stuart Russell, Jana Klinge, Alexander Kappes, Christine Thomas
Hugging Face Trending Papers
Aug 7

When GNNs Fail: Quantifying and Overcoming Temporal Correlation Volatility in Time Series

Modeling multivariate time series by representing them as graphs, where individual series act as nodes and pairwise temporal corre- lations serve as edges, has gained significant traction. Recent advances in Graph Neural Networks (GNNs) have demonstrated strong perfor- mance by assuming a static graph topology and aggregating information from neighboring series.