JosephKJ/OWOD

Unknown classes

Closed this issue · 7 comments

Can the energy obtained by the unknown category be effectively clustered? Can cluster unknown categories into the same cluster

What is the data storage format of the queues_tsne.pkl file

Hi @fuchao01 ,

Can the energy obtained by the unknown category be effectively clustered? Can cluster unknown categories into the same cluster

Yes, this is evident from the tsne and Fig.3

What is the data storage format of the queues_tsne.pkl file

It is created from the features in the following commented out code.

Kindly reopen for more discussion.

Does use the features of the logit layer to do clustering?

Yes, it uses features from the RoI head.

Isn't this the 2048-dimensional feature vector mentioned in the paper?

Yes. It is just a function which is called appropriately.

Can you point out where the energy based models is? Thanks!