ZhiyuanDang / NNM

The PyTorch official implementation of the CVPR2021 Poster Paper NNM: Nearest Neighbor Matching for Deep Clustering.
Other
59 stars 7 forks source link

About Loss && feature space #13

Open TINA-WA opened 1 year ago

TINA-WA commented 1 year ago

在loss中,每个样本拉近了其与其最近邻之间的距离,那是否在此过程中,在不断拉近的过程中,特征空间feature space也在变?然后每次基于全局搜索到的近邻也会由于feature space的改变而改变? Q1:feature space是否因此而优化? Q2:那是否也可以看成一阶段的clustering方法 ,clustering oriented method?