awesome-detection-transformer
awesome-detection-transformer copied to clipboard
Collect some papers about transformer for detection and segmentation. Awesome Detection Transformer for Computer Vision (CV)
Please consider adding Salience-DETR (with paper and code available)
Dear IDEA research team, Thanks for organizing such fantastic repo on detection transformer. Is it possible to add our Cascade-DETR in ICCV'23? Also, we are also interested to involve in...
Thanks to your invaluable contributions, we've developed a consolidated repository dedicated exclusively to tracking the latest advancements in transformer-based object detection methods. https://github.com/mindgarage-shan/transformer_object_detection_survey Feel free to check and share it!...
Thank you for sharing this collection of papers I also made a paper collection list about vision attention and transformer: https://github.com/cmhungsteve/Awesome-Transformer-Attention Feel free to check and share it! I will...
Hi! Both works use **kernels (simular to object query)** to build unified and end-to-end segmentation models for images and video. K-Net, NeurIPS 2021. https://arxiv.org/abs/2106.14855 Video K-Net, CVPR-2022. https://arxiv.org/abs/2204.04656
Hi, I also recommend add Swin-transformer. This model published in 2021 ICCV and commonly use for backbone model. [Swin-transformer](https://github.com/microsoft/Swin-Transformer)
Hi, Thanks for good repo. I recommend to add pyramid vision transformer(PVT) which was published in 2021 ICCV [PVT repo](https://github.com/whai362/PVT). And there is also PVTv2 which is PVT version2. Have...
Hello, thanks for the nice list, Please consider adding our recent work: https://arxiv.org/abs/2404.18849 We propose a Mixed Patches (MiPa), in conjunction with a patch-wise domain agnostic module, which is responsible...