Univariate Radial Basis Function Layers: Brain-inspired Deep Neural Layers for Low-Dimensional Inputs
Daniel Jost, Basavasagar Patil, Xavier Alameda-Pineda, Chris Reinke
TL;DR
This work introduces the Univariate-RBF (U-RBF) layer to address function-approximation for low-dimensional inputs by per-dimension Gaussian kernels with learnable centers $\mu_{d,k}$ and spreads $\sigma_{d,k}$, expanding each input $x_d$ into a high-dimensional feature set $z_{d,k}=\mathcal{G}(x_d-c_{d,k},\sigma_{d,k})$ before a readout layer. A universal function-approximation result is established when a U-RBF layer is followed by a hidden layer, supported by a corollary that ensures a one-to-one mapping from the input space to the U-RBF feature space. Empirically, U-RBF variants outperform several baselines on white-noise regression and real-world low-dimensional datasets, while performing competitively with Fourier-feature approaches and sometimes underperforming on image regression where traditional methods excel. The findings suggest U-RBF offers a robust, brain-inspired, and parameter-efficient alternative for low-dimensional regression tasks, with simpler hyperparameter requirements than Fourier-feature mappings. Overall, the approach broadens the toolbox for low-dimensional function approximation and control tasks, including potential reinforcement-learning applications mentioned in the abstract.
Abstract
Deep Neural Networks (DNNs) became the standard tool for function approximation with most of the introduced architectures being developed for high-dimensional input data. However, many real-world problems have low-dimensional inputs for which standard Multi-Layer Perceptrons (MLPs) are the default choice. An investigation into specialized architectures is missing. We propose a novel DNN layer called Univariate Radial Basis Function (U-RBF) layer as an alternative. Similar to sensory neurons in the brain, the U-RBF layer processes each individual input dimension with a population of neurons whose activations depend on different preferred input values. We verify its effectiveness compared to MLPs in low-dimensional function regressions and reinforcement learning tasks. The results show that the U-RBF is especially advantageous when the target function becomes complex and difficult to approximate.
