KAN v.s. MLP for Offline Reinforcement Learning
Haihong Guo, Fengxin Li, Jiao Li, Hongyan Liu
Abstract
Kolmogorov-Arnold Networks (KAN) is an emerging neural network architecture in machine learning. It has greatly interested the research community about whether KAN can be a promising alternative to the commonly used Multi-Layer Perceptions (MLP). Experiments in various fields demonstrated that KAN-based machine learning can achieve comparable if not better performance than MLP-based methods, but with much smaller parameter scales and are more explainable. In this paper, we explore the incorporation of KAN into the actor and critic networks for offline reinforcement learning (RL). We evaluated the performance, parameter scales, and training efficiency of various KAN and MLP-based conservative Q-learning (CQL) on the classical D4RL benchmark for offline RL. Our study demonstrates that KAN can achieve performance close to the commonly used MLP with significantly fewer parameters. This allows us to choose the base networks according to the offline RL task requirements.
BibTeX
@inproceedings{icassp2025_kanvsmlpforoffli,
title = {KAN v.s. MLP for Offline Reinforcement Learning},
author = {Haihong Guo and Fengxin Li and Jiao Li and Hongyan Liu},
booktitle = {ICASSP 2025},
year = {2025}
}