# ELIP-Enhanced-Visual-Language-Foundation-Models-for-Image-Retrieval
**Repository Path**: liyun00/ELIP-Enhanced-Visual-Language-Foundation-Models-for-Image-Retrieval
## Basic Information
- **Project Name**: ELIP-Enhanced-Visual-Language-Foundation-Models-for-Image-Retrieval
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-05-14
- **Last Updated**: 2025-05-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ELIP: Enhanced Visual-Language Foundation Models for Image Retrieval
This is the official implementation of the 2025 paper "ELIP: Enhanced Visual-Language Foundation Models for Image Retrieval" by Guanqi Zhan, Yuanpei Liu, Kai Han, Weidi Xie, and Andrew Zisserman.
The code for CLIP (ELIP-C) and SigLIP (ELIP-S) is based on the OpenCLIP github: https://github.com/mlfoundations/open_clip/tree/main
The code for BLIP-2 (ELIP-B) is based on the LAVIS github: https://github.com/salesforce/LAVIS/tree/main
[The code and dataset in the paper is to be updated]
## Citation
Please cite our papers if you use the code/model/dataset of this github.
```
@article{zhan2025elip,
title={ELIP: Enhanced Visual-Language Foundation Models for Image Retrieval},
author={Zhan, Guanqi and Liu, Yuanpei and Han, Kai and Xie, Weidi and Zisserman, Andrew},
journal={arXiv},
year={2025}
}
```