Predicting Temporal Aspects of Movement for Predictive Replication in Fog Environments
Emil Balitzki, Tobias Pfandzelter, David Bermbach
TL;DR
The paper addresses predictive data replication in fog environments by adding temporal context to spatial location prediction. It introduces the Temporal Fusion Multi Order Markov Model (T-FOMM) with independent temporal predictors, notably Holt-Winters Exponential Smoothing, to forecast stay durations and guide timely replication. In simulations using real GeoLife trajectories, T-FOMM-HWES achieves about a 15% reduction in excess data with only about a 1% decrease in data availability, outperforming baseline FOMM and naive replication schemes. The work highlights online adaptability, simple training, and the value of separating temporal and spatial components, offering practical gains for low-latency fog services. Potential future work includes exploring lifelong learning and attention-based DNNs under online constraints.
Abstract
To fully exploit the benefits of the fog environment, efficient management of data locality is crucial. Blind or reactive data replication falls short in harnessing the potential of fog computing, necessitating more advanced techniques for predicting where and when clients will connect. While spatial prediction has received considerable attention, temporal prediction remains understudied. Our paper addresses this gap by examining the advantages of incorporating temporal prediction into existing spatial prediction models. We also provide a comprehensive analysis of spatio-temporal prediction models, such as Deep Neural Networks and Markov models, in the context of predictive replication. We propose a novel model using Holt-Winter's Exponential Smoothing for temporal prediction, leveraging sequential and periodical user movement patterns. In a fog network simulation with real user trajectories our model achieves a 15% reduction in excess data with a marginal 1% decrease in data availability.
