Low Tensor-Rank Adaptation of Kolmogorov--Arnold Networks
Yihang Gao, Michael K. Ng, Vincent Y. F. Tan
TL;DR
The paper introduces LoTRA, a Tucker-decomposition–based low tensor-rank adaptation method for transferring and fine-tuning Kolmogorov--Arnold Networks (KANs). By updating only a small core tensor and a set of factor matrices per layer, LoTRA achieves substantial parameter reduction while preserving or approaching the performance of full fine-tuning, with an adaptive learning-rate strategy proven to be essential. Theoretical results establish expressiveness bounds and efficient-training conditions, guiding practical LR choices. Empirically, LoTRA enables efficient PDE solving across parameter variations and, via Slim KANs, demonstrates parameter-efficient function representation and image classification capabilities, showing strong potential for scalable physics-informed learning.
Abstract
Kolmogorov--Arnold networks (KANs) have demonstrated their potential as an alternative to multi-layer perceptions (MLPs) in various domains, especially for science-related tasks. However, transfer learning of KANs remains a relatively unexplored area. In this paper, inspired by Tucker decomposition of tensors and evidence on the low tensor-rank structure in KAN parameter updates, we develop low tensor-rank adaptation (LoTRA) for fine-tuning KANs. We study the expressiveness of LoTRA based on Tucker decomposition approximations. Furthermore, we provide a theoretical analysis to select the learning rates for each LoTRA component to enable efficient training. Our analysis also shows that using identical learning rates across all components leads to inefficient training, highlighting the need for an adaptive learning rate strategy. Beyond theoretical insights, we explore the application of LoTRA for efficiently solving various partial differential equations (PDEs) by fine-tuning KANs. Additionally, we propose Slim KANs that incorporate the inherent low-tensor-rank properties of KAN parameter tensors to reduce model size while maintaining superior performance. Experimental results validate the efficacy of the proposed learning rate selection strategy and demonstrate the effectiveness of LoTRA for transfer learning of KANs in solving PDEs. Further evaluations on Slim KANs for function representation and image classification tasks highlight the expressiveness of LoTRA and the potential for parameter reduction through low tensor-rank decomposition.
