paper-with-me

Papers

MFRS: A Multi-Frequency Reference Series Approach to Scalable and Accurate Time-Series Forecasting

2025-03-11 · Liang Yu, Lai Tu, Xiang Bai

Multivariate time-series forecasting holds immense value across diverse applications, requiring methods to effectively capture complex temporal and inter-variable dynamics. A key challenge lies in uncovering the intrinsic patterns that govern predictability, beyond conventional designs, focusing on network architectures to explore latent relationships or temporal dependencies. Inspired by signal decomposition, this paper posits that time series predictability is derived from periodic characteristics at different frequencies. Consequently, we propose a novel time series forecasting method based on multi-frequency reference series correlation analysis. Through spectral analysis on long-term training data, we identify dominant spectral components and their harmonics to design base-pattern reference series. Unlike signal decomposition, which represents the original series as a linear combination of basis signals, our method uses a transformer model to compute cross-attention between the original series and reference series, capturing essential features for forecasting. Experiments on major open and synthetic datasets show state-of-the-art performance. Furthermore, by focusing on attention with a small number of reference series rather than pairwise variable attention, our method ensures scalability and broad applicability. The source code is available at: https://github.com/yuliang555/MFRS

📄 PDF Abstract BibTeX arXiv:2503.08328

Code (0)

등록된 구현이 없습니다.

Tasks

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Developing and Refining a Multifunctional Facial Recognition System for Older Adults with Cognitive Impairments: A Journey Towards Enhanced Quality of Life

2023-10-09 · Li He

In an era where the global population is aging significantly, cognitive impairments among the elderly have become a major health concern. The need for effective assistive technologies is clear, and facial recognition sys…

Face RecognitionRetrieval

FRWKV:Frequency-Domain Linear Attention for Long-Term Time Series Forecasting

2025-12-08 · Qingyuan Yang, Shizhuo Deng, Dongyue Chen, Da Teng 외 arxiv

Traditional Transformers face a major bottleneck in long-sequence time series forecasting due to their quadratic complexity $(\mathcal{O}(T^2))$ and their limited ability to effectively exploit frequency-domain informati…

Time Series Forecasting

Bayesian Non-parametric Hidden Markov Model for Agile Radar Pulse Sequences Streaming Analysis

2023-02-09 · Jiadi Bao, Yunjie Li, Mengtao Zhu, Shafei Wang

Multi-function radars (MFRs) are sophisticated types of sensors with the capabilities of complex agile inter-pulse modulation implementation and dynamic work mode scheduling. The developments in MFRs pose great challenge…

Bayesian InferenceChange DetectionChange Point Detectionparameter estimation+1

TSCMamba: Mamba Meets Multi-View Learning for Time Series Classification

2024-06-06 · Md Atik Ahamed, Qiang Cheng

Time series classification (TSC) on multivariate time series is a critical problem. We propose a novel multi-view approach integrating frequency-domain and time-domain features to provide complementary contexts for TSC. …

MambaMULTI-VIEW LEARNINGTime SeriesTime Series Classification

WaveMoE: A Wavelet-Enhanced Mixture-of-Experts Foundation Model for Time Series Forecasting

2026-04-12 · Shunyu Wu, Jiawei Huang, Weibin Feng, Boxin Li 외 arxiv

Time series foundation models (TSFMs) have recently achieved remarkable success in universal forecasting by leveraging large-scale pretraining on diverse time series data. Complementing this progress, incorporating frequ…

Time Series Forecasting