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

Why some labels are duplicated in the unified detector? #14

Open
youyuge34 opened this issue Nov 22, 2021 · 1 comment
Open

Why some labels are duplicated in the unified detector? #14

youyuge34 opened this issue Nov 22, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@youyuge34
Copy link

For example, nightstand appears twice in the labels file learned_mAP.csv:

line255: _nightstand_,,,nightstand,
line693: Nightstand__,/m/02z51p,Nightstand,,

But some labels from different datasets are normalized to one label. Why?
Is it due to the When there are different label granularities, we keep them all in our label-space, and expect to predict all of them in the paper?

@youyuge34 youyuge34 added the documentation Improvements or additions to documentation label Nov 22, 2021
@xingyizhou
Copy link
Owner

Hi,
This is a great question! This phenomenon is discussed in our paper Fig. 3: some classes with the same name might correspond to different definitions. We take oven as an example in the paper, where the definition of oven among the three datasets are different. We believe here the nightstand among the two datasets are different. Note this is NOT what we mean by the label granularities. We mean we did not merge OpenImages Boy and COCO person for the granularities.

If you prefer a tighter label space, we recently observe simply increasing \tau in the label space learning algorithm can do the trick. I uploaded a new label space with \tau=0.3 which gives a label-space size of 668 classes. This gives close performance of 41.6/ 20.7/ 62.9 mAP on COCO/O365/OID (vs. 41.9/ 20.9/ 63.0 of the paper label space of 701 classes).

Best,
Xingyi

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

No branches or pull requests

2 participants