https://github.com/ukuhl/gengapchira2024
This repository contains the data and experimental code accompanying the paper: Lüdemann, R., Schulz, A., & Kuhl, U. (2024, November). Generation Gap or Diffusion Trap? How Age Affects the Detection of Personalized AI-Generated Images. In International Conference on Computer-Human Interaction Research and Applications (pp. 359-381)
https://github.com/ukuhl/gengapchira2024
age-related-differences generative-ai stable-diffusion user-behavior-analysis user-study
Last synced: about 2 months ago
JSON representation
This repository contains the data and experimental code accompanying the paper: Lüdemann, R., Schulz, A., & Kuhl, U. (2024, November). Generation Gap or Diffusion Trap? How Age Affects the Detection of Personalized AI-Generated Images. In International Conference on Computer-Human Interaction Research and Applications (pp. 359-381)
- Host: GitHub
- URL: https://github.com/ukuhl/gengapchira2024
- Owner: ukuhl
- License: cc-by-4.0
- Created: 2024-09-25T13:37:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T14:04:48.000Z (2 months ago)
- Last Synced: 2025-03-18T15:25:00.102Z (2 months ago)
- Topics: age-related-differences, generative-ai, stable-diffusion, user-behavior-analysis, user-study
- Language: Jupyter Notebook
- Homepage:
- Size: 98.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.png
Awesome Lists containing this project
README
# GenGapCHIRA2024

This repository contains the data and experimental code accompanying the paper
> Lüdemann, R., Schulz, A., & Kuhl, U. (2024, November). Generation Gap or Diffusion Trap? How Age Affects the Detection of Personalized AI-Generated Images. In International Conference on Computer-Human Interaction Research and Applications (pp. 359-381). Cham: Springer Nature Switzerland.
## Abstract
AI-generated content, particularly artificially generated im- age data, presents a fascinating challenge as it blurs the line between reality and fabrication in digital media. This study explores the ability of different age groups to distinguish between real and AI-generated images, using a custom model based on Stable Diffusion to create personalized synthetic images of the same individual. Participants (N=112) showed an overall accuracy of 87.0%, with younger individuals outperforming older ones in both detection accuracy and confidence. Older participants also took longer to make their decisions, indicating either an age-related de- cline in processing speed, or a more careful and deliberate analysis of the presented content. These findings highlight the importance of improving digital literacy across age groups and developing robust detection tools to better equip users to navigate an increasingly AI-driven digital landscape.
## Ressources used for model training / image generation in `GenGap_dreambooth`:
- `GenGap_dreambooth/class-images`:
- images generated using the "class prompt" (in our case, "a man"), important to preserve this concept in DreamBooth training
- `GenGap_dreambooth/instance-images`:
- images representing the visual concept we will be teaching the model
- `GenGap_dreambooth/GenGap_dreambooth_training_and_generation.ipynb`:
- [GenGap_dreambooth/GenGap_dreambooth_training_and_generation.ipynb](GenGap_dreambooth/GenGap_dreambooth_training_and_generation.ipynb)![]()
- notebook detailing the training process and subsequent image generation process## Ressources used in user study in `GenGap_studyData`:
- `GenGap_studyData/GenGap_images/*`:
- final image dataset used in user study, separated in subdirectories `artificial`, `real`, and `validation`.
- `GenGap_studyData/GenGap_surveyData.xlsx`:
- raw data obtained from user study
- `GenGap_studyData/GenGap_surveyStructure_limesurvey.lss`:
- structure of the entire survey (groups, questions, subquestions, answers, and conditions); XML file## Statistical analysis in `GenGap_stats`:
- `GenGap_studyData/GenGap_a-priori-poweranalysis.R`:
- R script to perform a-priori power analysis
- [GenGap_stats/GenGap_userStudy_evaluation.ipynb](GenGap_stats/GenGap_userStudy_evaluation.ipynb)![]()
- notebook detailing the entire statistical analysis of user data## License
![]()
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.## How to cite
Lüdemann, R., Schulz, A., & Kuhl, U. (2024, November). Generation Gap or Diffusion Trap? How Age Affects the Detection of Personalized AI-Generated Images. In International Conference on Computer-Human Interaction Research and Applications (pp. 359-381). Cham: Springer Nature Switzerland.
```
@inproceedings{ludemann2024generation,
title={Generation Gap or Diffusion Trap? How Age Affects the Detection of Personalized AI-Generated Images},
author={L{\"u}demann, Ren{\'e} and Schulz, Alexander and Kuhl, Ulrike},
booktitle={International Conference on Computer-Human Interaction Research and Applications},
pages={359--381},
year={2024},
organization={Springer}
}
```