SNUMPR commited on
Commit
79c3d02
·
verified ·
1 Parent(s): cfc2d3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -2
README.md CHANGED
@@ -14,9 +14,24 @@ size_categories:
14
  FL Benchmark originally proposed in [FedDAT](https://arxiv.org/abs/2308.12305), and modified by ourselves, splitting each dataset into different subtasks for task incremental learning setup in [FedMosaic (ICLR 2026)](https://openreview.net/forum?id=0g5Dk4Qfh0).
15
  Please checkout configuration of HFLB in the [paper](https://openreview.net/forum?id=0g5Dk4Qfh0)
16
 
17
- ## Dataset Credits & References
 
 
 
 
 
 
 
 
 
 
18
 
19
- DRAKE builds on the following publicly available datasets. **Please cite the original works** when using DRAKE in your research:
 
 
 
 
 
20
 
21
  ```bibtex
22
  @inproceedings{hudson2019gqa,
@@ -26,13 +41,50 @@ DRAKE builds on the following publicly available datasets. **Please cite the ori
26
  year = {2019}
27
  }
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  @inproceedings{gurari2018vizwiz,
30
  title = {VizWiz Grand Challenge: Answering Visual Questions from Blind People},
31
  author = {Gurari, Danna and Li, Qing and Stangl, Abigale J. and Guo, Anhong and Lin, Chi and Grauman, Kristen and Luo, Jiebo and Bigham, Jeffrey P.},
32
  booktitle = {CVPR},
33
  year = {2018}
34
  }
 
 
 
 
 
 
 
35
  ```
 
 
36
 
37
  ## Citation
38
 
 
14
  FL Benchmark originally proposed in [FedDAT](https://arxiv.org/abs/2308.12305), and modified by ourselves, splitting each dataset into different subtasks for task incremental learning setup in [FedMosaic (ICLR 2026)](https://openreview.net/forum?id=0g5Dk4Qfh0).
15
  Please checkout configuration of HFLB in the [paper](https://openreview.net/forum?id=0g5Dk4Qfh0)
16
 
17
+ ### Constituent Datasets
18
+ | Dataset | Task Type | Reference |
19
+ |---|---|---|
20
+ | GQA | Compositional visual reasoning | Hudson & Manning, CVPR 2019 |
21
+ | Abstract VQA | Abstract-scene visual question answering | Antol et al., ICCV 2015 |
22
+ | SNLI-VE | Visual entailment | Xie et al., arXiv 2019 |
23
+ | COCO-QA | Image question answering | Ren et al., NeurIPS 2015 |
24
+ | NLVR2 | Natural-language visual reasoning over image pairs | Suhr et al., ACL 2019 |
25
+ | VizWiz | Accessibility-focused VQA | Gurari et al., CVPR 2018 |
26
+ | NLVR2 | Dual-image visual reasoning | Suhr et al., ACL 2019 |
27
+ | AQUA | Art-domain visual question answering | Garcia et al., ECCV Workshops 2020 |
28
 
29
+ ---
30
+
31
+ <details>
32
+ <summary>Dataset Credits & References</summary>
33
+
34
+ HFLB builds on the following publicly available datasets.
35
 
36
  ```bibtex
37
  @inproceedings{hudson2019gqa,
 
41
  year = {2019}
42
  }
43
 
44
+ @inproceedings{antol2015vqa,
45
+ title = {VQA: Visual Question Answering},
46
+ author = {Antol, Stanislaw and Agrawal, Aishwarya and Lu, Jiasen and Mitchell, Margaret and Batra, Dhruv and Zitnick, C. Lawrence and Parikh, Devi},
47
+ booktitle = {ICCV},
48
+ year = {2015}
49
+ }
50
+
51
+ @article{xie2019snlive,
52
+ title = {Visual Entailment: A Novel Task for Fine-Grained Image Understanding},
53
+ author = {Xie, Ning and Lai, Farley and Doran, Derek and Kadav, Asim},
54
+ journal = {arXiv preprint arXiv:1901.06706},
55
+ year = {2019}
56
+ }
57
+
58
+ @inproceedings{ren2015cocoqa,
59
+ title = {Exploring Models and Data for Image Question Answering},
60
+ author = {Ren, Mengye and Kiros, Ryan and Zemel, Richard S.},
61
+ booktitle = {NeurIPS},
62
+ year = {2015}
63
+ }
64
+
65
+ @inproceedings{suhr2019nlvr2,
66
+ title = {A Corpus for Reasoning about Natural Language Grounded in Photographs},
67
+ author = {Suhr, Alane and Zhou, Stephanie and Zhang, Ally and Zhang, Iris and Bai, Huajun and Artzi, Yoav},
68
+ booktitle = {ACL},
69
+ year = {2019}
70
+ }
71
+
72
  @inproceedings{gurari2018vizwiz,
73
  title = {VizWiz Grand Challenge: Answering Visual Questions from Blind People},
74
  author = {Gurari, Danna and Li, Qing and Stangl, Abigale J. and Guo, Anhong and Lin, Chi and Grauman, Kristen and Luo, Jiebo and Bigham, Jeffrey P.},
75
  booktitle = {CVPR},
76
  year = {2018}
77
  }
78
+
79
+ @inproceedings{garcia2020aqua,
80
+ title = {A Dataset and Baselines for Visual Question Answering on Art},
81
+ author = {Garcia, Noa and Ye, Chentao and Liu, Zihua and Hu, Qingtao and Otani, Mayu and Chu, Chenhui and Nakashima, Yuta and Mitamura, Teruko},
82
+ booktitle = {ECCV Workshops},
83
+ year = {2020}
84
+ }
85
  ```
86
+ </details>
87
+ ---
88
 
89
  ## Citation
90