Skip to content

Pytorch implementation of various token mixers; Attention Mechanisms, MLP, and etc for understanding computer vision papers and other tasks.

Notifications You must be signed in to change notification settings

DoranLyong/Awesome-TokenMixer-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pytorch implementation of various token mixers; Attention Mechanisms, MLP, and etc for understanding computer vision papers and other tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published