Порівняння методів
Переглядайте обрані методи поруч; рядки з відмінностями підсвічено.
| Мережі Колмогорова-Арнольда× | Трансформер для комп'ютерного зору× | |
|---|---|---|
| Галузь | Глибоке навчання | Глибоке навчання |
| Родина | Machine learning | Machine learning |
| Рік появи≠ | 2024 | 2021 |
| Автор методу≠ | Ziming Liu | Dosovitskiy, A. et al. |
| Тип≠ | Neural network architecture | Transformer architecture for images (self-attention over patches) |
| Основоположне джерело≠ | Liu, Z., Wang, Y., Vaidya, S., Ruehle, F., Halverson, J., Soljačić, M., Hou, T. Y., & Tegmark, M. (2024). KAN: Kolmogorov-Arnold Networks. arXiv preprint arXiv:2404.19756. link ↗ | Dosovitskiy, A. et al. (2021). An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale. ICLR. link ↗ |
| Інші назви≠ | KAN, Kolmogorov-Arnold | Görsel Transformer (ViT), görsel transformer, ViT, patch transformer for images |
| Пов'язані≠ | 4 | 5 |
| Підсумок≠ | Kolmogorov-Arnold Networks (KAN) is a neural network architecture introduced by Liu et al. in 2024 that replaces linear transformations with learned univariate functions on edges. Inspired by the Kolmogorov-Arnold representation theorem, KAN achieves superior function approximation with fewer parameters than traditional MLPs, offering potential efficiency gains and improved interpretability. | The Vision Transformer (ViT), introduced by Dosovitskiy and colleagues in 2021, splits an image into fixed-size patches, treats those patches as a sequence, and applies the Transformer self-attention mechanism to image classification. Given enough training data, it surpasses convolutional neural networks (CNNs). |
| ScholarGateНабір даних ↗ |
|
|