CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes7downloads
Dataset Card

EmoArt: A Large-Scale Emotion-Annotated Artistic Dataset

![Dataset](https://huggingface.co/datasets/printblue/EmoArt-130k) ![License](LICENSE)

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:

VersionSizeDescriptionUse Case
[EmoArt-130k](https://huggingface.co/datasets/printblue/EmoArt-130k)132,664 imagesComplete dataset with full coverageProduction models, comprehensive research
[EmoArt-5k](https://huggingface.co/datasets/printblue/EmoArt-5k)5,600 imagesCurated subset (100 per style)Prototyping, education, resource-constrained environments

Quick Start

Download by Category

Access individual artistic categories as needed:

bash
# 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.json

Load with Python

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 file

Architecture 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:

json
{
    "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:

CategoryFocusKey StylesCultural Scope
ClassicsTraditional masteryRealism, Renaissance, Baroque, NeoclassicismWestern classical tradition
Modern EdgeRevolutionary movementsCubism, Expressionism, Futurism, DadaismEarly 20th century innovation
East SpiritAsian traditionsChinese Painting, Ukiyo-e, Sumi-e, MiniaturesEast Asian artistic heritage
Chromatic SoulColor explorationFauvism, Color Field, Abstract ExpressionismColor-centric movements
Dream VisionsSurreal imaginationSurrealism, Abstract Art, SymbolismSubconscious and dreamlike art
Form & FlowGeometric precisionMinimalism, Constructivism, Op ArtStructural and mathematical art
Social MirrorCultural commentarySocial Realism, Political Art, Street ArtSocially engaged art

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:

ModelImage Quality โ†‘Emotion Alignment โ†‘FID Score โ†“Training Efficiency
FLUX.1-dev-lora0.66040.669831.65High
PixArt-sigma0.65050.634236.23Medium
FLUX.1-dev0.63920.622821.29Medium
Playground0.64860.624742.57Low

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

  1. 1.Browse the dataset on Hugging Face to understand scope and structure
  2. 2.Start with EmoArt-5k for initial experiments and prototyping
  3. 3.Download specific categories relevant to your research focus
  4. 4.Scale to EmoArt-130k for comprehensive model training

For Developers

  1. 1.Use the Python API for seamless integration
  2. 2.Implement modular loading to manage memory efficiently
  3. 3.Leverage the annotation structure for multi-task learning
  4. 4.Contribute improvements back to the community

Resources & Support

Documentation & Code

Community & Support


"Art enables us to find ourselves and lose ourselves at the same time." EmoArt enables AI to do the same.