PulseAugur
LIVE 12:57:59
tool · [2 sources] ·

Adaptive RBF-KAN improves efficiency with data-driven kernel initialization

Researchers have developed an enhanced version of Kolmogorov-Arnold Networks (KANs) called Adaptive RBF-KAN, which utilizes radial basis functions (RBFs) instead of traditional B-spline bases for improved computational efficiency. This new model introduces a broader family of RBF kernels and employs leave-one-out cross-validation (LOOCV) for data-driven initialization of kernel shape parameters. Evaluations on benchmark functions demonstrate that adaptive kernel selection and shape parameters significantly improve RBF-KAN performance, with different kernels showing advantages for various data characteristics like smoothness or discontinuities. AI

Summary written by gemini-2.5-flash-lite from 2 sources. How we write summaries →

IMPACT Introduces a more efficient and adaptable neural network architecture, potentially improving performance on complex function approximation tasks.

RANK_REASON The cluster contains a new academic paper detailing a novel method for improving existing neural network architectures. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv stat.ML →

COVERAGE [2]

  1. arXiv stat.ML TIER_1 · Roberto Cavoretto, Alessandra De Rossi, Adeeba Haider, Amir Noorizadegan ·

    Adaptive RBF-KAN: A Comparative Evaluation of Dynamic Shape Parameters in Kolmogorov-Arnold Networks

    arXiv:2605.21534v1 Announce Type: new Abstract: Kolmogorov-Arnold Networks (KANs) approximate multivariate functions using learnable univariate edge functions, typically parameterized by B-spline bases. Although effective, spline-based implementations can be computationally expen…

  2. arXiv stat.ML TIER_1 · Amir Noorizadegan ·

    Adaptive RBF-KAN: A Comparative Evaluation of Dynamic Shape Parameters in Kolmogorov-Arnold Networks

    Kolmogorov-Arnold Networks (KANs) approximate multivariate functions using learnable univariate edge functions, typically parameterized by B-spline bases. Although effective, spline-based implementations can be computationally expensive. A modified version of KANs, called FastKAN…