paper-with-me

Papers

Times2D: Multi-Period Decomposition and Derivative Mapping for General Time Series Forecasting

2025-03-31 · Reza Nematirad, Anil Pahwa, Balasubramaniam Natarajan

Time series forecasting is an important application in various domains such as energy management, traffic planning, financial markets, meteorology, and medicine. However, real-time series data often present intricate temporal variability and sharp fluctuations, which pose significant challenges for time series forecasting. Previous models that rely on 1D time series representations usually struggle with complex temporal variations. To address the limitations of 1D time series, this study introduces the Times2D method that transforms the 1D time series into 2D space. Times2D consists of three main parts: first, a Periodic Decomposition Block (PDB) that captures temporal variations within a period and between the same periods by converting the time series into a 2D tensor in the frequency domain. Second, the First and Second Derivative Heatmaps (FSDH) capture sharp changes and turning points, respectively. Finally, an Aggregation Forecasting Block (AFB) integrates the output tensors from PDB and FSDH for accurate forecasting. This 2D transformation enables the utilization of 2D convolutional operations to effectively capture long and short characteristics of the time series. Comprehensive experimental results across large-scale data in the literature demonstrate that the proposed Times2D model achieves state-of-the-art performance in both short-term and long-term forecasting. The code is available in this repository: https://github.com/Tims2D/Times2D.

📄 PDF Abstract BibTeX arXiv:2504.00118

Code (1)

tims2d/times2d 공식 구현 pytorch

Tasks

energy managementTime SeriesTime Series Forecasting

Similar Papers 제목 키워드 기반

Sparse Identification of Slow Timescale Dynamics

2020-06-01 · Jason J. Bramburger, Daniel Dylewsky, J. Nathan Kutz

Multiscale phenomena that evolve on multiple distinct timescales are prevalent throughout the sciences. It is often the case that the governing equations of the persistent and approximately periodic fast scales are presc…

Clustering

Servos for Local Map Exploration Onboard Nonholonomic Vehicles for Extremum Seeking

2025-09-19 · Dylan James-Kavanaugh, Patrick McNamee, Qixu Wang, Zahra Nili Ahmadabadi arxiv

Extremum seeking control (ESC) often employs perturbation-based estimates of derivatives for some sensor field or cost function. These estimates are generally obtained by simply multiplying the output of a single-unit se…

SliceNStitch: Continuous CP Decomposition of Sparse Tensor Streams

2021-02-23 · Taehyung Kwon, Inkyu Park, Dongjin Lee, Kijung Shin

Consider traffic data (i.e., triplets in the form of source-destination-timestamp) that grow over time. Tensors (i.e., multi-dimensional arrays) with a time mode are widely used for modeling and analyzing such multi-aspe…

Anomaly DetectionRecommendation SystemsStock Market Prediction

Enhancing approximation abilities of neural networks by training derivatives

2017-12-12 · V. I. Avrutskiy

A method to increase the precision of feedforward networks is proposed. It requires a prior knowledge of a target function derivatives of several orders and uses this information in gradient based training. Forward pass …

GPU

A Method for Representing Periodic Functions and Enforcing Exactly Periodic Boundary Conditions with Deep Neural Networks

2020-07-15 · Suchuan Dong, Naxian Ni

We present a simple and effective method for representing periodic functions and enforcing exactly the periodic boundary conditions for solving differential equations with deep neural networks (DNN). The method stems fro…