Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cknoll/humans-vs.-cnn-effects-of-task-and-image-type
https://github.com/cknoll/humans-vs.-cnn-effects-of-task-and-image-type
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cknoll/humans-vs.-cnn-effects-of-task-and-image-type
- Owner: cknoll
- Created: 2023-06-26T08:47:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T07:06:24.000Z (8 months ago)
- Last Synced: 2024-10-13T11:31:04.444Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 5.08 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Supplementary data for "Humans-vs.-CNN-Effects-of-task-and-image-type"
## Summary
Do humans and CNN attend to similar areas during scene classification? And how does this depend on the task used to elicit human attention maps? These questions are addressed in the article **"Do humans and Convolutional Neural Networks attend to similar areas during scene classification: Effects of task and image type"** ([preprint](https://arxiv.org/abs/2307.13345)) that compares attention maps generated from human eye movements, human manual selection, or so called e**x**plainable **a**rtificial **i**ntelligence (XAI). The present repository contains the respective source code for that article:
- the CNN architecture (ResNet-152)[^1]
- the XAI method (Grad-CAM)
- the procedures for extracting attention maps from humans and CNN
- statistical evaluation e.g. for calculating dice scores.If you have any questions regarding the material please contact the corresponding author ([Romy Müller](https://tu-dresden.de/mn/psychologie/iaosp/applied-cognition/die-professur/team/romy-mueller?set_language=en)).
[^1]: Note that, while the architecture of the CNN model consists only of some 100 lines of Python code, the actual weights of the trained model is too big to publish here. Please contact us if you need the trained model for your research.