pytorch-image-models icon indicating copy to clipboard operation
pytorch-image-models copied to clipboard

[FEATURE] Kolmogorov–Arnold Transformer

Open Adamdad opened this issue 1 year ago • 0 comments

Model description

The Kolmogorov–Arnold Transformer (KAT) replaces the standard MLP layers in transformers with Kolmogorov-Arnold Network (KAN) layers, improving the model's expressiveness and overall performance.

Open source status

  • [X] The model implementation is available
  • [X] The model weights are available

Provide useful links for the implementation

The code is at https://github.com/Adamdad/kat and paper at https://arxiv.org/abs/2409.10594

Adamdad avatar Sep 20 '24 06:09 Adamdad