Skip to main content
QUICK REVIEW

[論文レビュー] TEMPO: Prompt-based Generative Pre-trained Transformer for Time Series Forecasting

Defu Cao, Furong Jia|arXiv (Cornell University)|Oct 8, 2023
Time Series Analysis and Forecasting被引用数 35
ひとこと要約

TEMPOは、クロスドメインの時系列予測のためのGPTバックボーンを用いた、プロンプトチューニングと decomposed-trend/seasonality/time-series 表現を導入し、ベンチマークでSOTAを大きく上回る。

ABSTRACT

The past decade has witnessed significant advances in time series modeling with deep learning. While achieving state-of-the-art results, the best-performing architectures vary highly across applications and domains. Meanwhile, for natural language processing, the Generative Pre-trained Transformer (GPT) has demonstrated impressive performance via training one general-purpose model across various textual datasets. It is intriguing to explore whether GPT-type architectures can be effective for time series, capturing the intrinsic dynamic attributes and leading to significant accuracy improvements. In this paper, we propose a novel framework, TEMPO, that can effectively learn time series representations. We focus on utilizing two essential inductive biases of the time series task for pre-trained models: (i) decomposition of the complex interaction between trend, seasonal and residual components; and (ii) introducing the design of prompts to facilitate distribution adaptation in different types of time series. TEMPO expands the capability for dynamically modeling real-world temporal phenomena from data within diverse domains. Our experiments demonstrate the superior performance of TEMPO over state-of-the-art methods on zero shot setting for a number of time series benchmark datasets. This performance gain is observed not only in scenarios involving previously unseen datasets but also in scenarios with multi-modal inputs. This compelling finding highlights TEMPO's potential to constitute a foundational model-building framework.

研究の動機と目的

  • 時系列予測に対して基盤モデルのようなアプローチの採用を動機付け、ドメイン間およびモダリティ間の一般化を改善する。
  • 加法的分解(トレンド、季節性、残差)を活用して表現学習を導き、解釈可能性を向上させる。
  • プロンプトプールを導入して非定常分布へ適応し、時系列タスク間での知識伝達を促進する。
  • TEMPOを時系列の基盤モデルとしての可能性を示すべく、複数のベンチマークと未知ドメインで予測精度の改善を示す。

提案手法

  • 入力時系列をSTL分解によってトレンド・季節性・残差成分に分解する。
  • 各成分を時系列トークンとして表現し、GPTベースのバックボーンに入力する。
  • 学習可能なプロンプトの共有プールを用いて、入力との類似度に基づくTop-Kプロンプトを取得し、適応的な知識リコールを可能にする。
  • 分解された成分予測を加法的に結合して最終予測を形成する。
  • 各成分に対してインスタンス正規化を適用し、効率的なドメイン適応のためにLoRAを使用する。

実験結果

リサーチクエスチョン

  • RQ1分解されたトレンド、季節性、残差を入力として与えた場合、 diverseデータで事前学習されたGPT風のトランスフォーマーは時系列を効果的に予測できるか。
  • RQ2リトリーバルベースのプロンプトプールは、ドメイン間の非定常性・分布シフトへの頑健性を向上させるか。
  • RQ3時系列を分解し、GAMのような解釈可能性フレームワークを用いて、予測出力におけるトレンド、季節性、残差の相互作用を理解するのに役立つか。
  • RQ4TEMPOは未見ドメインやマルチモーダル/マルチ変量入力に対して、既存ベースラインと比較してどれだけ一般化できるか。

主な発見

HorizonModelsWeather (MSE/MAE)ETTh1 (MSE/MAE)ETTh2 (MSE/MAE)ETTm1 (MSE/MAE)ETTm2 (MSE/MAE)ECL (MSE/MAE)Traffic (MSE/MAE)
96TEMPO0.008 / 0.0480.201 / 0.2680.173 / 0.2350.015 / 0.0830.010 / 0.0660.085 / 0.1660.217 / 0.213
96GPT4TS0.162/0.2120.376/0.3970.285/0.3420.292/0.3460.173/0.2620.139/0.2380.388/0.282
96T50.152/0.2010.411/0.4250.330/0.3830.291/0.3460.186/0.2770.123/0.2240.365/0.252
96Bert0.150/0.1970.459/0.4430.377/0.4040.291/0.3440.177/0.2630.130/0.2220.366/0.253
96FEDformer0.217/0.2960.376/0.4190.358/0.3970.379/0.4190.203/0.2870.193/0.3080.587/0.366
96Autoformer0.266/0.3360.449/0.4590.346/0.3880.505/0.4750.255/0.3390.201/0.3170.613/0.388
96Informer0.300/0.3840.865/0.7133.755/1.5250.672/0.5710.365/0.4530.274/0.3680.719/0.391
96PatchTST0.149/0.1980.370/0.3990.274/0.3360.290/0.3420.165/0.2550.129/0.2220.360/0.249
96Reformer0.689/0.5960.837/0.7282.626/1.3170.538/0.5280.658/0.6190.312/0.4020.732/0.423
96LightTS0.182/0.2420.424/0.4320.397/0.4370.374/0.4000.209/0.3080.207/0.3070.615/0.391
96DLinear0.176/0.2370.375/0.3990.289/0.3530.299/0.3430.167/0.2690.140/0.2370.410/0.282
96TimesNet0.172/0.2200.384/0.4020.340/0.3740.338/0.3750.187/0.2670.168/0.2720.593/0.321
96Non-Stat.0.173/0.2230.513/0.4910.476/0.4580.386/0.3980.192/0.2740.169/0.2730.612/0.338
96ETSformer0.197/0.2810.494/0.4790.340/0.3910.375/0.3980.189/0.2800.187/0.3040.607/0.392
  • TEMPOは、長期予測のための7つのベンチマークデータセットでSOTAベースラインを上回る。
  • 平均して、TEMPOはPatchTSTや他のベースラインに対してMAEおよびMSEの substantialな改善を達成し、例えば96ステップでのMAEは最大62.87%、192ステップで最大35.59%改善。
  • TEMPOは未知データセット上で平均MAE改善約30.8%のクロスドメイン事前学習の利点を示す。
  • 新しいマルチモーダル時系列データセット(TETS)は、マルチモーダル入力でのSMAPE改善を顕著に示す。
  • 未見ドメインおよび少数ショット設定でも堅牢な性能を維持しており、時系列の基盤モデルとしての潜在性を示す。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。