---
name: digital-arts-research
description: "Research workflow for AI/Computational Art, Creative AI, Generative Art, and Human-AI Collaboration — covers literature, tools, evaluation methods, and writing for CHI, NeurIPS, DAC, and art venues."
version: 1.0.0
author: Hermes Agent
license: MIT
platforms: [linux, macos, windows]
metadata:
  hermes:
    tags: [AI Art, Computational Art, Generative Art, Creative AI, Digital Humanities, Human-AI Collaboration, Aesthetics]
    category: research
    related_skills: [openalex, arxiv, academic-writing, humanities-research]
    requires_toolsets: [terminal, web]
---

# Digital Arts Research — AI & Computational Creativity

Research workflow at the intersection of artificial intelligence and the arts. Covers: generative art, computational creativity, human-AI collaboration, AI aesthetics, and digital humanities methods.

## When To Use

- Research on AI-generated art, music, or literature
- Study of human-AI creative collaboration
- Computational approaches to art history, visual culture, or musicology
- Ethics and aesthetics of AI creativity
- Work targeting venues like CHI, NeurIPS (AI+Arts workshop), DAC, ACM MM, Leonardo, etc.

## Research Landscape Overview

### Key Communities

| Community | Venue | Focus |
|-----------|-------|-------|
| AI + Art | NeurIPS AI/Arts Workshop, DAC | Generative models, creative agents |
| HCI + Art | CHI, CSCW | Human-AI collaboration, interactive art |
| Digital Humanities | DH conferences, JDMDH | Computational methods in art history, archives |
| Media Studies | New Media journals | Theory of digital/aesthetic experience |
| Philosophy of Art | Philosophical journals | AI consciousness, aesthetic value, creativity |
| Creative Coding | ICLI, GECCO, EvoMUSART | Computational creativity, algorithmic art |

### Key Conferences & Journals

```
# AI+Art / Generative Systems
NeurIPS AI, Society, and Ethics (ASE) workshop
Design Automation Conference (DAC)
ICML / NeurIPS (creative applications)
ACM SIGGRAPH (graphics, generative media)

# Human-Computer Interaction
CHI (special interest on creativity tools)
CSCW

# Digital Humanities
Digital Humanities Conference (DH)
Journal of Data Mining and Digital Humanities (JDMDH)
Digital Scholarship in the Humanities

# Art & Media Theory
Leonardo (MIT Press) — art, science, technology
Media + Arts
Visual Communication
```

## Literature Sources

### Primary: AI/ML Papers (Use `arxiv` skill)
```
Search: "text-to-image", "generative art", "creative adversarial", "computational creativity", "aesthetic learning", "style transfer", "neural art", "music generation", "AI creativity"
```

### Secondary: Humanities/Art Papers (Use `openalex`)
```
Filter domain: D3 (Arts), D6 (CS), or interdisciplinary
Search: "digital aesthetics", "computational creativity", "human-AI art", "generative visual"
```

### Specialized Databases

| Source | What It Covers |
|--------|---------------|
| ACM Digital Library | CHI, SIGGRAPH, MM — HCI + multimedia |
| IEEE Xplore | Engineering, signal processing, music |
| JSTOR | Art history, visual culture, media theory |
| PhilPapers | Philosophy of art, aesthetics, creativity |
| Getty Research Portal | Art archives, primary sources |
| arXiv | CS/AI generative models |
| Google Scholar | Cross-disciplinary |

## Research Question Patterns

### Pattern 1: Technical System + Aesthetic Evaluation
```
"How do different [generative methods] affect [perceived aesthetic quality / novelty / emotional response]?"
```
→ Requires: user study or computational evaluation

### Pattern 2: Human-AI Collaboration
```
"How do [creatives] integrate AI tools into [their creative practice], and what does this reveal about [creative cognition / authorship]?"
```
→ Requires: ethnographic/qualitative study

### Pattern 3: Art Historical / Theoretical
```
"How does [AI-generated work] reconfigure [established concepts of authorship / creativity / authenticity]?"
```
→ Requires: theoretical framework + close reading

### Pattern 4: Cultural / Social Impact
```
"What ethical and aesthetic concerns arise from [widespread AI art generation], and how do [artists/institutions] respond?"
```
→ Requires: discourse analysis or qualitative interviews

## Evaluation Methods

### Computational Evaluation
| Method | What It Measures | Tools |
|--------|-----------------|-------|
| FID / IS | Diversity and quality of generated images | `torchmetrics`, `clean-fid` |
| User Study (Likert) | Perceived creativity, aesthetics, novelty | surveys, statistical analysis |
| Expert Evaluation | Artistic merit, technical innovation | rubric-based review |
| Market/Adoption Analysis | Cultural impact, usage patterns | dataset analysis |

