Stark icon indicating copy to clipboard operation
Stark copied to clipboard

What is the effect of replacing transformer with swin transformer?

Open wanglibo0626 opened this issue 3 years ago • 2 comments

Hi,

Thanks for your good job!What is the effect of replacing transformer with swin transformer?

Looking forward to your reply~

wanglibo0626 avatar Aug 17 '21 03:08 wanglibo0626

Hi, thanks for your appreciation in our work. I think that replacing the original transformer with Swin-T may reduce some computational complexity but will not bring performance gain, because the shifted-window attention is an approximation to the full attention. In fact, instead we have tried replacing ResNet with Swin-T as the backbone, this does bring much better performance.

MasterBin-IIAU avatar Aug 17 '21 13:08 MasterBin-IIAU

Hi, when you used Swin-T as the backbone, which layers of Swin-T were used in your work? Could you send me the STARK code using Swin-T as the backbone? Thank you very much!

Chenlulu1993 avatar Dec 16 '21 07:12 Chenlulu1993