Cubic Spline Smoothing Compensation for Irregularly Sampled Sequences
Machine Learning
2020-10-06 v1 Machine Learning
Abstract
The marriage of recurrent neural networks and neural ordinary differential networks (ODE-RNN) is effective in modeling irregularly-observed sequences. While ODE produces the smooth hidden states between observation intervals, the RNN will trigger a hidden state jump when a new observation arrives, thus cause the interpolation discontinuity problem. To address this issue, we propose the cubic spline smoothing compensation, which is a stand-alone module upon either the output or the hidden state of ODE-RNN and can be trained end-to-end. We derive its analytical solution and provide its theoretical interpolation error bound. Extensive experiments indicate its merits over both ODE-RNN and cubic spline interpolation.
Cite
@article{arxiv.2010.01381,
title = {Cubic Spline Smoothing Compensation for Irregularly Sampled Sequences},
author = {Jing Shi and Jing Bi and Yingru Liu and Chenliang Xu},
journal= {arXiv preprint arXiv:2010.01381},
year = {2020}
}