Contrastive-Clustering icon indicating copy to clipboard operation
Contrastive-Clustering copied to clipboard

Code for the paper "Contrastive Clustering" (AAAI 2021)

Results 36 Contrastive-Clustering issues
Sort by recently updated
recently updated
newest added

您好,paper原文中提到将表征解耦成instance-level和cluster-level,可以取得更好的效果。请问如何理解instance-level和cluster-level之间的关系呢,这两者是independent的吗? ![745cc93fdff886e000bc1d5fe5fddb5](https://user-images.githubusercontent.com/49244727/143523354-b54c43b3-2684-42e7-8a53-cbd5518c607a.png)

Hi, Thank you for this implementation. It is my understanding that some contrastive frameworks build upon entropy maximization, which leads to inapplicability in the contexts of imbalanced datasets. From the...

Hi, I did not find a description about the distribution of the Imagenet-10 and the data-augment method you used in your paper and code. And I get a bad accuracy...

大佬,应该是中国人吧,我就用中文了: 是这样,我用自己的数据训练了一下,然后前向推理时,我在softmax那个地方加了个日志,把输出写到本地看了一下,排序后发现最大的输出并不是“赢者通吃”的状态,甚至出现了有并列最大值的情况,这种状况下,使用argmax获得到的索引能直接作为类别使用么? 可能是我的使用方式不当,希望大佬指点一下; 优秀的工作,感谢分享!

Hey, Thanks for sharing the code and writing such a good paper! Can you give me some more info on how I can use your code to generate the t-SNE...

Hey, Can I train this on Google colab? How long will it take in general? Can you share some more info on where i can run this code?

Thanks for sharing information about how to use different datasets. How can I use the datasets info to download Imagenet-10? Do I need to download the entire Imagenet dataset and...

Hello, I'd like to train this model on new image datasets. so what should be the file structure for the input dataset? As it is an unsupervised classification, so will...

你好,我想问下,我用的是window的系统,用pycharm运行train.py,只出现Files already downloaded and verified Files already downloaded and verified,请问这是怎么回事呢?我想跑几个数据集和你的方法做对比实验,请问你可以提供一些帮助吗?

您好,请问一下,在baseline的对比中。K-means的特征向量是如何得到的呢? ![image](https://user-images.githubusercontent.com/49379908/187009966-f2e970c0-20be-4195-9e22-8fd7d09de33e.png)