Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement over using TOOD loss for auxiliary. #16

Open
jihwanp opened this issue Sep 8, 2023 · 1 comment
Open

Improvement over using TOOD loss for auxiliary. #16

jihwanp opened this issue Sep 8, 2023 · 1 comment

Comments

@jihwanp
Copy link

jihwanp commented Sep 8, 2023

Hi, thanks for providing such a wonderful work.
There seems no ablation when using a better loss design for dense queries in the paper. Compared to using focal loss, how much does it improve the performance?
And different from DDQ-FCN, why did you use TOOD loss only for auxiliary in DDQ-DETR?

@jshilong
Copy link
Owner

jshilong commented Sep 11, 2024

Sorry for the late reply, It has been a long time since I last time checked the issue of this repo because I changed the research topic to generative models last year.

  1. "using a better loss design for dense queries in the paper." is actually what they do in their original paper. We add this loss mainly to show one-to-one assignment can also achieve SOTA 1X performance on COCO.
  2. Auxiliary queries in DETR should play the same role as dense queries in one-stage detectors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants