Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,9 +9,26 @@ tags:
|
|
| 9 |
- personalized
|
| 10 |
- personalized-vlm
|
| 11 |
---
|
| 12 |
-
# Yo'LLaVA
|
| 13 |
|
| 14 |
A dataset of 40 personalized subjects: Person (10), Pets (5), Landmarks (5), Objects (15), and Fiction Characters (5).
|
|
|
|
| 15 |
The dataset is divided into train and test splits. The number of images per subject varies from 10-20 images.
|
| 16 |
|
| 17 |
-
<img src="./yollava-dataset.png" alt="YoLLaVA Data">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- personalized
|
| 10 |
- personalized-vlm
|
| 11 |
---
|
| 12 |
+
# [Yo'LLaVA Dataset](https://thaoshibe.github.io/YoLLaVA/) (NeurIPS 2024)
|
| 13 |
|
| 14 |
A dataset of 40 personalized subjects: Person (10), Pets (5), Landmarks (5), Objects (15), and Fiction Characters (5).
|
| 15 |
+
|
| 16 |
The dataset is divided into train and test splits. The number of images per subject varies from 10-20 images.
|
| 17 |
|
| 18 |
+
<img src="./yollava-dataset.png" alt="YoLLaVA Data">
|
| 19 |
+
|
| 20 |
+
```
|
| 21 |
+
@inproceedings{yochameleon,
|
| 22 |
+
author = {Thao Nguyen and Krishna Kumar Singh and Jing Shi and Trung Bui and Yong Jae Lee and Yuheng Li},
|
| 23 |
+
title = {Yo\textquotesingle Chameleon: Personalized Vision and Language Generation},
|
| 24 |
+
year = {2025},
|
| 25 |
+
booktitle = {Proceedings of the {IEEE} Conference on Computer Vision and Pattern Recognition (CVPR)}
|
| 26 |
+
}
|
| 27 |
+
|
| 28 |
+
@inproceedings{yollava,
|
| 29 |
+
author = {Nguyen, Thao and Liu, Haotian and Li, Yuheng and Cai, Mu and Ojha, Utkarsh and Lee, Yong Jae},
|
| 30 |
+
booktitle = {Advances in Neural Information Processing Systems},
|
| 31 |
+
title = {Yo\textquotesingle LLaVA: Your Personalized Language and Vision Assistant},
|
| 32 |
+
year = {2024}
|
| 33 |
+
}
|
| 34 |
+
```
|