LGOct 17, 2025

On the Generalization Properties of Learning the Random Feature Models with Learnable Activation Functions

arXiv:2510.15327v1h-index: 1
Originality Incremental advance
AI Analysis

It addresses efficiency in kernel methods for machine learning practitioners, offering incremental improvements in feature complexity bounds.

This paper tackles the problem of reducing the number of features needed for Random Feature models with Learnable Activation Functions (RFLAF) in regression and classification by introducing a data-dependent weighted sampling scheme, improving bounds from Ω(1/ε²) to as low as Ω(1) in some cases and showing empirical validation with significantly fewer features.

This paper studies the generalization properties of a recently proposed kernel method, the Random Feature models with Learnable Activation Functions (RFLAF). By applying a data-dependent sampling scheme for generating features, we provide by far the sharpest bounds on the required number of features for learning RFLAF in both the regression and classification tasks. We provide a unified theorem that describes the complexity of the feature number $s$, and discuss the results for the plain sampling scheme and the data-dependent leverage weighted scheme. Through weighted sampling, the bound on $s$ in the MSE loss case is improved from $Ω(1/ε^2)$ to $\tildeΩ((1/ε)^{1/t})$ in general $(t\geq 1)$, and even to $Ω(1)$ when the Gram matrix has a finite rank. For the Lipschitz loss case, the bound is improved from $Ω(1/ε^2)$ to $\tildeΩ((1/ε^2)^{1/t})$. To learn the weighted RFLAF, we also propose an algorithm to find an approximate kernel and then apply the leverage weighted sampling. Empirical results show that the weighted RFLAF achieves the same performances with a significantly fewer number of features compared to the plainly sampled RFLAF, validating our theories and the effectiveness of this method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes