Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
+
---
|
6 |
+
|
7 |
+
|
8 |
+
# The model checkpoints used in Fine-grained Image Captioning with CLIP Reward (Findings of NAACL 2022)
|
9 |
+
|
10 |
+
* Authors: [Jaemin Cho](https://j-min.io), [David Seunghyun Yoon](https://david-yoon.github.io/), [Ajinkya Kale](https://www.linkedin.com/in/kaleajinkya/), [Franck Dernoncourt](https://research.adobe.com/person/franck-dernoncourt), [Trung Bui](https://sites.google.com/site/trungbuistanford/), [Mohit Bansal](https://www.cs.unc.edu/~mbansal/)
|
11 |
+
* Paper: https://arxiv.org/abs/2205.13115
|
12 |
+
* Code: https://github.com/j-min/CLIP-Caption-Reward
|
13 |
+
* Inference Colab Demo: [](https://colab.research.google.com/github/j-min/CLIP-Caption-Reward/blob/main/Inference_example.ipynb)
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
# Reference
|
18 |
+
Please cite our paper if you use our models in your works:
|
19 |
+
|
20 |
+
|
21 |
+
```bibtex
|
22 |
+
@inproceedings{Cho2022CLIPReward,
|
23 |
+
title = {Fine-grained Image Captioning with CLIP Reward},
|
24 |
+
author = {Jaemin Cho and Seunghyun Yoon and Ajinkya Kale and Franck Dernoncourt and Trung Bui and Mohit Bansal},
|
25 |
+
booktitle = {Findings of NAACL},
|
26 |
+
year = {2022}
|
27 |
+
}
|