Views
No views yet
1git clone https://github.com/deepglint/unicom
2cd unicom/mlcd
3
4python
5>>> from vit_rope2d_hf import MLCDVisionModel
6>>> model = MLCDVisionModel.from_pretrained("DeepGlint-AI/mlcd-vit-bigG-patch14-224")
71@inproceedings{anxiang_2024_mlcd,
2 title={Multi-label Cluster Discrimination for Visual Representation Learning},
3 author={An, Xiang and Yang, Kaicheng and Dai, Xiangzi and Feng, Ziyong and Deng, Jiankang},
4 booktitle={ECCV},
5 year={2024}
6}