Update README.md
Browse files
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 |
+
```
|