-
Notifications
You must be signed in to change notification settings - Fork 143
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
over cluster of GCN-V #69
Comments
I have encountered this problem, I also try to extract 512 dimensional feature and adjust the value of KNN to train gcn_v, but the result is not very good. |
I am also encountering this problem. Using the default configurations for k and tau, each identity is split into several clusters. Any help is appreciated. |
Hi @zhaoxin111 @yjhuasheng @jquesadap , thanks for the discussion. I think solving the mentioned problem is the key to increase the recall of the clustering results. We may need to develop better algorithm to pinpoint robust linkage or use dynamic/learnable threshold for different structures on the entire graph. If you are tackling a practical problem (not hunting for novelty), here is a few simple suggestions:
Feel free to share your ideas :) |
@Youskrpig Hi, thanks for trying. I suspect the reason may lie in the version of PyTorch, as the result of GCN_V in your test, For your information, we used |
Thanks for your reply. I have other two questions:
|
hi,请问你用这个方法训练过自己的人脸数据吗,我训练的是自己的人脸数据,聚类的fscore值和聚类效果都比较差,我也调整过knn的k值和阈值,不管怎么调效果都不是很明显,我也用cdp,lgcn这些方法试过,效果都不是很好?请问你自己数据的训练效果怎么样呢? |
昂,效果差的不多不是很明显,有些参数还是可以再细调调,不过有个问题没弄明白,数据大的情况下,怎么用多gpu来训练啊?希望大佬指教一下,十分感谢! |
Thank you very much for sharing such a great work, the code is also very nice!
I try run GCN-V on my own dataset, I found that the clustering effect of the model on small-scale data is very good, but on large-scale data, many IDs are split, resulting in many duplicate IDs belonging to the same person.
I have tried to adjust the k,tau_0 or tau,but the results are similar.
PS: I used my self-trained feature extrator which was trained on cleaned MS1M, and the GCN-V network was retrained from scratch.
The text was updated successfully, but these errors were encountered: