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

Mengxi Liu, Sizhen Bian, Vitor Fortes, Francisco Calatrava Nicolas, Daniel Geißler, Maximilian Kiefer-Emmanouilidis, Bo Zhou, Paul Lukowicz

arXiv:2605.19031 · 2026-05-20 공개 · arXiv · PDF

mlp hybrid-architecture macro-f1 human-activity-recognition larctankan wearable-sensing feature-mixing kan-mlp-mixer

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.

한국어 요약

한 줄 요약

**[Human Activity Recognition / 하이브리드 신경망]** KAN의 정밀성과 MLP의 노이즈 견고성을 결합해 IMU 기반 HAR을 강화하는 KAN-MLP 하이브리드 아키텍처와 전용 LarctanKAN 분류 모듈 제안.

핵심 기여도

핵심 아이디어

"KAN vs MLP" 양자택일이 아니라, 신호 흐름의 각 단계(임베딩·중간 mixing·분류)가 요구하는 정밀성과 노이즈 견고성이 다르므로 단계별로 최적의 컴포넌트를 배치하는 하이브리드 설계가 정답이라는 관점.

기술적 접근법

주요 결과

의의 및 한계

**의의**: 신생 컴포넌트(KAN)를 무조건 도입하기보다 기존 컴포넌트와 시너지를 내는 "배치 전략"이 더 큰 가치를 만든다는 디자인 원리를 HAR 실증으로 제시. **한계**: 평가가 IMU 기반 HAR 중심이며, 영상·생리신호 등 다른 모달리티에서의 최적 KAN 배치는 후속 연구.

실용적 활용