Tensorized Timeline Alignment for Neural Dynamical Systems in Irregularly Sampled Time Series Prediction

Linxiao Qin,Tao Sun,Shuo Zhang,Xi-Ming Sun
DOI: https://doi.org/10.23919/CCC58697.2023.10240296
2023-01-01
Abstract:For many real-world scenarios, time series prediction needs to be performed on irregularly sampled data. Neural ordinary differential equations have successfully introduced neural dynamical system (NDS) methods into such tasks. However, these models suffer from a large computational cost, and cannot effectively utilize the temporal information in mini-batches, due to mismatched timestamps of samples. In this work, a unified architecture for NDS is developed, with two novel implementations on discrete input sequences (named TDINDS) and continuous sequences (named TCINDS). The reuse of network modules effectively reduces the scale of parameters and time consumption, while maintaining accuracy. In addition, a tensorized timeline alignment method is proposed, which preserves the temporal information of each training sample via reversible mappings, improving prediction performance and reducing time complexity by at least one order of magnitude. Experiments are conducted on the GoogleStock dataset, where we evaluate model accuracy and computational cost by predicting irregular future sequences. The model robustness is tested using incomplete inputs. The results demonstrate the superior performance of TDINDS and TCINDS, with mean square error reduced by 44% and 50% respectively. Robustness evaluation shows that tensorized timeline alignment is also a key factor to enhance irregular time series prediction ability.
What problem does this paper attempt to address?