paper-with-me

Papers

Unlocking the Power of Patch: Patch-Based MLP for Long-Term Time Series Forecasting

2024-05-22 · Peiwang Tang, Weitai Zhang

Recent studies have attempted to refine the Transformer architecture to demonstrate its effectiveness in Long-Term Time Series Forecasting (LTSF) tasks. Despite surpassing many linear forecasting models with ever-improving performance, we remain skeptical of Transformers as a solution for LTSF. We attribute the effectiveness of these models largely to the adopted Patch mechanism, which enhances sequence locality to an extent yet fails to fully address the loss of temporal information inherent to the permutation-invariant self-attention mechanism. Further investigation suggests that simple linear layers augmented with the Patch mechanism may outperform complex Transformer-based LTSF models. Moreover, diverging from models that use channel independence, our research underscores the importance of cross-variable interactions in enhancing the performance of multivariate time series forecasting. The interaction information between variables is highly valuable but has been misapplied in past studies, leading to suboptimal cross-variable models. Based on these insights, we propose a novel and simple Patch-based MLP (PatchMLP) for LTSF tasks. Specifically, we employ simple moving averages to extract smooth components and noise-containing residuals from time series data, engaging in semantic information interchange through channel mixing and specializing in random noise with channel independence processing. The PatchMLP model consistently achieves state-of-the-art results on several real-world datasets. We hope this surprising finding will spur new research directions in the LTSF field and pave the way for more efficient and concise solutions.

📄 PDF Abstract BibTeX arXiv:2405.13575

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeMultivariate Time Series ForecastingTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Confidence Estimation Transformer for Long-term Renewable Energy Forecasting in Reinforcement Learning-based Power Grid Dispatching

2022-04-10 · Xinhang Li, Zihao Li, Nan Yang, Zheng Yuan 외

The expansion of renewable energy could help realizing the goals of peaking carbon dioxide emissions and carbon neutralization. Some existing grid dispatching methods integrating short-term renewable energy prediction an…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Unlocking the Power of LSTM for Long Term Time Series Forecasting

2024-08-19 · Yaxuan Kong, Zepu Wang, Yuqi Nie, Tian Zhou 외

Traditional recurrent neural network architectures, such as long short-term memory neural networks (LSTM), have historically held a prominent role in time series forecasting (TSF) tasks. While the recently introduced sLS…

Time SeriesTime Series Forecasting

Co-optimization of Operational Unit Commitment and Reserve Power Scheduling for Modern Grid

2023-04-24 · Ramkrishna Mishan, Matthew Egan, Mohammed Ben-Idris, Hanif Livani

Modern power grids combine conventional generators with distributed energy resource (DER) generators in response to concerns over climate change and long-term energy security. Due to the intermittent nature of DERs, diff…

Scheduling

CT-PatchTST: Channel-Time Patch Time-Series Transformer for Long-Term Renewable Energy Forecasting

2025-01-15 · Menghao Huo, Kuan Lu, Yuxiao Li, Qiang Zhu 외

Accurately predicting renewable energy output is crucial for the efficient integration of solar and wind power into modern energy systems. This study develops and evaluates an advanced deep learning model, Channel-Time P…

Time Series

A Lagrangian-Informed Long-Term Dispatch Policy for Coupled Hydropower and Photovoltaic Systems

2025-03-03 · Eliza Cohn, Ning Qi, Upmanu Lall, Bolun Xu

This paper presents a long-term dispatch framework for coupled hydropower and floating photovoltaic systems. We introduce a temporal decomposition algorithm based on partial Lagrangian relaxation to address long-term wat…