AL-SSL icon indicating copy to clipboard operation
AL-SSL copied to clipboard

First cycle difference in result

Open mohammadmirzaee25 opened this issue 1 year ago • 2 comments

@TheRevanchist Hi. could you please clarify why in paper reults(for example in figure 3 left image) first cycle of all method are different? because i think you said in paper that all labels for first cycle is same and i read your code and could not find why there is difference in first cycle for different methods. arent they sampled random for first cycle with same random seed?

mohammadmirzaee25 avatar Aug 08 '24 16:08 mohammadmirzaee25

Hi,

Yes, they're randomly sampled with the same seed, so the small differences in the 0th cycles are because of the network optimization (gradient descent). Except for ours where we use the self-supervised loss, and that's why the difference is bigger.

TheRevanchist avatar Aug 09 '24 09:08 TheRevanchist

@TheRevanchist Thank you for answering . So your method use Pseudo-labeling in first cycle too? and i dont understand what you mean by optimization . isnt network the same for all other methods(same seed for training)?

mohammadmirzaee25 avatar Aug 10 '24 06:08 mohammadmirzaee25