Update README.md
Browse files
README.md
CHANGED
|
@@ -114,7 +114,7 @@ dataset_info:
|
|
| 114 |
num_bytes: 276768171.75
|
| 115 |
num_examples: 2754
|
| 116 |
- name: val
|
| 117 |
-
num_bytes: 31942022
|
| 118 |
num_examples: 306
|
| 119 |
- name: trainval
|
| 120 |
num_bytes: 308710193.5
|
|
@@ -123,13 +123,13 @@ dataset_info:
|
|
| 123 |
num_bytes: 670168354.5
|
| 124 |
num_examples: 6084
|
| 125 |
- name: train800
|
| 126 |
-
num_bytes: 80944215
|
| 127 |
num_examples: 800
|
| 128 |
- name: val200
|
| 129 |
-
num_bytes: 20954456
|
| 130 |
num_examples: 200
|
| 131 |
- name: train800val200
|
| 132 |
-
num_bytes: 101898671
|
| 133 |
num_examples: 1000
|
| 134 |
download_size: 1491513351
|
| 135 |
dataset_size: 1491386083.75
|
|
@@ -150,4 +150,18 @@ configs:
|
|
| 150 |
path: data/val200-*
|
| 151 |
- split: train800val200
|
| 152 |
path: data/train800val200-*
|
|
|
|
| 153 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
num_bytes: 276768171.75
|
| 115 |
num_examples: 2754
|
| 116 |
- name: val
|
| 117 |
+
num_bytes: 31942022
|
| 118 |
num_examples: 306
|
| 119 |
- name: trainval
|
| 120 |
num_bytes: 308710193.5
|
|
|
|
| 123 |
num_bytes: 670168354.5
|
| 124 |
num_examples: 6084
|
| 125 |
- name: train800
|
| 126 |
+
num_bytes: 80944215
|
| 127 |
num_examples: 800
|
| 128 |
- name: val200
|
| 129 |
+
num_bytes: 20954456
|
| 130 |
num_examples: 200
|
| 131 |
- name: train800val200
|
| 132 |
+
num_bytes: 101898671
|
| 133 |
num_examples: 1000
|
| 134 |
download_size: 1491513351
|
| 135 |
dataset_size: 1491386083.75
|
|
|
|
| 150 |
path: data/val200-*
|
| 151 |
- split: train800val200
|
| 152 |
path: data/train800val200-*
|
| 153 |
+
license: cc-by-4.0
|
| 154 |
---
|
| 155 |
+
|
| 156 |
+
|
| 157 |
+
# VTAB Caltech101
|
| 158 |
+
|
| 159 |
+
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).
|
| 160 |
+
|
| 161 |
+
It reproduces the settings (splits, labels) used for the Visual Task Adaptation Benchmark (VTAB).
|
| 162 |
+
- **VTAB Paper:** [A Large-scale Study of Representation Learning with the Visual Task Adaptation Benchmark](https://arxiv.org/abs/1910.04867)
|
| 163 |
+
- **VTAB Repository:** [google-research/task_adaptation](https://github.com/google-research/task_adaptation)
|
| 164 |
+
|
| 165 |
+
Details of the original dataset:
|
| 166 |
+
- **Original Citation:** Fei-Fei, Li, Robert Fergus, and Pietro Perona. "One-shot learning of object categories." IEEE Transactions on Pattern Analysis and Machine Intelligence.
|
| 167 |
+
- **Caltech 101 Homepage:** [Caltech101 on CaltechDATA](https://data.caltech.edu/records/mzrjq-6wc02)
|