PAMNet: Cycle-aware Phase-Amplitude Modulation Network for Multivariate Time Series Forecasting

arXiv cs.LG / 5/6/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces PAMNet, a model designed for multivariate time series forecasting that explicitly represents periodic patterns rather than relying on implicit extraction.
  • PAMNet decomposes periodic components into phase and amplitude parts and uses a dual-branch modulator with learnable embeddings to capture phase-dependent mean shifts and amplitude-driven intensity/variance changes.
  • A lightweight element-wise fusion mechanism combines phase and amplitude signals, avoiding heavy attention-based architectures while still modeling their interactions.
  • Experiments on 12 real-world datasets show PAMNet delivers state-of-the-art results, highlighting the effectiveness of phase-amplitude decoupling for cyclical forecasting.
  • The work provides a new framework for cycle-aware modeling that can improve how periodicity and variability are handled in forecasting pipelines.

Abstract

Reliable periodic patterns serve as a fundamental basis for accurate multivariate time series forecasting. However, existing methods either implicitly extract periodicity through complex model architectures (e.g., Transformers) with high computational overhead or overlook the intrinsic phase-amplitude coupling when modeling periodic components explicitly. To address these issues, we propose a novel Cycle-aware Phase-Amplitude Modulation Network (PAMNet) that explicitly decomposes periodic patterns into complementary phase and amplitude components. The core innovation lies in its dual-branch modulator, featuring dedicated learnable embeddings for phase positioning and amplitude modulation. The phase branch employs cyclical embeddings to capture phase-dependent mean shifts, while the amplitude branch models intensity variations to adapt to changes in variance. A lightweight modulator with element-wise fusion efficiently combines these components, enabling explicit modeling of their interactions without complex attention mechanisms. Extensive experiments on twelve real-world datasets demonstrate that our method achieves state-of-the-art performance through its novel phase-amplitude decoupling mechanism, offering a new perspective for cyclical modeling in time series forecasting.