Shathe / SemiSeg-Contrastive

Apache License 2.0
89 stars 13 forks source link

About the feature vectors from teacher and student #6

Open ccccly opened 2 years ago

ccccly commented 2 years ago

Dear author,

I am confused about the feature vectors used in contrastive learning. The teacher's feature vectors are simply obtained using the projection head g. Why use the projection head g and the prediction head q to obtain the feature vectors of student? Can we just use only g in the student model?

DaD3zZ commented 1 year ago

I also have the same question as you. Do you understand now? Can you share it with me?