segmenter icon indicating copy to clipboard operation
segmenter copied to clipboard

Can you use swin transformer as encoder?

Open JunzheJosephZhu opened this issue 2 years ago • 1 comments

As in title, can you replace the standard ViT encoder with a swin transformer + FPN? Would this be a reasonable thing to try out?

JunzheJosephZhu avatar Jun 24 '22 09:06 JunzheJosephZhu

You could probably replace ViT with a swin encoder indeed :) You could get improved performance given the downstream performances of Swin that are better than ViT on some tasks.

rstrudel avatar Jun 27 '22 14:06 rstrudel