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は未見ドメインやマルチモーダル/マルチ変量入力に対して、既存ベースラインと比較してどれだけ一般化できるか。

主な発見

  • TEMPOは、長期予測のための7つのベンチマークデータセットでSOTAベースラインを上回る。
  • 平均して、TEMPOはPatchTSTや他のベースラインに対してMAEおよびMSEの substantialな改善を達成し、例えば96ステップでのMAEは最大62.87%、192ステップで最大35.59%改善。
  • TEMPOは未知データセット上で平均MAE改善約30.8%のクロスドメイン事前学習の利点を示す。
  • 新しいマルチモーダル時系列データセット(TETS)は、マルチモーダル入力でのSMAPE改善を顕著に示す。
  • 未見ドメインおよび少数ショット設定でも堅牢な性能を維持しており、時系列の基盤モデルとしての潜在性を示す。

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

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

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

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