AhmedSSabir commited on
Commit
4ecd670
1 Parent(s): f05ca48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ Please refer to [project page](https://sabirdvd.github.io/project_page/Dataset_
20
  is not confident enough, and (2) semantic alignment with semantic similarity to remove duplicated objects.
21
  (3) semantic relatedness score as soft-label: to guarantee the visual context and caption have a strong
22
  relation. In particular, we use Sentence-RoBERTa via cosine similarity to give a soft score, and then
23
- we use a threshold to annotate the final label (if th > 0.2, 0.3, 0.4 then 1,0). Finally, to take advantage
24
  of the visual overlap between caption and visual context, and to extract global information, we use BERT followed by a shallow CNN (<a href="https://arxiv.org/abs/1408.5882">Kim, 2014</a>)
25
  to estimate the visual relatedness score.
26
 
 
20
  is not confident enough, and (2) semantic alignment with semantic similarity to remove duplicated objects.
21
  (3) semantic relatedness score as soft-label: to guarantee the visual context and caption have a strong
22
  relation. In particular, we use Sentence-RoBERTa via cosine similarity to give a soft score, and then
23
+ we use a threshold to annotate the final label (if th 0.2, 0.3, 0.4 then 1,0). Finally, to take advantage
24
  of the visual overlap between caption and visual context, and to extract global information, we use BERT followed by a shallow CNN (<a href="https://arxiv.org/abs/1408.5882">Kim, 2014</a>)
25
  to estimate the visual relatedness score.
26