An Efficient Approach to Regression Problems with Tensor Neural Networks

Yongxin Li,Yifan Wang,Zhongshuo Lin,Hehu Xie
2024-09-13
Abstract:This paper introduces a tensor neural network (TNN) to address nonparametric regression problems, leveraging its distinct sub-network structure to effectively facilitate variable separation and enhance the approximation of complex, high-dimensional functions. The TNN demonstrates superior performance compared to conventional Feed-Forward Networks (FFN) and Radial Basis Function Networks (RBN) in terms of both approximation accuracy and generalization capacity, even with a comparable number of parameters. A significant innovation in our approach is the integration of statistical regression and numerical integration within the TNN framework. This allows for efficient computation of high-dimensional integrals associated with the regression function and provides detailed insights into the underlying data structure. Furthermore, we employ gradient and Laplacian analysis on the regression outputs to identify key dimensions influencing the predictions, thereby guiding the design of subsequent experiments. These advancements make TNN a powerful tool for applications requiring precise high-dimensional data analysis and predictive modeling.
Machine Learning
What problem does this paper attempt to address?
The problem this paper attempts to address is the high-dimensional nonparametric regression problem. Specifically, the authors introduce a Tensor Neural Network (TNN) to tackle this issue, leveraging its unique sub-network structure to effectively achieve variable separation and enhance the approximation capability for complex high-dimensional functions. Compared to traditional Feedforward Neural Networks (FFN) and Radial Basis Function Networks (RBN), TNN demonstrates superior approximation accuracy and generalization ability, even with a comparable number of parameters. The main innovations of the paper include: 1. **Combination of Statistical Regression and Numerical Integration**: The integration of statistical regression and numerical integration techniques within the TNN framework allows for efficient computation of high-dimensional integrals related to the regression function and provides detailed insights into the data structure. 2. **Gradient and Laplacian Analysis**: By analyzing the gradient and Laplacian operator of the regression output, the key dimensions affecting the predictions are identified, thereby guiding subsequent experimental design. These innovations make TNN a powerful tool for applications requiring precise high-dimensional data analysis and predictive modeling.