yxgeee / SpCL

[NeurIPS-2020] Self-paced Contrastive Learning with Hybrid Memory for Domain Adaptive Object Re-ID.
https://yxgeee.github.io/projects/spcl
MIT License
318 stars 67 forks source link

Could data augmentation improve the clustering? #20

Closed Jie2World closed 3 years ago

Jie2World commented 3 years ago

SpCL is amazing project. You use Unified Contrastive Learning as loss function, which is different from SimCLR. But I find that the transformer don't use any data augmentation as SimCLR when I read the code of SpCl. I wonder whether the data augmentation (just like SimCLR or MoCo V2) could improve the clustering. For example, the centroids of data augmentation's feature outputs became a Cluster Centroids instead of Outlier Instance Features.

Jie2World commented 3 years ago

Sorry. I found transforms has done the work and got the meaning of Outlier Instance Features.