Machine learningTime-series forecasting
FEDformer: 周波数強調型分解トランスフォーマー
FEDformerは、ZhouらがICML 2022で発表した、長期多変量時系列予測のためのTransformerベースのアーキテクチャです。その核となる革新は、季節トレンド分解と周波数領域アテンションの組み合わせにあります。時間領域で完全なトークン間アテンションを計算する代わりに、FEDformerはクエリ、キー、バリューをフーリエ変換またはウェーブレット変換を介して周波数領域に投影し、周波数成分のランダムに選択されたサブセット上で操作することで、グローバルな時間構造を維持しつつ線形計算量を達成します。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Zhou, T., Ma, Z., Wen, Q., Wang, X., Sun, L., & Jin, R. (2022). FEDformer: Frequency enhanced decomposed transformer for long-term series forecasting. ICML. link ↗
このページの引用方法
ScholarGate. (2026, June 2). FEDformer (Frequency Enhanced Decomposed Transformer). ScholarGate. https://scholargate.app/ja/deep-learning/fedformer
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.
- Autoformer: 長期時系列予測のための分解Transformer深層学習↔ compare
- FiLM: Frequency Improved Legendre Memory Model深層学習↔ compare
- Informer深層学習↔ compare