DAB Detr (dynamic anchor boxes)

The content is also available as text: https://github.com/adensur/blog/blob/... This video talks about DAB Detr, a technique in object detection that came out in 2022, and has then since been used in all SOTA transformer-based models. This video is part of my "Modern Object Detection: from YOLO to transformers" series:    • Modern Object Detection: from YOLO to tran...   Useful links: Original paper: https://arxiv.org/pdf/2201.12329.pdf My previous video about Detr:    • Object Detection with Transformers (DETR)   00:00 - Intro 02:28 - Motivation behind Dynamic Anchor Boxes 09:54 - DABs are Object Queries 14:46 - How DAB position modulates attention 23:12 - How DAB size modulates attention 25:56 - Dynamic layer-by-layer update 28:28 - Results & Next Up