D-Tracker: Modeling Interest Diffusion in Social Activity Tensor Data Streams
Shingo Higashiguchi, Yasuko Matsubara, Koki Kawabata, Taichi Murayama, Yasushi Sakurai
TL;DR
D-Tracker addresses the challenge of forecasting high-dimensional social activity tensor streams that exhibit time-varying trends, seasonality, and diffusion across locations. It combines a tensor decomposition with a reaction-diffusion system to model latent dynamics, where $oldsymbol{X}^c \approx \hat{\boldsymbol{X}}_d + \hat{\boldsymbol{X}}_s + \hat{\boldsymbol{X}}_o$ and $\hat{\boldsymbol{X}}_d$ is generated by a low-rank latent system evolving according to reaction-diffusion equations with parameters $\mathbf{A}$ and $\mathcal{D}$. Model estimation uses alternating least squares to fit trend and seasonal components, while MDL-based criteria drive automatic model selection and rank adaptation in a streaming setting. The framework yields interpretable diffusion patterns across locations and keywords and demonstrates superior forecasting accuracy and computational efficiency on Google Trends and COVID-19 data compared with state-of-the-art baselines. The MDL-based automatic compression and model-switching mechanism enable scalable, parameter-free operation suitable for real-time monitoring of evolving social activity patterns.
Abstract
Large quantities of social activity data, such as weekly web search volumes and the number of new infections with infectious diseases, reflect peoples' interests and activities. It is important to discover temporal patterns from such data and to forecast future activities accurately. However, modeling and forecasting social activity data streams is difficult because they are high-dimensional and composed of multiple time-varying dynamics such as trends, seasonality, and interest diffusion. In this paper, we propose D-Tracker, a method for continuously capturing time-varying temporal patterns within social activity tensor data streams and forecasting future activities. Our proposed method has the following properties: (a) Interpretable: it incorporates the partial differential equation into a tensor decomposition framework and captures time-varying temporal patterns such as trends, seasonality, and interest diffusion between locations in an interpretable manner; (b) Automatic: it has no hyperparameters and continuously models tensor data streams fully automatically; (c) Scalable: the computation time of D-Tracker is independent of the time series length. Experiments using web search volume data obtained from GoogleTrends, and COVID-19 infection data obtained from COVID-19 Open Data Repository show that our method can achieve higher forecasting accuracy in less computation time than existing methods while extracting the interest diffusion between locations. Our source code and datasets are available at {https://github.com/Higashiguchi-Shingo/D-Tracker.
