paper-with-me

Papers

Radflow: A Recurrent, Aggregated, and Decomposable Model for Networks of Time Series

2021-02-15 · Alasdair Tran, Alexander Mathews, Cheng Soon Ong, Lexing Xie

We propose a new model for networks of time series that influence each other. Graph structures among time series are found in diverse domains, such as web traffic influenced by hyperlinks, product sales influenced by recommendation, or urban transport volume influenced by road networks and weather. There has been recent progress in graph modeling and in time series forecasting, respectively, but an expressive and scalable approach for a network of series does not yet exist. We introduce Radflow, a novel model that embodies three key ideas: a recurrent neural network to obtain node embeddings that depend on time, the aggregation of the flow of influence from neighboring nodes with multi-head attention, and the multi-layer decomposition of time series. Radflow naturally takes into account dynamic networks where nodes and edges change over time, and it can be used for prediction and data imputation tasks. On real-world datasets ranging from a few hundred to a few hundred thousand nodes, we observe that Radflow variants are the best performing model across a wide range of settings. The recurrent component in Radflow also outperforms N-BEATS, the state-of-the-art time series model. We show that Radflow can learn different trends and seasonal patterns, that it is robust to missing nodes and edges, and that correlated temporal patterns among network neighbors reflect influence strength. We curate WikiTraffic, the largest dynamic network of time series with 366K nodes and 22M time-dependent links spanning five years. This dataset provides an open benchmark for developing models in this area, with applications that include optimizing resources for the web. More broadly, Radflow has the potential to improve forecasts in correlated time series networks such as the stock market, and impute missing measurements in geographically dispersed networks of natural phenomena.

📄 PDF Abstract BibTeX arXiv:2102.07289

Code (1)

alasdairtran/radflow 공식 구현 pytorch

Tasks

ImputationTime SeriesTime Series AnalysisTime Series Forecasting

Similar Papers 제목 키워드 기반

Differentially Private Multivariate Time Series Forecasting of Aggregated Human Mobility With Deep Learning: Input or Gradient Perturbation?

2022-05-01 · Héber H. Arcolezi, Jean-François Couchot, Denis Renaud, Bechara Al Bouna 외

This paper investigates the problem of forecasting multivariate aggregated human mobility while preserving the privacy of the individuals concerned. Differential privacy, a state-of-the-art formal notion, has been used a…

Decision MakingDeep LearningMultivariate Time Series ForecastingTime Series+2

TimeMixer: Decomposable Multiscale Mixing for Time Series Forecasting

2024-05-23 · ICLR 2024 1 · Shiyu Wang, Haixu Wu, Xiaoming Shi, Tengge Hu 외

Time series forecasting is widely used in extensive applications, such as traffic planning and weather forecasting. However, real-world time series usually present intricate temporal variations, making forecasting extrem…

Future predictionTime SeriesTime Series ForecastingWeather Forecasting

A Single Scalable LSTM Model for Short-Term Forecasting of Disaggregated Electricity Loads

2019-10-15 · Andrés M. Alonso, F. Javier Nogales, Carlos Ruiz

Most electricity systems worldwide are deploying advanced metering infrastructures to collect relevant operational data. In particular, smart meters allow tracking electricity load consumption at a very disaggregated lev…

Time SeriesTime Series Analysis

Decomposable Submodular Maximization in Federated Setting

2024-01-31 · Akbar Rafiey

Submodular functions, as well as the sub-class of decomposable submodular functions, and their optimization appear in a wide range of applications in machine learning, recommendation systems, and welfare maximization. Ho…

Recommendation Systems

Optimizing Non-decomposable Measures with Deep Networks

2018-01-31 · Amartya Sanyal, Pawan Kumar, Purushottam Kar, Sanjay Chawla 외

We present a class of algorithms capable of directly training deep neural networks with respect to large families of task-specific performance measures such as the F-measure and the Kullback-Leibler divergence that are s…