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),
})
  • เอกสารคุณสมบัติ :
ลักษณะเฉพาะ ระดับ รูปร่าง Dประเภท คำอธิบาย
คุณสมบัติDict
ชื่อไฟล์ ข้อความ สตริง
ภาพ ภาพ (ไม่มี, ไม่มี, 3) uint8
ฉลาก ป้ายกำกับคลาส 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}
}