### Qualitative Evaluation
| Method | What It Measures | Notes |
|--------|-----------------|-------|
| Artist Interviews | Process, intention, tool relationship | IRB, consent critical |
| Discourse Analysis | How AI art is discussed/critiqued | Critical theory lens |
| Exhibition Review | Reception, context, institutional framing | Case study method |

### Aesthetic Theory Frameworks
- **Berys Gaut**: Creativity as making something that is both novel and valuable
- **Margaret Boden**: Combinational, exploratory, transformational creativity
- **Levi Bryant**: Object-oriented aesthetics — autonomy of the artwork
- **Claire Bishop**: Relational aesthetics, participation, spectacle

## Key Theoretical Concepts

### Authorship & Creativity
| Concept | Thinkers | Key Question |
|---------|---------|---------------|
| Death of the author | Barthes, Foucault | Does AI dissolve authorial identity? |
| Distributed creativity | CPS | Is AI a creative partner, tool, or medium? |
| Authenticity | Baudrillard, Benjamin | Can AI work have aura or authenticity? |
| Aesthetic judgment | Kant | Does AI require sensibility or taste? |

### Technical Concepts (for Humanities Researchers)

| Concept | Plain English | Relevance |
|---------|--------------|-----------|
| Diffusion Models | Learns to reverse noise → image | Basis of Stable Diffusion, Midjourney |
| CLIP | Connects images and text | Foundation of text-to-image |
| GAN | Two networks compete to generate | Classic generative approach |
| Style Transfer | Apply artistic style to content | Gatys et al. 2015 |
| Prompt Engineering | Crafting text inputs for AI art | New form of artistic practice? |

## Search Commands

### Quick Literature Search

```bash
# Generative art & AI creativity
curl -s "https://api.openalex.org/works?search=AI+creativity+aesthetics&filter=primary_topic.domain.id:D6&per_page=10&sort=cited_by_count:desc"

# Human-AI creative collaboration
curl -s "https://api.openalex.org/works?search=human+AI+collaboration+art&filter=primary_topic.domain.id:D6&per_page=10"

# Digital humanities art history
curl -s "https://api.openalex.org/works?search=digital+art+history+method&filter=primary_topic.domain.id:D3&per_page=10"

# arXiv: generative models for art
curl -s "https://export.arxiv.org/api/query?search_query=all:generative+art+creativity&max_results=10&sortBy=citedByCount"
```

## Writing for Dual Audiences

AI+Art papers must satisfy both technical and humanistic reviewers:

### Structure for Interdisciplinary Work

```
Abstract:
  - Lead with the humanistic/artistic contribution (accessible hook)
  - Mention the technical method briefly
  - End with broader implications

Introduction:
  - Start with art/culture problem (not technical problem)
  - Frame as: "This intersection of [artistic question] and [technical capability]..."

Related Work:
  - Two clear sections: (1) Art/HCI literature, (2) Technical/ML literature
  - Bridge: show what technical work is missing from art discourse

Methods:
  - Technical: describe system/model clearly
  - Humanistic: describe evaluation methodology clearly
  - Avoid jargon that neither field shares

Results:
  - Present technical and humanistic results separately
  - Connect: how do the humanistic findings respond to the technical?

Discussion:
  - Bidirectional: what does this tell [technical field]? What does it tell [art field]?

Conclusion:
  - Art/method/broader impact in that order
```

### Common Rejection Reasons

| Reason | Fix |
|--------|-----|
| "Not enough technical depth" | Add ablative analysis, baselines, metrics |
| "Not enough art theory" | Engage substantively with art criticism, not just describe work |
| "Unclear contribution" | Lead with the interdisciplinary synthesis, not two separate contributions |
| "Missing related work" | Cover both HCI/arts AND ML venues |

## Ethical Considerations

| Issue | Considerations |
|-------|----------------|
| Training data consent | Are artists credited/compensated for training data? |
| Style mimicry | Does AI copying artistic style undermine originality? |
| Aesthetic homogenization | Does AI reinforce dominant aesthetics? |
| Human artist displacement | Economic and cultural impact on creative workers |
| Authorship attribution | Who owns AI-generated work? |

## Tools Reference

| Tool | Purpose |
|------|---------|
| `arxiv` skill | ML/AI generative models papers |
| `openalex` skill | Cross-disciplinary (art, HCI, media theory) |
| `academic-writing` skill | General academic writing framework |
| `humanities-research` skill | Interpretive methods, theoretical frameworks |
