paper-with-me

홈 › Papers

Partial-Multivariate Model for Forecasting

2024-08-19 · Jaehoon Lee, Hankook Lee, Sungik Choi, Sungjun Cho, Moontae Lee

When solving forecasting problems including multiple time-series features, existing approaches often fall into two extreme categories, depending on whether to utilize inter-feature information: univariate and complete-multivariate models. Unlike univariate cases which ignore the information, complete-multivariate models compute relationships among a complete set of features. However, despite the potential advantage of leveraging the additional information, complete-multivariate models sometimes underperform univariate ones. Therefore, our research aims to explore a middle ground between these two by introducing what we term Partial-Multivariate models where a neural network captures only partial relationships, that is, dependencies within subsets of all features. To this end, we propose PMformer, a Transformer-based partial-multivariate model, with its training algorithm. We demonstrate that PMformer outperforms various univariate and complete-multivariate models, providing a theoretical rationale and empirical analysis for its superiority. Additionally, by proposing an inference technique for PMformer, the forecasting accuracy is further enhanced. Finally, we highlight other advantages of PMformer: efficiency and robustness under missing features.

📄 PDF Abstract BibTeX arXiv:2408.09703

Code (0)

등록된 구현이 없습니다.

Tasks

model

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Partial multivariate transformer as a tool for cryptocurrencies time series prediction

2025-11-22 · Andrzej Tokajuk, Jarosław A. Chudziak arxiv

Forecasting cryptocurrency prices is hindered by extreme volatility and a methodological dilemma between information-scarce univariate models and noise-prone full-multivariate models. This paper investigates a partial-mu…

Time Series Prediction

PDETime: Rethinking Long-Term Multivariate Time Series Forecasting from the perspective of partial differential equations

2024-02-25 · shiyi qi, Zenglin Xu, Yiduo Li, Liangjian Wen 외

Recent advancements in deep learning have led to the development of various models for long-term multivariate time-series forecasting (LMTF), many of which have shown promising results. Generally, the focus has been on h…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

AdaPTS: Adapting Univariate Foundation Models to Probabilistic Multivariate Time Series Forecasting

2025-02-14 · Abdelhakim Benechehab, Vasilii Feofanov, Giuseppe Paolo, Albert Thomas 외

Pre-trained foundation models (FMs) have shown exceptional performance in univariate time series forecasting tasks. However, several practical challenges persist, including managing intricate dependencies among features …

Multivariate Time Series ForecastingRepresentation LearningTime SeriesTime Series Forecasting+2

Forecasting realized covariances using HAR-type models

2024-12-14 · Matias Quiroz, Laleh Tafakori, Hans Manner

We investigate methods for forecasting multivariate realized covariances matrices applied to a set of 30 assets that were included in the DJ30 index at some point, including two novel methods that use existing (univariat…

State Space Models

CoRA: Boosting Time Series Foundation Models for Multivariate Forecasting through Correlation-aware Adapter

2026-03-23 · Hanyin Cheng, Xingjian Wu, Yang Shu, Zhongwen Rao 외 arxiv

Most existing Time Series Foundation Models (TSFMs) use channel independent modeling and focus on capturing and generalizing temporal dependencies, while neglecting the correlations among channels or overlooking the diff…

Multivariate Time Series ForecastingContrastive Learning