vix.ing · top · new · best · stats · spec

Revisiting Chebyshev Polynomial and Anisotropic RBF Models for Tabular Regression

2026/02/25 by Luciano Gerber, Huw Lloyd · 1 voice
Computer Science · Mathematics · #Benchmark (surveying) #Benchmarking #Chebyshev polynomials #Differentiable function #Gaussian Processes and Bayesian Inference #Polynomial #Regression #Sensitivity (control systems) #Stochastic Gradient Optimization Techniques #Tensor decomposition and applications #Tree (set theory) #cs.AI #cs.LG

paper · pdf · doi:10.48550/arxiv.2602.22422

openalex publication_date 2026/02/25 · arxiv published 2026/02/25 · openalex created_date 2026/02/28 · arxiv updated 2026/06/14 · openalex updated_date 2026/07/28

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 baselines, evaluating accuracy alongside generalisation behaviour. The transformer ranks first on accuracy across a majority of datasets, but its GPU dependence, inference latency, and dataset-size limits constrain deployment in the CPU-based settings common across applied science and industry. Among CPU-viable models, smooth models and tree ensembles are statistically tied on accuracy, but the former tend to exhibit tighter generalisation gaps. We recommend routinely including smooth-basis models in the candidate pool, particularly when downstream use benefits from tighter generalisation and gradually varying predictions.

Citations

Discussions

Related