イメージネット_r
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ImageNet-R は、アート、漫画、deviantart、落書き、刺繍、グラフィックス、折り紙、絵画、パターン、プラスチック オブジェクト、ぬいぐるみ、彫刻、スケッチ、タトゥー、おもちゃ、およびImageNet クラスのビデオ ゲーム レンディション。 ImageNet-R には 200 の ImageNet クラスのレンディションがあり、結果として 30,000 の画像が得られます。新しいデータを収集し、ResNet-50 モデルが正しく分類できなかった画像のみを保持することによって。詳細については、論文を参照してください。
ラベル空間はImageNet2012と同じです。各例は、次のキーを持つ辞書として表されます。
FeaturesDict({
'file_name': Text(shape=(), dtype=string),
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
特徴 | クラス | 形 | Dタイプ | 説明 |
---|
| 特徴辞書 | | | |
ファイル名 | 文章 | | 弦 | |
画像 | 画像 | (なし、なし、3) | uint8 | |
ラベル | クラスラベル | | int64 | |

@article{hendrycks2020many,
title={The Many Faces of Robustness: A Critical Analysis of Out-of-Distribution Generalization},
author={Dan Hendrycks and Steven Basart and Norman Mu and Saurav Kadavath and Frank Wang and Evan Dorundo and Rahul Desai and Tyler Zhu and Samyak Parajuli and Mike Guo and Dawn Song and Jacob Steinhardt and Justin Gilmer},
journal={arXiv preprint arXiv:2006.16241},
year={2020}
}
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-06-01 UTC。
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# imagenet_r\n\n\u003cbr /\u003e\n\n- **Description**:\n\nImageNet-R is a set of images labelled with ImageNet labels that were obtained\nby collecting art, cartoons, deviantart, graffiti, embroidery, graphics,\norigami, paintings, patterns, plastic objects, plush objects, sculptures,\nsketches, tattoos, toys, and video game renditions of ImageNet classes.\nImageNet-R has renditions of 200 ImageNet classes resulting in 30,000 images. by\ncollecting new data and keeping only those images that ResNet-50 models fail to\ncorrectly classify. For more details please refer to the paper.\n\nThe label space is the same as that of ImageNet2012. Each example is represented\nas a dictionary with the following keys:\n\n- 'image': The image, a (H, W, 3)-tensor.\n- 'label': An integer in the range \\[0, 1000).\n- 'file_name': A unique sting identifying the example within the dataset.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/imagenet-r)\n\n- **Homepage** :\n \u003chttps://github.com/hendrycks/imagenet-r\u003e\n\n- **Source code** :\n [`tfds.datasets.imagenet_r.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/imagenet_r/imagenet_r_dataset_builder.py)\n\n- **Versions**:\n\n - `0.1.0`: No release notes.\n - **`0.2.0`** (default): Fix file_name, from absolute path to path relative to imagenet-r directory, ie: \"imagenet_synset_id/filename.jpg\".\n- **Download size** : `2.04 GiB`\n\n- **Dataset size** : `2.02 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------|----------|\n| `'test'` | 30,000 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'file_name': Text(shape=(), dtype=string),\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|-----------|--------------|-----------------|--------|-------------|\n| | FeaturesDict | | | |\n| file_name | Text | | string | |\n| image | Image | (None, None, 3) | uint8 | |\n| label | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @article{hendrycks2020many,\n title={The Many Faces of Robustness: A Critical Analysis of Out-of-Distribution Generalization},\n author={Dan Hendrycks and Steven Basart and Norman Mu and Saurav Kadavath and Frank Wang and Evan Dorundo and Rahul Desai and Tyler Zhu and Samyak Parajuli and Mike Guo and Dawn Song and Jacob Steinhardt and Justin Gilmer},\n journal={arXiv preprint arXiv:2006.16241},\n year={2020}\n }"]]