xiangan commited on
Commit
d521589
·
verified ·
1 Parent(s): 1dd5936

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -54,3 +54,14 @@ features = outputs.last_hidden_state
54
 
55
  print(f"Extracted features shape: {features.shape}")
56
  ```
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
  print(f"Extracted features shape: {features.shape}")
56
  ```
57
+
58
+
59
+
60
+ ```latex
61
+ @inproceedings{anxiang_2024_mlcd,
62
+ title={Multi-label Cluster Discrimination for Visual Representation Learning},
63
+ author={An, Xiang and Yang, Kaicheng and Dai, Xiangzi and Feng, Ziyong and Deng, Jiankang},
64
+ booktitle={ECCV},
65
+ year={2024}
66
+ }
67
+ ```