Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ configs:
|
|
| 88 |
path: data/test-*
|
| 89 |
---
|
| 90 |
|
| 91 |
-
# InpaintCOCO - Fine-grained multimodal concept understanding
|
| 92 |
|
| 93 |
## Table of Contents
|
| 94 |
- [Table of Contents](#table-of-contents)
|
|
@@ -230,11 +230,13 @@ InpaintCOCO is based on MS COCO 2017 validation set ([image](http://images.cocod
|
|
| 230 |
Our InpaintCOCO dataset:
|
| 231 |
|
| 232 |
```
|
| 233 |
-
@
|
| 234 |
-
|
| 235 |
-
|
| 236 |
-
|
| 237 |
-
|
|
|
|
|
|
|
| 238 |
}
|
| 239 |
```
|
| 240 |
|
|
|
|
| 88 |
path: data/test-*
|
| 89 |
---
|
| 90 |
|
| 91 |
+
# InpaintCOCO - Fine-grained multimodal concept understanding (for color, size, and COCO objects)
|
| 92 |
|
| 93 |
## Table of Contents
|
| 94 |
- [Table of Contents](#table-of-contents)
|
|
|
|
| 230 |
Our InpaintCOCO dataset:
|
| 231 |
|
| 232 |
```
|
| 233 |
+
@misc{roesch2024enhancing,
|
| 234 |
+
title={Enhancing Conceptual Understanding in Multimodal Contrastive Learning through Hard Negative Samples},
|
| 235 |
+
author={Philipp J. Rösch and Norbert Oswald and Michaela Geierhos and Jindřich Libovický},
|
| 236 |
+
year={2024},
|
| 237 |
+
eprint={2403.02875},
|
| 238 |
+
archivePrefix={arXiv},
|
| 239 |
+
primaryClass={cs.CV}
|
| 240 |
}
|
| 241 |
```
|
| 242 |
|