Commit ·
027905a
1
Parent(s): 6a67662
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
|
| 2 |
-
Visual semantic with BERT-CNN
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
```
|
|
|
|
| 1 |
|
| 2 |
+
# Visual semantic with BERT-CNN
|
| 3 |
+
|
| 4 |
+
This model can be used to assign an object-to-caption relatedness score, which is valuable for
|
| 5 |
+
(1) caption diverse re-ranking, and (1) generate soft labels for caption filtering when scraping image captions from the internet.
|
| 6 |
|
| 7 |
|
| 8 |
```
|