Xiaoxing Hu1,2* Kaicheng Yang3* Ziyang Gong1 Qi Ming4 Zonghao Guo5 Xiang An3 Ziyong Feng3 Junchi Yan1 Xue Yang1†
If you find our work helpful, please consider giving us a ⭐!
Official PyTorch implementation of [ProCLIP: Progressive Vision-Language Alignment via LLM-based Embedder.]
This repository is still being organized and refined. If you encounter any issues while using it, please contact |Email: xiaoxinghhh@gmail.com|WeChat: 15111480307| or submit an issue. Thank you for your attention.
This repository contains the official pytorchimplementation of [ProCLIP: Progressive Vision-Language Alignment via LLM-based Embedder.]. We introduce a progressive vision-language alignment approach that aligns the LLM-based embedder with the CLIP image encoder in a curriculum learning manner to enhance long-text, multilingual, and fine-grained understanding.
requirements.txt# Clone the repo
git clone https://github.com/VisionXLab/ProCLIP.git
cd ProCLIP
# Create virtual environment
conda create -n proclip python=3.9 -y
conda activate proclip
# Install dependencies
pip install -r requirements.txt
Please check the Training for details.
For evluation, we evaluate our model according different code base, by the time you can refer to them:
[1] https://github.com/MIV-XJTU/FLAME
[2] https://github.com/LAION-AI/CLIP_benchmark
For inference, please check scripts/inference.py for details.
python scripts/inference.py




If you find our work helpful, please cite our paper:
@article{hu2025proclip,
title={ProCLIP: Progressive Vision-Language Alignment via LLM-based Embedder},
author={Hu, Xiaoxing and Yang, Kaicheng and Feng, Ziyong and Ming, Qi and Guo, Zonghao and An, Xiang and Yan, Junchi and Yang, Xue},
journal={arXiv preprint arXiv:2510.18795},
year={2025}
}
@inproceedings{hu2025decoupled,
title={Decoupled global-local alignment for improving compositional understanding},
author={Hu, Xiaoxing and Yang, Kaicheng and Wang, Jun and Xu, Haoran and Feng, Ziyong and Wang, Yupei},
booktitle={Proceedings of the 33rd ACM International Conference on Multimedia},
pages={3251--3260},
year={2025}
}
This project is licensed under the MIT License - see the LICENSE file for details.
Our work is inspired by LLM2CLIP and CLIP. We are grateful for their outstanding work and code.
28 commits
Python
99.4%
Xiaoxing Hu1,2* Kaicheng Yang3* Ziyang Gong1 Qi Ming4 Zonghao Guo5 Xiang An3 Ziyong Feng3 Junchi Yan1 Xue Yang1†
If you find our work helpful, please consider giving us a ⭐!
Official PyTorch implementation of [ProCLIP: Progressive Vision-Language Alignment via LLM-based Embedder.]
This repository is still being organized and refined. If you encounter any issues while using it, please contact |Email: xiaoxinghhh@gmail.com|WeChat: 15111480307| or submit an issue. Thank you for your attention.
This repository contains the official pytorchimplementation of [ProCLIP: Progressive Vision-Language Alignment via LLM-based Embedder.]. We introduce a progressive vision-language alignment approach that aligns the LLM-based embedder with the CLIP image encoder in a curriculum learning manner to enhance long-text, multilingual, and fine-grained understanding.
requirements.txt# Clone the repo
git clone https://github.com/VisionXLab/ProCLIP.git
cd ProCLIP
# Create virtual environment
conda create -n proclip python=3.9 -y
conda activate proclip
# Install dependencies
pip install -r requirements.txt
Please check the Training for details.
For evluation, we evaluate our model according different code base, by the time you can refer to them:
[1] https://github.com/MIV-XJTU/FLAME
[2] https://github.com/LAION-AI/CLIP_benchmark
For inference, please check scripts/inference.py for details.
python scripts/inference.py




If you find our work helpful, please cite our paper:
@article{hu2025proclip,
title={ProCLIP: Progressive Vision-Language Alignment via LLM-based Embedder},
author={Hu, Xiaoxing and Yang, Kaicheng and Feng, Ziyong and Ming, Qi and Guo, Zonghao and An, Xiang and Yan, Junchi and Yang, Xue},
journal={arXiv preprint arXiv:2510.18795},
year={2025}
}
@inproceedings{hu2025decoupled,
title={Decoupled global-local alignment for improving compositional understanding},
author={Hu, Xiaoxing and Yang, Kaicheng and Wang, Jun and Xu, Haoran and Feng, Ziyong and Wang, Yupei},
booktitle={Proceedings of the 33rd ACM International Conference on Multimedia},
pages={3251--3260},
year={2025}
}
This project is licensed under the MIT License - see the LICENSE file for details.
Our work is inspired by LLM2CLIP and CLIP. We are grateful for their outstanding work and code.
28 commits
Python
99.4%