TL;DR
Human Activity Recognition (HAR) systems often struggle with noisy data, which affects their accuracy. The study investigates the use of Kolmogorov-Arnold Networks (KANs) to enhance HAR models.
✦ Why It Matters
Engineers should consider data quality when choosing between KANs and MLPs for HAR applications.
Key Takeaways
Full Summary
Human Activity Recognition (HAR) involves identifying physical activities using data from sensors like Inertial Measurement Units (IMUs). Kolmogorov-Arnold Networks (KANs) are known for their ability to learn complex functions but falter in noisy, real-world conditions.
This study replaces MLP components in HAR models with KANs to assess their effectiveness. The methodology involved testing various configurations of KANs against traditional MLPs on datasets with varying noise levels.
Findings revealed that KANs performed well on clean data but significantly underperformed in noisy scenarios, leading to decreased accuracy and efficiency. These results suggest that while KANs have potential, their application in HAR requires careful consideration of data quality.
Engineers should weigh the benefits of KANs against the robustness of MLPs in practical applications.
Related