CVMLL-Awesome / Awesome-TokenMixer-pytorch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Spatial Attentions

Channel Attentions

MLPs

Convolutions

Spectral Features

Graph

  • Vision GNN (ViG, 2022) --- (pytorch_v1)(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.


Languages

Language:Python 50.1%Language:Jupyter Notebook 49.9%