Hank0626 / PDF

An official implementation of "Periodicity Decoupling Framework for Long-term Series Forecasting" (ICLR 2024)
GNU Affero General Public License v3.0
100 stars 8 forks source link

help,Please #3

Closed gyy520cyaowu closed 4 months ago

gyy520cyaowu commented 4 months ago

May I ask what problems this model mainly solves in time series forecasting? This is what my teacher asked me. I am not sure. Please help.

Hank0626 commented 4 months ago

Hi there, the basic idea of our work is decoupling time series into long-term and short-term variations. Transformers excel at globally modeling long-term dependencies, while CNNs are adept at precisely capturing short-term variations with local detail. We use Transformer to model long-term dependencies and CNN to model short-term variations. For more details, please refer to the origin paper: https://openreview.net/pdf?id=dp27P5HBBt.