A Graph Meta-Network for Learning on Kolmogorov-Arnold Networks
Guy Bar-Shalom, Ami Tavory, Itay Evron, Maya Bechler-Speicher, Ido Guy, Haggai Maron
TL;DR
This work introduces a symmetry-aware framework for learning in the weight-space of Kolmogorov–Arnold Networks (KANs) by constructing a KAN-graph and a graph neural network WS-KAN that processes it. By proving that KANs share permutation symmetries with traditional networks and showing WS-KAN can simulate a KAN's forward pass, the authors provide both theoretical and empirical justification for using graph-based WS models on KANs. The approach yields strong performance across INR classification, accuracy prediction, and pruning mask prediction, significantly outperforming structure-agnostic baselines and offering favorable generalization properties. The release of a model zoo and code promotes reproducibility and encourages further exploration of symmetry-aware weight-space learning for this novel network class.
Abstract
Weight-space models learn directly from the parameters of neural networks, enabling tasks such as predicting their accuracy on new datasets. Naive methods -- like applying MLPs to flattened parameters -- perform poorly, making the design of better weight-space architectures a central challenge. While prior work leveraged permutation symmetries in standard networks to guide such designs, no analogous analysis or tailored architecture yet exists for Kolmogorov-Arnold Networks (KANs). In this work, we show that KANs share the same permutation symmetries as MLPs, and propose the KAN-graph, a graph representation of their computation. Building on this, we develop WS-KAN, the first weight-space architecture that learns on KANs, which naturally accounts for their symmetry. We analyze WS-KAN's expressive power, showing it can replicate an input KAN's forward pass - a standard approach for assessing expressiveness in weight-space architectures. We construct a comprehensive ``zoo'' of trained KANs spanning diverse tasks, which we use as benchmarks to empirically evaluate WS-KAN. Across all tasks, WS-KAN consistently outperforms structure-agnostic baselines, often by a substantial margin. Our code is available at https://github.com/BarSGuy/KAN-Graph-Metanetwork.
