Update README.md
Browse files
README.md
CHANGED
@@ -121,6 +121,21 @@ print(f"ELAM response: {response}")
|
|
121 |
print(f"Got coordinates: {coordinates}")
|
122 |
```
|
123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
# Acknowledgements
|
125 |
## Funding
|
126 |
This work was supported by German BMBF within the scope of project "KI4BoardNet".
|
|
|
121 |
print(f"Got coordinates: {coordinates}")
|
122 |
```
|
123 |
|
124 |
+
# Citation
|
125 |
+
If you find ELAM useful in your research, please cite the following paper:
|
126 |
+
|
127 |
+
``` latex
|
128 |
+
@misc{ernhofer2025leveragingvisionlanguagemodelsvisual,
|
129 |
+
title={Leveraging Vision-Language Models for Visual Grounding and Analysis of Automotive UI},
|
130 |
+
author={Benjamin Raphael Ernhofer and Daniil Prokhorov and Jannica Langner and Dominik Bollmann},
|
131 |
+
year={2025},
|
132 |
+
eprint={2505.05895},
|
133 |
+
archivePrefix={arXiv},
|
134 |
+
primaryClass={cs.CV},
|
135 |
+
url={https://arxiv.org/abs/2505.05895},
|
136 |
+
}
|
137 |
+
```
|
138 |
+
|
139 |
# Acknowledgements
|
140 |
## Funding
|
141 |
This work was supported by German BMBF within the scope of project "KI4BoardNet".
|