hjzheng commited on
Commit
8d2c09f
1 Parent(s): 5b33a20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ ## CACR checkpoint repository
5
+
6
+ ### For implementation details, please refer to our [Github Repo](https://github.com/JegZheng/CACR-SSL)
7
+
8
+
9
+ #### ImageNet pretrained, performance of linear classification on ImageNet
10
+ <table><tbody>
11
+ <!-- START TABLE -->
12
+ <!-- TABLE HEADER -->
13
+ <th valign="left">model</th>
14
+ <th valign="left">pretrain<br/>epochs</th>
15
+ <th valign="left">linear<br/>acc</th>
16
+ <!-- TABLE BODY -->
17
+ <tr>
18
+ <td align="left">ResNet50</td>
19
+ <td align="left">1000</td>
20
+ <td align="left">74.7</td>
21
+ </tr>
22
+ <tr>
23
+ <td align="left">ViT-Base</td>
24
+ <td align="left">300</td>
25
+ <td align="left">77.1</td>
26
+ </tr>
27
+ </tbody></table>
28
+
29
+ #### ImageNet pretrained, performance of linear classification on 20 Image in the Wild datasets
30
+ Please feel free to check our learned representation performance in [Image in the Wild Challenge](https://eval.ai/web/challenges/challenge-page/1832/leaderboard/4301).
31
+
32
+
33
+ ### Citation
34
+ Please cite our work if you find it is helpful. Thank you!
35
+ ```
36
+ @article{
37
+ zheng2023contrastive,
38
+ title={Contrastive Attraction and Contrastive Repulsion for Representation Learning},
39
+ author={Huangjie Zheng and Xu Chen and Jiangchao Yao and Hongxia Yang and Chunyuan Li and Ya Zhang and Hao Zhang and Ivor Tsang and Jingren Zhou and Mingyuan Zhou},
40
+ journal={Transactions on Machine Learning Research},
41
+ issn={2835-8856},
42
+ year={2023},
43
+ url={https://openreview.net/forum?id=f39UIDkwwc},
44
+ }
45
+ ```
46
+