serre-lab / Adversarial-Alignment

Scaling-up deep neural networks to improve their performance on ImageNet makes them more tolerant to adversarial attacks, but successful attacks on these models are misaligned with human perception.
https://serre-lab.github.io/Adversarial-Alignment/
MIT License
6 stars 1 forks source link

About ClickMe dataset used in the paper #2

Open study0098 opened 4 days ago

study0098 commented 4 days ago

Hi!

Thanks for this great work, it's really interesting. I have a question about the ClickMe dataset used in the paper: As said in the paper, the dataset contains nearly 200000 images. However, when I download the data from https://connectomics.clps.brown.edu/tf_records/clicktionary_files/, I find that the training data contains 325644 images. Could you please let me know the difference between the data used in your paper and the data downloaded as aforementioned? Moreover, are all the training samples of ClickMe datasets from the ImageNet training set, and is there any mapping between them? Thanks in advance for your help! I do apologize if these questions are repetitive.

drewlinsley commented 1 day ago

Thanks for the message! Our original ClickMe dataset contains clickmaps for a subset of all images in ImageNet. To harmonize models with these data, we only compute the alignment loss on those images where we have clickmaps. We have TFRecords with the full ImageNet/ClickMe dataset compiled together. I will dig it up — stay tuned.

drewlinsley commented 1 day ago

All ImageNet images + ClickMe maps (on a subset of all of them) https://connectomics.clps.brown.edu/tf_records/archive/clickme_train.tfrecords https://connectomics.clps.brown.edu/tf_records/archive/clickme_train_meta.npz

https://connectomics.clps.brown.edu/tf_records/archive/clickme_val.tfrecords https://connectomics.clps.brown.edu/tf_records/archive/clickme_val_meta.tfrecords

https://connectomics.clps.brown.edu/tf_records/archive/clickme_test.tfrecords https://connectomics.clps.brown.edu/tf_records/archive/clickme_test_meta.tfrecords