ZhangGongjie / SAM-DETR

[CVPR'2022] SAM-DETR & SAM-DETR++: Official PyTorch Implementation
MIT License
292 stars 50 forks source link

Does SAM help Deformable DETR? #6

Open Bo396543018 opened 2 years ago

Bo396543018 commented 2 years ago

Thanks for the wonderful work. I would like to know if SAM as a plug-in module will improve Deformable DETR?

ZhangGongjie commented 1 year ago

Thank you for the compliment.

To answer your question, yes! Our multi-scale version uses Deformable Attention in the encoder to generate multi-scale features efficiently.

ZhangGongjie commented 1 year ago

For details, please stay tuned for our journal extension, which will be uploaded to arxiv.org in the next one or two months.

Bo396543018 commented 1 year ago

Thank you for your answer. Looking forward to seeing the extended version

ZhangGongjie commented 1 year ago

Hi, please be noted that we have released our journal version.

Check the link below. Thank you! https://arxiv.org/abs/2207.14172