Monotone Cubic B-Splines with a Neural-Network Generator
提出一种用单调三次B样条拟合单调曲线的方法,通过约束系数保证单调性,并设计了标准优化和MLP生成器两种算法,后者在重复求解时能加速,在高噪声场景下优于现有方法,还用于分析恒星形成中的偏振孔现象。
We present a method for fitting monotone curves using cubic B-splines with a monotonicity constraint on the coefficients. We explore different ways of enforcing this constraint and analyze their theoretical and empirical properties. We propose two algorithms for solving the spline fitting problem: one that uses standard optimization techniques and one that trains a Multi-Layer Perceptrons (MLP) generator to approximate the solutions under various settings and perturbations. The generator approach can speed up the fitting process when we need to solve the problem repeatedly, such as when constructing confidence bands using bootstrap. We evaluate our method against several existing methods, some of which do not use the monotonicity constraint, on some monotone curves with varying noise levels. We demonstrate that our method outperforms the other methods, especially in high-noise scenarios. We also apply our method to analyze the polarization-hole phenomenon during star formation in astrophysics. The source code is accessible at https://github.com/szcf-weiya/MonotoneSplines.jl.