Skip to content

Latest commit

 

History

History
143 lines (109 loc) · 11.7 KB

README.md

File metadata and controls

143 lines (109 loc) · 11.7 KB

Awesome-TokenMixer-pytorch

This project is inspired by Fighting CV's project. Also, other references are included to get code insights.

Other references:

# code test env.
python == 3.10.8
pytorch == 1.12.1

Contents


Kolmogorov-Arnold Models

  • Kolmogorov-Arnold Transformer (KAT, 2024) --- (pytorch_v1)

State Space Models

  • CSM (VMamba, 2024) --- (pytorch_v1)(graph)
  • Bidirectional Mamba (Vim, 2024) --- (pytorch_v1)(graph)
  • ConvSSM (ConvS5, 2023) --- (pytorch_v1)(graph)
  • Selective SSMs (Mamba, 2023) --- (pytorch_v1)(graph)

Spatial Attentions

Channel Attentions

MLPs

Convolutions

Spectral Features

Graph

Hybrid

Spatio-Temporal (ST)

Activations

Patch Embedding

Branch Scaling

Normalization

Backbones