File size: 1,741 Bytes
fb1ee82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
license: mit
task_categories:
  - image-classification
tags:
  - domain-generalization
  - computer-vision
  - benchmark
pretty_name: PACS
---

# PACS Dataset

## Overview

PACS is a benchmark dataset for **domain generalization** in image classification, 
introduced in "Deeper, Broader and Artier Domain Generalization" (Li et al., ICCV 2017).

It contains **9,991 images** across **4 domains** and **7 object categories**, 
with significantly larger domain shift than prior benchmarks like VLCS — 
averaging a 20.2% cross-domain performance drop versus 10.0% for VLCS.

## Domains

| Domain | Description |
|---|---|
| **P** — Photo | Real photographs |
| **A** — Art Painting | Artistic paintings |
| **C** — Cartoon | Cartoon-style illustrations |
| **S** — Sketch | Hand-drawn sketches |

## Classes

7 categories: **dog, elephant, giraffe, guitar, horse, house, person**

## Dataset Statistics

| Domain | Images |
|---|---|
| Photo | ~1,670 |
| Art Painting | ~2,048 |
| Cartoon | ~2,344 |
| Sketch | ~3,929 |
| **Total** | **9,991** |

## Usage

The standard evaluation protocol is **leave-one-domain-out**: train on 3 domains, 
test on the held-out domain. This yields 4 cross-domain tasks:
- Train on A, C, S → Test on P
- Train on P, C, S → Test on A
- Train on P, A, S → Test on C
- Train on P, A, C → Test on S

## Citation

```bibtex
@inproceedings{li2017deeper,
  title={Deeper, Broader and Artier Domain Generalization},
  author={Li, Da and Yang, Yongxin and Song, Yi-Zhe and Hospedales, Timothy M},
  booktitle={ICCV},
  year={2017}
}
```

## Uploaded By

Mohammed Azeez Khan — used for domain generalization experiments at 
Carnegie Mellon University (EEG P300, motor imagery, fMRI neuroimaging).