[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Kolmogorov Arnold Networks (KANs) for Imbalanced Data -- An Empirical Perspective

Created by
  • Haebom

Author

Pankaj Yadav, Vivek Vijay

Outline

This paper experimentally evaluates the performance of Kolmogorov Arnold Networks (KANs) on imbalanced data classification. The performance of KANs and Multi-Layer Perceptrons (MLPs) is compared and analyzed using 10 benchmark datasets. As a result, KANs, unlike MLPs, showed excellent performance on imbalanced data even without a resampling strategy, but existing imbalanced data processing strategies (resampling, focal loss) degraded the performance of KANs while having only a minor effect on the performance of MLPs. In addition, KANs had very high computational costs, but their performance improvement was limited. Statistical verification results showed that MLPs applying imbalanced data processing techniques achieved similar performance to KANs (|d| < 0.08) with less resource consumption. Therefore, KANs can be considered a specialized solution for raw imbalanced data when resources are sufficient, but their high resource consumption compared to their performance and low compatibility with existing resampling techniques limit their practical application. Future research directions include structural improvement of KANs for imbalanced learning, improved computational efficiency, and theoretical harmony with data augmentation.

Takeaways, Limitations

Takeaways:
KANs can perform better than MLPs on imbalanced data without traditional resampling strategies.
KANs have the potential to be a specialized solution for raw imbalanced data.
Research is needed on structural improvements of KANs for processing imbalanced data, increased computational efficiency, and theoretical harmony with data augmentation.
Limitations:
KANs have very high computational cost and are not proportional to the performance improvement.
It has low compatibility with existing imbalanced data processing strategies (resampling, focal loss).
Under resource constraints, there is little practical advantage over MLPs.
👍