Revisiting Chebyshev Polynomial and Anisotropic RBF Models for Tabular Regression
Luciano Gerber, Huw Lloyd

TL;DR
This paper evaluates the effectiveness of Chebyshev polynomial and anisotropic RBF models for tabular regression, comparing them with tree ensembles and transformers across diverse datasets.
Contribution
It introduces new smooth regression models with data-driven features and benchmarks them against existing methods, highlighting their competitive performance and generalisation properties.
Findings
Smooth models and tree ensembles are statistically tied in accuracy.
Transformers achieve the highest accuracy but have deployment limitations.
Smooth models tend to have tighter generalisation gaps.
Abstract
Smooth-basis models such as Chebyshev polynomial regressors and radial basis function (RBF) networks are well established in numerical analysis. Their continuously differentiable prediction surfaces suit surrogate optimisation, sensitivity analysis, and other settings where the response varies gradually with inputs. Despite these properties, smooth models seldom appear in tabular regression, where tree ensembles dominate. We ask whether they can compete, benchmarking models across 55 regression datasets organised by application domain. We develop an anisotropic RBF network with data-driven centre placement and gradient-based width optimisation, a ridge-regularised Chebyshev polynomial regressor, and a smooth-tree hybrid (Chebyshev model tree); all three are released as scikit-learn-compatible packages. We benchmark these against tree ensembles, a pre-trained transformer, and standard…
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
TopicsStochastic Gradient Optimization Techniques · Tensor decomposition and applications · Gaussian Processes and Bayesian Inference
