Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ALIGN-BENCH is developed for measuring cross-modal alignment of vision-language models quantitatively.
|
2 |
+
|
3 |
+
The code can be found at https://github.com/IIGROUP/SCL.
|
4 |
+
|
5 |
+
The core idea is to utilize the cross-attention maps of the last layer in fusion encoder, and compare them with annotated regions corresponding to some words.
|
6 |
+
|
7 |
+
ALIGN-BENCH can calculate global-local and local-local alignment scores from two angles, bounding box and pixel mask.
|
8 |
+
|
9 |
+
There are 1,500 images and 1,500 annotation files in the dataset zip file. The annotatino file contains a caption and some words' regions (bounding box and pixel mask) on the image.
|