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