xiangan commited on
Commit
ea5230a
·
verified ·
1 Parent(s): 29f23a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -52,3 +52,16 @@ features = outputs.last_hidden_state
52
  print(f"Extracted features shape: {features.shape}")
53
  # Extracted features shape: torch.Size([1, 577, 1664])
54
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  print(f"Extracted features shape: {features.shape}")
53
  # Extracted features shape: torch.Size([1, 577, 1664])
54
  ```
55
+
56
+
57
+ ## Citation
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
+ ```