函数连续分解 / Functional Continuous Decomposition
1️⃣ 一句话总结
这篇论文提出了一种名为FCD的新方法,它能将复杂的时间序列数据自动分解成多个连续且易于解释的数学函数模式,从而帮助人们更好地理解数据中的短期和长期规律,并在物理、金融等多个领域提升数据分析的效率和准确性。
The analysis of non-stationary time-series data requires insight into its local and global patterns with physical interpretability. However, traditional smoothing algorithms, such as B-splines, Savitzky-Golay filtering, and Empirical Mode Decomposition (EMD), lack the ability to perform parametric optimization with guaranteed continuity. In this paper, we propose Functional Continuous Decomposition (FCD), a JAX-accelerated framework that performs parametric, continuous optimization on a wide range of mathematical functions. By using Levenberg-Marquardt optimization to achieve up to $C^1$ continuous fitting, FCD transforms raw time-series data into $M$ modes that capture different temporal patterns from short-term to long-term trends. Applications of FCD include physics, medicine, financial analysis, and machine learning, where it is commonly used for the analysis of signal temporal patterns, optimized parameters, derivatives, and integrals of decomposition. Furthermore, FCD can be applied for physical analysis and feature extraction with an average SRMSE of 0.735 per segment and a speed of 0.47s on full decomposition of 1,000 points. Finally, we demonstrate that a Convolutional Neural Network (CNN) enhanced with FCD features, such as optimized function values, parameters, and derivatives, achieved 16.8% faster convergence and 2.5% higher accuracy over a standard CNN.
函数连续分解 / Functional Continuous Decomposition
这篇论文提出了一种名为FCD的新方法,它能将复杂的时间序列数据自动分解成多个连续且易于解释的数学函数模式,从而帮助人们更好地理解数据中的短期和长期规律,并在物理、金融等多个领域提升数据分析的效率和准确性。
源自 arXiv: 2602.20857