imagenet_a

ImageNet-A הוא קבוצה של תמונות המסומנות בתוויות ImageNet שהתקבלו על ידי איסוף נתונים חדשים ושמירה רק על התמונות שדגמי ResNet-50 לא מצליחים לסווג נכון. לפרטים נוספים נא לעיין בעיתון.

שטח התווית זהה לזה של ImageNet2012. כל דוגמה מיוצגת כמילון עם המפתחות הבאים:

לְפַצֵל דוגמאות
'test' 7,500
  • מבנה תכונה :
FeaturesDict({
    'file_name': Text(shape=(), dtype=string),
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
שם קובץ טֶקסט חוּט
תמונה תמונה (אין, אין, 3) uint8
תווית ClassLabel int64

רְאִיָה

  • ציטוט :
@article{hendrycks2019nae,
  title={Natural Adversarial Examples},
  author={Dan Hendrycks and Kevin Zhao and Steven Basart and Jacob Steinhardt and Dawn Song},
  journal={arXiv preprint arXiv:1907.07174},
  year={2019}
}