paper-with-me

홈 › Papers

ReFocus: Reinforcing Mid-Frequency and Key-Frequency Modeling for Multivariate Time Series Forecasting

2025-02-24 · Guoqi Yu, Yaoming Li, Juncheng Wang, XIAOYU GUO, Angelica I. Aviles-Rivero, Tong Yang, Shujun Wang

Recent advancements have progressively incorporated frequency-based techniques into deep learning models, leading to notable improvements in accuracy and efficiency for time series analysis tasks. However, the Mid-Frequency Spectrum Gap in the real-world time series, where the energy is concentrated at the low-frequency region while the middle-frequency band is negligible, hinders the ability of existing deep learning models to extract the crucial frequency information. Additionally, the shared Key-Frequency in multivariate time series, where different time series share indistinguishable frequency patterns, is rarely exploited by existing literature. This work introduces a novel module, Adaptive Mid-Frequency Energy Optimizer, based on convolution and residual learning, to emphasize the significance of mid-frequency bands. We also propose an Energy-based Key-Frequency Picking Block to capture shared Key-Frequency, which achieves superior inter-series modeling performance with fewer parameters. A novel Key-Frequency Enhanced Training strategy is employed to further enhance Key-Frequency modeling, where spectral information from other channels is randomly introduced into each channel. Our approach advanced multivariate time series forecasting on the challenging Traffic, ECL, and Solar benchmarks, reducing MSE by 4%, 6%, and 5% compared to the previous SOTA iTransformer. Code is available at this GitHub Repository: https://github.com/Levi-Ackman/ReFocus.

📄 PDF Abstract BibTeX arXiv:2502.16890

Code (1)

levi-ackman/refocus 공식 구현 pytorch

Tasks

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Bridging Time and Frequency: A Joint Modeling Framework for Irregular Multivariate Time Series Forecasting

2026-01-31 · Xiangfei Qiu, Kangjia Yan, Xvyuan Liu, Xingjian Wu 외 arxiv

Irregular multivariate time series forecasting (IMTSF) is challenging due to non-uniform sampling and variable asynchronicity. These irregularities violate the equidistant assumptions of standard models, hindering local …

Multivariate Time Series Forecasting

A Joint Time-frequency Domain Transformer for Multivariate Time Series Forecasting

2023-05-24 · Yushu Chen, Shengzhuo Liu, Jinzhe Yang, Hao Jing 외

In order to enhance the performance of Transformer models for long-term multivariate forecasting while minimizing computational demands, this paper introduces the Joint Time-Frequency Domain Transformer (JTFT). JTFT comb…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

Log2Sig: Frequency-Aware Insider Threat Detection via Multivariate Behavioral Signal Decomposition

2025-08-06 · Kaichuan Kong, Dongjie Liu, Xiaobo Jin, Zhiying Li 외 arxiv

Insider threat detection presents a significant challenge due to the deceptive nature of malicious behaviors, which often resemble legitimate user operations. However, existing approaches typically model system logs as f…

Anomaly Detection

FADTI: Fourier and Attention Driven Diffusion for Multivariate Time Series Imputation

2025-12-17 · Runze Li, Hanchen Wang, Wenjie Zhang, Binghao Li 외 arxiv

Multivariate time series imputation is fundamental in applications such as healthcare, traffic forecasting, and biological modeling, where sensor failures and irregular sampling lead to pervasive missing values. However,…

Multivariate Time Series Imputation

TFAD: A Decomposition Time Series Anomaly Detection Architecture with Time-Frequency Analysis

2022-10-18 · Chaoli Zhang, Tian Zhou, Qingsong Wen, Liang Sun

Time series anomaly detection is a challenging problem due to the complex temporal dependencies and the limited label data. Although some algorithms including both traditional and deep models have been proposed, most of …

Anomaly DetectionData AugmentationTime SeriesTime Series Analysis+1