Update README.md
Browse files
README.md
CHANGED
|
@@ -11,28 +11,28 @@ dataset_info:
|
|
| 11 |
'1': '1'
|
| 12 |
splits:
|
| 13 |
- name: test
|
| 14 |
-
num_bytes: 751052953
|
| 15 |
num_examples: 32768
|
| 16 |
- name: train
|
| 17 |
-
num_bytes: 6116336231
|
| 18 |
num_examples: 262144
|
| 19 |
- name: val
|
| 20 |
-
num_bytes: 768776855
|
| 21 |
num_examples: 32768
|
| 22 |
- name: train800
|
| 23 |
-
num_bytes: 18620655
|
| 24 |
num_examples: 800
|
| 25 |
- name: val200
|
| 26 |
-
num_bytes: 4690607
|
| 27 |
num_examples: 200
|
| 28 |
- name: train800val200
|
| 29 |
-
num_bytes: 23311262
|
| 30 |
num_examples: 1000
|
| 31 |
- name: trainval
|
| 32 |
-
num_bytes: 6885113086
|
| 33 |
num_examples: 294912
|
| 34 |
download_size: 14581924165
|
| 35 |
-
dataset_size: 14567901649
|
| 36 |
configs:
|
| 37 |
- config_name: default
|
| 38 |
data_files:
|
|
@@ -50,4 +50,20 @@ configs:
|
|
| 50 |
path: data/train800val200-*
|
| 51 |
- split: trainval
|
| 52 |
path: data/trainval-*
|
|
|
|
| 53 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
'1': '1'
|
| 12 |
splits:
|
| 13 |
- name: test
|
| 14 |
+
num_bytes: 751052953
|
| 15 |
num_examples: 32768
|
| 16 |
- name: train
|
| 17 |
+
num_bytes: 6116336231
|
| 18 |
num_examples: 262144
|
| 19 |
- name: val
|
| 20 |
+
num_bytes: 768776855
|
| 21 |
num_examples: 32768
|
| 22 |
- name: train800
|
| 23 |
+
num_bytes: 18620655
|
| 24 |
num_examples: 800
|
| 25 |
- name: val200
|
| 26 |
+
num_bytes: 4690607
|
| 27 |
num_examples: 200
|
| 28 |
- name: train800val200
|
| 29 |
+
num_bytes: 23311262
|
| 30 |
num_examples: 1000
|
| 31 |
- name: trainval
|
| 32 |
+
num_bytes: 6885113086
|
| 33 |
num_examples: 294912
|
| 34 |
download_size: 14581924165
|
| 35 |
+
dataset_size: 14567901649
|
| 36 |
configs:
|
| 37 |
- config_name: default
|
| 38 |
data_files:
|
|
|
|
| 50 |
path: data/train800val200-*
|
| 51 |
- split: trainval
|
| 52 |
path: data/trainval-*
|
| 53 |
+
license: cc0-1.0
|
| 54 |
---
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
# VTAB PatchCamelyon
|
| 58 |
+
|
| 59 |
+
This dataset has been used for the paper [Fantastic Features and Where to Find Them: A Probing Method to combine Features from Multiple Foundation Models](https://bramtoula.github.io/combo/) (NeurIPS 2025).
|
| 60 |
+
|
| 61 |
+
It reproduces the settings (splits, labels) used for the Visual Task Adaptation Benchmark (VTAB).
|
| 62 |
+
- **VTAB Paper:** [A Large-scale Study of Representation Learning with the Visual Task Adaptation Benchmark](https://arxiv.org/abs/1910.04867)
|
| 63 |
+
- **VTAB Repository:** [google-research/task_adaptation](https://github.com/google-research/task_adaptation)
|
| 64 |
+
|
| 65 |
+
Details of the original dataset:
|
| 66 |
+
- **Original Citations:**
|
| 67 |
+
- PatchCamelyon: B. S. Veeling, J. Linmans, J. Winkens, T. Cohen, M. Welling. "Rotation Equivariant CNNs for Digital Pathology". [arXiv:1806.03962](http://arxiv.org/abs/1806.03962).
|
| 68 |
+
- Original Camelyon16 dataset : Ehteshami Bejnordi et al. Diagnostic Assessment of Deep Learning Algorithms for Detection of Lymph Node Metastases in Women With Breast Cancer. JAMA: The Journal of the American Medical Association, 318(22), 2199–2210. [doi:jama.2017.14585](https://doi.org/10.1001/jama.2017.14585).
|
| 69 |
+
- **Original Homepage:** [PatchCamelyon GitHub](https://github.com/basveeling/pcam)
|