metaformer icon indicating copy to clipboard operation
metaformer copied to clipboard

MetaFormer Baselines for Vision (TPAMI 2024)

Results 3 metaformer issues
Sort by recently updated
recently updated
newest added

Hey, great job with this repo. Caformer with 100M parameters is really powerful, though I am struggling with the finetuning due to hardware limitations. Did you already make experiments with...

I notice that Metaformer has no positional encoding(PE) either in the attention layers or at the model input, does this affect the performance? Is the positional encoding not necessary? What...

Should the matrix multiplication not be swapped? $$ RandomMixing(X) = XW_R \Rightarrow RandomMixing(X) = W_RX $$ I think the dimension don`t work for the original equation because you are multiplying...