KAN-MLP-Mixer: A comprehensive investigation of the usage of Kolmogorov-Arnold Networks (KANs) for improving IMU-based Human Activity Recognition

📅 2026-05-18
📈 Citations: 0
Influential: 0
📄 PDF

career value

231K/year
🤖 AI Summary
This work addresses the challenge of simultaneously achieving high accuracy and robustness in IMU-based human activity recognition (HAR) by proposing a hybrid KAN-MLP architecture. The approach leverages Kolmogorov–Arnold Networks (KANs) for high-fidelity input embedding, retains Multilayer Perceptrons (MLPs) for efficient and noise-resilient intermediate feature fusion, and introduces a novel LarctanKAN module for final classification. By functionally decomposing roles between KAN and MLP components, this method achieves synergistic performance gains without sacrificing computational efficiency. Evaluated on eight public HAR datasets, the model attains an average macro F1-score improvement of 5.33% over pure MLP baselines, significantly outperforming both standalone KAN and MLP architectures. Moreover, the proposed strategy demonstrates strong generalizability when integrated into other state-of-the-art HAR frameworks.
📝 Abstract
Kolmogorov-Arnold Networks (KANs) have demonstrated an exceptional ability to learn complex functions on clean, low-dimensional data but struggle to maintain performance on noisy and imperfect real-world datasets. In contrast, conventional multi-layer perceptrons (MLPs) are far more tolerant to noise and computationally efficient. Replacing all MLP components with KANs in HAR models often degrades accuracy and computation efficiency, highlighting an open challenge: how to combine KANs' precision with MLPs' noise robustness and efficiency. To address this, we systematically explore various placements of KAN modules within deep HAR networks and propose a hybrid architecture that strategically synergizes the strengths of both paradigms, which uses a KAN-based input embedding layer, retains MLP layers for intermediate feature mixing, and introduces a specialized LarctanKAN module for final activity classification. Across eight public HAR datasets, the hybrid KAN-MLP model achieves an average macro F1 score relative improvement of 5.33\% compared pure-MLP model, significantly outperforming standalone KAN and MLP baselines. Furthermore, integrating this hybrid strategy into other state-of-the-art HAR architectures consistently boosts their performance. Our findings demonstrate that a carefully orchestrated combination of KAN, MLP, or other conventional neural components yields more robust and accurate HAR models for real-world wearable sensing environments.
Problem

Research questions and friction points this paper is trying to address.

Kolmogorov-Arnold Networks
Human Activity Recognition
IMU
noise robustness
hybrid architecture
Innovation

Methods, ideas, or system contributions that make the work stand out.

Kolmogorov-Arnold Networks
Human Activity Recognition
hybrid architecture
noise robustness
IMU-based sensing