Separable Gaussian Neural Networks: Structure, Analysis, and Function Approximations
Siyuan Xing, Jianqiao Sun

TL;DR
This paper introduces Separable Gaussian Neural Networks (SGNN), a computationally efficient alternative to traditional Gaussian neural networks that maintains accuracy and improves speed, especially in high-dimensional function approximation tasks.
Contribution
The paper proposes SGNN, a novel neural network structure leveraging Gaussian separability to significantly reduce computational complexity while preserving accuracy.
Findings
SGNN achieves 100x speedup over GRBFNN in 3D function approximation.
SGNN maintains similar accuracy to GRBFNN despite reduced complexity.
SGNN outperforms DNNs with ReLU and Sigmoid in complex function approximation by three orders of magnitude.
Abstract
The Gaussian-radial-basis function neural network (GRBFNN) has been a popular choice for interpolation and classification. However, it is computationally intensive when the dimension of the input vector is high. To address this issue, we propose a new feedforward network - Separable Gaussian Neural Network (SGNN) by taking advantage of the separable property of Gaussian functions, which splits input data into multiple columns and sequentially feeds them into parallel layers formed by uni-variate Gaussian functions. This structure reduces the number of neurons from O(N^d) of GRBFNN to O(dN), which exponentially improves the computational speed of SGNN and makes it scale linearly as the input dimension increases. In addition, SGNN can preserve the dominant subspace of the Hessian matrix of GRBFNN in gradient descent training, leading to a similar level of accuracy to GRBFNN. It is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Neural Networks and Applications · Advanced Neural Network Applications
MethodsDense Connections · SPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Feedforward Network · Parallel Layers
