Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- Domain Generalization
|
7 |
+
- Multimodal Learning
|
8 |
+
pretty_name: Human-Animal-Cartoon
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
+
task_categories:
|
12 |
+
- zero-shot-classification
|
13 |
+
---
|
14 |
+
## Human-Animal-Cartoon dataset
|
15 |
+
|
16 |
+
Our Human-Animal-Cartoon (HAC) dataset consists of seven actions (‘sleeping’, ‘watching tv’, ‘eating’, ‘drinking’, ‘swimming’, ‘running’, and ‘opening door’) performed by humans, animals, and cartoon figures, forming three different domains. We collect 3381 video clips from the internet with around 1000 for each domain and provide three modalities in our dataset: video, audio, and pre-computed optical flow.
|
17 |
+
|
18 |
+
The dataset can be used for **Multi-modal Domain Generalization and Adaptation**. More details are in [SimMMDG](https://arxiv.org/abs/2310.19795) paper and [code](https://github.com/donghao51/SimMMDG).
|
19 |
+
|
20 |
+
## Related Projects
|
21 |
+
|
22 |
+
[SimMMDG](https://github.com/donghao51/SimMMDG): A Simple and Effective Framework for Multi-modal Domain Generalization
|
23 |
+
|
24 |
+
[MOOSA](https://github.com/donghao51/MOOSA): Towards Multimodal Open-Set Domain Generalization and Adaptation through Self-supervision
|
25 |
+
|
26 |
+
[MultiOOD](https://github.com/donghao51/MultiOOD): Scaling Out-of-Distribution Detection for Multiple Modalities
|
27 |
+
|
28 |
+
## Citation
|
29 |
+
|
30 |
+
If you find our dataset useful in your research please consider citing our paper:
|
31 |
+
|
32 |
+
```
|
33 |
+
@inproceedings{dong2023SimMMDG,
|
34 |
+
title={Sim{MMDG}: A Simple and Effective Framework for Multi-modal Domain Generalization},
|
35 |
+
author={Dong, Hao and Nejjar, Ismail and Sun, Han and Chatzi, Eleni and Fink, Olga},
|
36 |
+
booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
|
37 |
+
year={2023}
|
38 |
+
}
|
39 |
+
```
|
40 |
+
|
41 |
+
<img src="hac.jpg" width="50%" height="50%">
|