An open API service indexing awesome lists of open source software.

https://github.com/wusize/clim

[AAAI2024] Code Release of CLIM: Contrastive Language-Image Mosaic for Region Representation
https://github.com/wusize/clim

detection open-vocabulary-detection

Last synced: 6 months ago
JSON representation

[AAAI2024] Code Release of CLIM: Contrastive Language-Image Mosaic for Region Representation

Awesome Lists containing this project

README

          

# CLIM: Contrastive Language-Image Mosaic for Region Representation
## Introduction

This is an official release of the paper
**CLIM: Contrastive Language-Image Mosaic for Region Representation**.

> [**CLIM: Contrastive Language-Image Mosaic for Region Representation**](https://arxiv.org/abs/2312.11376),
> Size Wu, Wenwei Zhang, Lumin Xu, Sheng Jin, Wentao Liu, Chen Change Loy
> [Bibetex](https://github.com/wusize/CLIM#citation)

## Application to CLIP

Please refer to the instructions in this [README](README_CLIP.md).

## Application to Detic
Please refer to the instructions in this [README](ovdet/configs/detic/README.md).

## License
This project is licensed under [NTU S-Lab License 1.0](LICENSE).

## Citation

```bibtex
@article{wu2023clim,
title={CLIM: Contrastive Language-Image Mosaic for Region Representation},
author={Size Wu and Wenwei Zhang and Lumin Xu and Sheng Jin and Wentao Liu and Chen Change Loy},
journal={arXiv preprint arXiv:2312.11376},
year={2023}
}
```

## Acknowledgement

We thank [OpenCLIP](https://github.com/mlfoundations/open_clip/tree/v2.16.0) and [MMDetection](https://github.com/open-mmlab/mmdetection) for their valuable code bases.