SlowQZK123/EmoArt-130k
EmoArt: A Large-Scale Emotion-Annotated Artistic Dataset Overview EmoArt is a comprehensive, large-scale emotion-annotated artistic dataset containing 132,664 high-resolution artworks spanning 56 painting styles across 7 thematic categories. This dataset bridges the gap between visual art and emotional computing, enabling groundbreaking research in emotion-aware AI systems. Key Statistics ๐ 132,664 artworks with rich emotional annotations ๐จ 56โฆ See the full description on the dataset page: https://huggingface.co/datasets/SlowQZK123/EmoArt-130k.
EmoArt: A Large-Scale Emotion-Annotated Artistic Dataset
 
Overview
EmoArt is a comprehensive, large-scale emotion-annotated artistic dataset containing 132,664 high-resolution artworks spanning 56 painting styles across 7 thematic categories. This dataset bridges the gap between visual art and emotional computing, enabling groundbreaking research in emotion-aware AI systems.
Key Statistics
- ๐ 132,664 artworks with rich emotional annotations
- ๐จ 56 distinct painting styles from global art traditions
- ๐ 7 thematic categories covering diverse artistic movements
- ๐ง Multi-dimensional emotion labeling with therapeutic insights
- ๐ค GPT-4o enhanced annotations with human validation
Dataset Versions
We provide two carefully curated versions to meet different research needs:
Quick Start
Download by Category
Access individual artistic categories as needed:
# Download specific category (e.g., Cubism)
wget https://huggingface.co/datasets/printblue/EmoArt-130k/resolve/main/Cubism.tar.gz
tar -xzvf Cubism.tar.gz
# Download all annotations (single file)
wget https://huggingface.co/datasets/printblue/EmoArt-130k/resolve/main/Annotation.jsonLoad with Python
from datasets import load_dataset
# Authenticate with Hugging Face
# Run: huggingface-cli login
# Load the complete dataset
ds = load_dataset("printblue/EmoArt-130k")Dataset Architecture
File Organization
The dataset follows a modular structure for efficient access and storage:
EmoArt Dataset/
โโโ Classics.tar.gz # Traditional art styles
โโโ Modern_Edge.tar.gz # Modern movements
โโโ East_Spirit.tar.gz # Asian art traditions
โโโ Chromatic_Soul.tar.gz # Color-focused styles
โโโ Dream_Visions.tar.gz # Surreal and abstract works
โโโ Form_Flow.tar.gz # Minimalist and geometric styles
โโโ Social_Mirror.tar.gz # Social and political art
โโโ Annotation.json # Unified annotation fileArchitecture Benefits:
- ๐ Modular downloads: Access only needed categories
- ๐ Centralized annotations: Single JSON file for all metadata
- ๐พ Storage efficient: Compressed tar.gz format
- ๐ Fast experimentation: Category-specific access
Individual Category Structure
Each category archive contains organized image files:
{Category}.tar.gz
โโโ images/
โโโ image_00001.jpg
โโโ image_00002.jpg
โโโ image_00003.jpg
โโโ ... (category-specific count)Annotation Framework
Comprehensive Annotation Schema
The unified Annotation.json provides rich metadata for every artwork:
{
"request_id": "{Art_Category}_request-1",
"description": {
"first_section": {
"description": "Detailed visual and compositional analysis of the artwork"
},
"second_section": {
"visual_attributes": {
"brushstroke": "Technical analysis of brushwork and application",
"color": "Color palette, saturation, and harmony assessment",
"composition": "Structural organization and visual flow analysis",
"light_and_shadow": "Illumination, contrast, and depth evaluation",
"line_quality": "Line characteristics and stylistic execution"
},
"emotional_impact": "Comprehensive emotional response and psychological effect analysis"
},
"third_section": {
"emotional_arousal_level": "High/Low",
"emotional_valence": "Positive/Negative",
"dominant_emotion": "Primary emotional category",
"healing_effects": ["Therapeutic and wellness applications"]
}
},
"image_path": "Images\\{Category}\\{filename}.jpg"
}Annotation Dimensions
Each artwork includes multi-layered emotional and visual analysis:
Emotional Intelligence
- 12 Core Emotions: Joy, Sadness, Anger, Fear, Surprise, Disgust, Calm, Excitement, and more
- Valence Classification: Positive/Negative emotional tone
- Arousal Assessment: High/Low emotional intensity
- Dominant Response: Primary emotional impact
Visual Analysis Framework
- Brushstroke Technique: Application method and artistic execution
- Color Psychology: Palette choices and emotional resonance
- Compositional Structure: Visual organization and flow
- Light Dynamics: Illumination patterns and contrast usage
- Linear Expression: Line quality and stylistic character
Therapeutic Applications
- Healing Potential: Stress relief, mood enhancement, contemplative benefits
- Wellness Integration: Applications in art therapy and mental health
Artistic Categories
Thematic Organization
The dataset encompasses seven major artistic domains:
Style Coverage
The dataset represents the full spectrum of global artistic expression across cultures and time periods, ensuring comprehensive coverage for cross-cultural emotion research.
Performance Benchmarks
Emotion-Aware Generation Models
Evaluation results on state-of-the-art diffusion models:
Higher scores indicate better performance for Quality and Emotion Alignment; lower FID scores indicate better image quality.
Research Applications
Core Research Areas
- Emotion-Aware AI: Training models that understand and generate emotionally resonant content
- Affective Computing: Bridging human emotion and computational understanding
- Cross-Modal Learning: Vision-language models with emotional intelligence
- Computational Aesthetics: Quantifying beauty and emotional impact in art
- Digital Art Therapy: AI-assisted therapeutic applications
Practical Applications
- Content Generation: Emotion-driven artistic creation
- Therapeutic Tools: AI-powered art therapy systems
- Cultural Studies: Cross-cultural emotion perception research
- Educational Technology: Interactive art history and emotion learning
- Creative Industries: Emotion-aware design and marketing tools
Quality Assurance
Ethical Standards
- โ Open Access Only: Exclusively public domain and Creative Commons works
- ๐ Content Filtering: Manual review for sensitive or inappropriate material
- ๐ Cultural Balance: Representative sampling across global art traditions
- ๐ฅ Human Oversight: Expert validation of AI-generated annotations
Technical Quality
- ๐ผ๏ธ High Resolution: Professional-quality image standards
- ๐ค AI-Human Hybrid: GPT-4o annotations with human expert validation
- ๐ Consistency Checks: Standardized annotation protocols
- ๐ Continuous Improvement: Community feedback integration
Getting Started
For Researchers
- Browse the dataset on Hugging Face to understand scope and structure
- Start with EmoArt-5k for initial experiments and prototyping
- Download specific categories relevant to your research focus
- Scale to EmoArt-130k for comprehensive model training
For Developers
- Use the Python API for seamless integration
- Implement modular loading to manage memory efficiently
- Leverage the annotation structure for multi-task learning
- Contribute improvements back to the community
Resources & Support
Documentation & Code
- ๐ Research Paper: MM'25 Conference Publication
- ๐ป Source Code: GitHub Repository
- ๐ Benchmarks: Performance baselines and evaluation metrics
Community & Support
- ๐ง Contact: zhangcheng2122@jlu.edu.com
- ๐ Bug Reports: GitHub Issues
- ๐ฌ Discussions: Hugging Face Community
"Art enables us to find ourselves and lose ourselves at the same time." EmoArt enables AI to do the same.
