Machine learning
Informerは、Zhouらによって2021年に導入されたTransformerベースのモデルであり、長系列時系列予測のために、ProbSparse自己注意メカニズムを使用して標準Transformerの計算複雑性をO(L log L)に低減します。これは、数千ステップ先の予測を必要とする問題のために構築されています。
標準的なTransformerは、すべてのタイムステップを他のすべてのタイムステップと比較するため、その注意コストはシーケンス長の二乗で増加し、非常に長い系列には実用的でなくなります。Informerの洞察は、少数のクエリのみがほとんどの注意重みを持つことであり、残りはほとんど寄与しないということです。これらの支配的なクエリを選択し、無視できるものをスキップすることにより、有用な長距離構造を維持しながらコストを劇的に削減し、非常に長いホライズンでの予測を可能にします。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
+3 more
出典
- Zhou, H. et al. (2021). Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting. AAAI. DOI: 10.1609/aaai.v35i12.17325 ↗
- Wu, H., Xu, J., Wang, J. & Long, M. (2021). Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting. NeurIPS 34. link ↗
このページの引用方法
ScholarGate. (2026, June 1). Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting. ScholarGate. https://scholargate.app/ja/deep-learning/informer
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- ARIMA(自己回帰和分移動平均)モデル計量経済学↔ compare
- DeepAR深層学習↔ compare
- N-HiTS深層学習↔ compare
- PatchTST深層学習↔ compare
- ランダムフォレスト機械学習↔ compare