paper-with-me

홈 › Papers

HTMformer: Hybrid Time and Multivariate Transformer for Time Series Forecasting

2025-10-08 · Tan Wang, Yun Wei Dong, Qi Wang arxiv

Transformer-based methods have achieved impressive results in time series forecasting. However, existing Transformers still exhibit limitations in sequence modeling as they tend to overemphasize temporal dependencies. This incurs additional computational overhead without yielding corresponding performance gains. We find that the performance of Transformers is highly dependent on the embedding method used to learn effective representations. To address this issue, we extract multivariate features to augment the effective information captured in the embedding layer, yielding multidimensional embeddings that convey richer and more meaningful sequence representations. These representations enable Transformer-based forecasters to better understand the series. Specifically, we introduce Hybrid Temporal and Multivariate Embeddings (HTME). The HTME extractor integrates a lightweight temporal feature extraction module with a carefully designed multivariate feature extraction module to provide complementary features, thereby achieving a balance between model complexity and performance. By combining HTME with the Transformer architecture, we present HTMformer, leveraging the enhanced feature extraction capability of the HTME extractor to build a lightweight forecaster. Experiments conducted on eight real-world datasets demonstrate that our approach outperforms existing baselines in both accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2510.07084

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Forecasting

Similar Papers 제목 키워드 기반

Integrating Quantum-Classical Attention in Patch Transformers for Enhanced Time Series Forecasting

2025-03-31 · Sanjay Chakraborty, Fredrik Heintz

QCAAPatchTF is a quantum attention network integrated with an advanced patch-based transformer, designed for multivariate time series forecasting, classification, and anomaly detection. Leveraging quantum superpositions,…

Anomaly DetectionMultivariate Time Series ForecastingTime SeriesTime Series Forecasting

DSAT-HD: Dual-Stream Adaptive Transformer with Hybrid Decomposition for Multivariate Time Series Forecasting

2025-09-29 · Zixu Wang, Hongbin Dong, Xiaoping Zhang arxiv

Time series forecasting is crucial for various applications, such as weather, traffic, electricity, and energy predictions. Currently, common time series forecasting methods are based on Transformers. However, existing a…

Multivariate Time Series Forecasting

KARMA: A Multilevel Decomposition Hybrid Mamba Framework for Multivariate Long-Term Time Series Forecasting

2025-06-10 · Hang Ye, Gaoxiang Duan, Haoran Zeng, Yangxin Zhu 외

Multivariate long-term and efficient time series forecasting is a key requirement for a variety of practical applications, and there are complex interleaving time dynamics in time series data that require decomposition m…

Computational EfficiencyMambaTime SeriesTime Series Forecasting

CNN-TFT explained by SHAP with multi-head attention weights for time series forecasting

2025-10-08 · Stefano F. Stefenon, João P. Matos-Carvalho, Valderi R. Q. Leithardt, Kin-Choong Yow arxiv

Convolutional neural networks (CNNs) and transformer architectures offer strengths for modeling temporal data: CNNs excel at capturing local patterns and translational invariances, while transformers effectively model lo…

Multivariate Time Series Forecasting

FTT-GRU: A Hybrid Fast Temporal Transformer with GRU for Remaining Useful Life Prediction

2025-11-01 · Varun Teja Chirukiri, Udaya Bhasker Cheerala, Sandeep Kanta, Abdul Karim 외 arxiv

Accurate prediction of the remaining useful life (RUL) of industrial machinery is essential for reducing downtime and optimizing maintenance schedules. Existing approaches, such as long short-term memory (LSTM) networks …