🌙

不连续信号的平滑样条

Smoothing Splines for Discontinuous Signals

Journal of Computational and Graphical Statistics · 2023
被引 5
ABS 3

中文导读

提出一种高效求解器,用于处理非等距采样数据下的连续最小化问题,估计带不连续点的三次平滑样条,支持自动超参数选择,适用于分段平滑信号的探索性数据分析。

Abstract

Smoothing splines are twice differentiable by construction, so they cannot capture potential discontinuities in the underlying signal. In this work, we consider a special case of the weak rod model of Blake and Zisserman that allows for discontinuities penalizing their number by a linear term. The corresponding estimates are cubic smoothing splines with discontinuities (CSSD) which serve as representations of piecewise smooth signals and facilitate exploratory data analysis. However, computing the estimates requires solving a non-convex optimization problem. So far, efficient and exact solvers exist only for a discrete approximation based on equidistantly sampled data. In this work, we propose an efficient solver for the continuous minimization problem with non-equidistantly sampled data. Its worst case complexity is quadratic in the number of data points, and if the number of detected discontinuities scales linearly with the signal length, we observe linear growth in runtime. This efficient algorithm allows to use cross-validation for automatic selection of the hyperparameters within a reasonable time frame on standard hardware. We provide a reference implementation and supplementary material. We demonstrate the applicability of the approach for the aforementioned tasks using both simulated and real data. Supplementary materials for this article are available online.

平滑样条不连续信号优化算法非凸优化交叉验证