pacs
收藏数据集卡片 for PACS
概述
PACS 是一个用于领域泛化的图像数据集。它包含四个领域:照片(1,670 张图像)、艺术绘画(2,048 张图像)、卡通(2,344 张图像)和素描(3,929 张图像)。每个领域包含七个类别(标签):狗、大象、长颈鹿、吉他、马、房子和人。总样本数为 9,991。
数据集详情
PACS 数据集是通过交集创建的,这些交集来自 Caltech256(照片)、Sketchy(照片、素描)、TU-Berlin(素描)和 Google Images(艺术绘画、卡通、照片)中的类别。
数据集来源
- 网站: https://sketchx.eecs.qmul.ac.uk/downloads/
- 论文: https://arxiv.org/pdf/1710.03077
- Papers with code: https://paperswithcode.com/dataset/pacs
数据集结构
数据实例
训练集的第一个实例如下: json { "image": "<PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=227x227>", "domain": "art_painting", "label": 0 }
数据分割
json DatasetDict({ train: Dataset({ features: [image, domain, label], num_rows: 9991 }) })
引用
在使用 PACS 数据集时,请引用原始论文。如果使用 Flower Datasets 和 Flower,请引用 Flower。
BibTeX:
原始论文: bibtex @misc{li2017deeperbroaderartierdomain, title={Deeper, Broader and Artier Domain Generalization}, author={Da Li and Yongxin Yang and Yi-Zhe Song and Timothy M. Hospedales}, year={2017}, eprint={1710.03077}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/1710.03077}, }
Flower: bibtex @article{DBLP:journals/corr/abs-2007-14390, author = {Daniel J. Beutel and Taner Topal and Akhil Mathur and Xinchi Qiu and Titouan Parcollet and Nicholas D. Lane}, title = {Flower: {A} Friendly Federated Learning Research Framework}, journal = {CoRR}, volume = {abs/2007.14390}, year = {2020}, url = {https://arxiv.org/abs/2007.14390}, eprinttype = {arXiv}, eprint = {2007.14390}, timestamp = {Mon, 03 Aug 2020 14:32:13 +0200}, biburl = {https://dblp.org/rec/journals/corr/abs-2007-14390.bib}, bibsource = {dblp computer science bibliography, https://dblp.org} }
数据集卡片联系
如果您对数据集预处理和准备有任何疑问,请联系 Flower Labs。




