MCG-NJU / AdaMixer

[CVPR 2022 Oral] AdaMixer: A Fast-Converging Query-Based Object Detector
MIT License
236 stars 24 forks source link

Model design issue #1

Closed fushh closed 2 years ago

fushh commented 2 years ago

Thanks for your great works!

I have a question about the design of positional vector (x, y, z, r). In most of DETR-like detectors, the positional vector are learnable, such as DAB-DETR, Anchor-DETR. In your design, you detach it from computation graph. Dose learnable positional vector hurt the performance?

sebgao commented 2 years ago

Thanks for your interest to our work!

In the initial experiments on building AdaMixer, the learnable or fixed positional vector has very similar performances. We are in favor of the latter form for its simplicity.