CoMatch
CoMatch copied to clipboard
Several Questions
Hi, Thank you for your great work, I am new to this area, I have the following questions: 1、How much improvements can be made by the branch of Graph-based contrastive learning? I can not see that ablation experiments in the paper. I'm interested in this part and would also like to know the performance improvements that might be useful for my task. 2、Does the Co-match method fit for multi-label classification tasks?
Once again, thank you for your nice work and clean code! Looking forward to your reply. Best regards! Tan
Thanks for your questions!
- The graph-based contrastive loss gives a huge improvement. As shown in Figure 4b, reducing the contrastive loss weight from 10 to 1 leads to a big drop, and the performance further degrades if the weight is 0.
- Yes the method should be able to easily extend to multi-label classification.
Ok. Thank you for your quick reply. I will try your method, and hope you can offer guidence if needed. Once again, I really appreciate your works.
Best regards!