Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
12
15
distortion_score_1
float64
1
5
distortion_score_2
float64
1
5
distortion_score_mos
float64
1
5
distortion_score_mos_int
int64
1
5
distortion_136
3
3
3
3
distortion_129
3
3
3
3
distortion_2182
4
4
4
4
distortion_1900
4
4
4
4
distortion_2207
3
3
3
3
distortion_374
3
3
3
3
distortion_2137
4
4
4
4
distortion_33
null
null
4
4
distortion_414
3
3
3
3
distortion_1927
4
4
4
4
distortion_1751
1
1
1
1
distortion_997
1
1
1
1
distortion_598
null
null
3
3
distortion_2043
4
4
4
4
distortion_118
null
null
5
5
distortion_1035
3
3
3
3
distortion_1385
4
4
4
4
distortion_1729
3
3
3
3
distortion_1999
3
3
3
3
distortion_616
null
null
4
4
distortion_1249
4
4
4
4
distortion_627
null
null
5
5
distortion_888
3
3
3
3
distortion_138
3
3
3
3
distortion_1915
4
4
4
4
distortion_247
3
3
3
3
distortion_1938
3
3
3
3
distortion_1135
3
3
3
3
distortion_519
null
null
4
4
distortion_1779
3
3
3
3
distortion_80
4
4
4
4
distortion_409
5
5
5
5
distortion_931
3
3
3
3
distortion_1087
4
4
4
4
distortion_2159
4
4
4
4
distortion_2151
3
3
3
3
distortion_497
null
null
3
3
distortion_1787
3
3
3
3
distortion_92
4
4
4
4
distortion_341
3
3
3
3
distortion_960
4
4
4
4
distortion_2133
3
3
3
3
distortion_2114
4
4
4
4
distortion_402
1
1
1
1
distortion_63
4
4
4
4
distortion_68
4
4
4
4
distortion_1047
4
4
4
4
distortion_903
3
3
3
3
distortion_1444
3
3
3
3
distortion_1386
3
3
3
3
distortion_1994
3
3
3
3
distortion_553
null
null
4
4
distortion_1660
3
3
3
3
distortion_2018
4
4
4
4
distortion_1766
3
3
3
3
distortion_1584
4
4
4
4
distortion_1091
4
4
4
4
distortion_134
3
3
3
3
distortion_429
3
3
3
3
distortion_154
3
3
3
3
distortion_653
null
null
5
5
distortion_1823
4
4
4
4
distortion_131
3
3
3
3
distortion_962
3
3
3
3
distortion_116
5
5
5
5
distortion_305
3
3
3
3
distortion_1169
2
2
2
2
distortion_448
5
5
5
5
distortion_1790
3
3
3
3
distortion_1012
4
4
4
4
distortion_1114
3
3
3
3
distortion_275
4
4
4
4
distortion_1062
4
4
4
4
distortion_1917
3
3
3
3
distortion_1817
4
4
4
4
distortion_2077
4
4
4
4
distortion_1992
4
4
4
4
distortion_1835
4
4
4
4
distortion_899
4
4
4
4
distortion_945
3
3
3
3
distortion_426
3
3
3
3
distortion_1733
null
null
3
3
distortion_1455
null
null
4
4
distortion_1678
null
null
2
2
distortion_1602
null
null
4
4
distortion_2055
null
null
3.75
4
distortion_159
null
null
3
3
distortion_2054
null
null
2.25
2
distortion_89
null
null
4
4
distortion_1593
null
null
3
3
distortion_2056
null
null
3.5
4
distortion_1408
null
null
4
4
distortion_1516
null
null
4
4
distortion_286
4
4
4
4
distortion_113
null
null
5
5
distortion_1959
3
3
3
3
distortion_478
null
null
2
2
distortion_1646
3
3
3
3
distortion_1861
4
4
4
4
distortion_1243
4
4
4
4
End of preview. Expand in Data Studio

SA-BENCH

SA-BENCH is the benchmark dataset released with “Beyond Pixels: Benchmarking and Reward-Based Assessing Framework for Visual Spatial Aesthetics.”

It evaluates the spatial aesthetics of interior images along four dimensions:

  • distortion
  • harmony
  • layout
  • lighting

The dataset contains 17,768 annotated examples across four spatial-aesthetic dimensions, with image assets and human annotations for training and evaluation.

Dataset Details

Dataset Description

SA-BENCH is designed for image quality and aesthetic assessment of interior scenes. It focuses on spatial aesthetics rather than generic image appeal, and provides dimension-specific annotations for:

  • distortion: geometric distortion, deformation, alignment errors, and material realism
  • harmony: style consistency, color coordination, and overall visual coherence
  • layout: spatial arrangement, balance, and positional relationships of key elements
  • lighting: illumination quality, shadow realism, light-source consistency, and atmosphere

Dataset Sources

  • Repository: this Hugging Face dataset repository
  • Associated paper: Beyond Pixels: Benchmarking and Reward-Based Assessing Framework for Visual Spatial Aesthetics
  • Code and model release: SA-IQA

Dataset Structure

SA-BENCH/
├── LICENSE
├── README.md
├── annotations/
│   ├── distortion_2k_train.csv
│   ├── distortion_2k_test.csv
│   ├── distortion_2k_full.csv
│   ├── harmony_7k_train.csv
│   ├── harmony_7k_test.csv
│   ├── harmony_7k_full.csv
│   ├── layout_6k_train.csv
│   ├── layout_6k_test.csv
│   ├── layout_6k_full.csv
│   ├── lighting_3k_train.csv
│   ├── lighting_3k_test.csv
│   ├── lighting_3k_full.csv
│   └── *_prompt{1,2,3,4}.jsonl
└── images/
    ├── distortion/images/
    ├── harmony/images/
    ├── layout/images/
    └── lighting/images/

Data Fields

The CSV annotation files contain:

  • id: image identifier
  • {dimension}_score_*: individual human annotation scores
  • {dimension}_score_mos: mean opinion score
  • {dimension}_score_mos_int: integer-rounded MOS label used for prompt-response generation
  • model: source generation model, when available for that dimension

The JSONL prompt files contain:

  • query: prompt text
  • response: target textual quality label
  • images: image path list used by the accompanying SA-IQA codebase

The JSONL images values intentionally keep the SA-BENCH/ prefix, for example SA-BENCH/images/distortion/images/distortion_1025.jpg. This matches the expected layout when the dataset directory is used together with the SA-IQA code from the parent project directory. When loading files from inside the Hugging Face dataset repository root directly, strip the leading SA-BENCH/ prefix or prepend the parent directory accordingly.

Data Splits

Each dimension provides train, test, and full CSV splits:

Dimension Subset Description
distortion 2,226 Spatial distortion quality
harmony 6,741 Style and color harmony quality
layout 5,556 Spatial layout quality
lighting 3,245 Lighting quality

Together they form a 17,768-example benchmark.

Usage

The CSV files can be loaded directly through the Hugging Face Dataset Viewer using the metadata configurations above. Prompt-based JSONL files are also included for reproducibility and direct use with SA-IQA training/evaluation scripts.

For standard evaluation in this release, use the prompt4 files with the released sa-iqa-prompt4 model.

Intended Use

SA-BENCH is intended for:

  • non-commercial research on image quality assessment
  • benchmarking spatial aesthetic assessment methods
  • training and evaluating multimodal models for interior-image quality prediction
  • reward-model research for image generation and selection

Limitations

  • The dataset focuses on interior-scene imagery and may not generalize to portraits, landscapes, or general artistic images.
  • Scores reflect the annotation protocol used for this benchmark and should not be treated as universal aesthetic judgments.
  • Users should evaluate fairness, safety, and domain suitability before applying models trained on this dataset to new data.

License

SA-BENCH is released under the Apache License 2.0. See LICENSE for the full license text.

Citation

If you use SA-BENCH, please cite:

@inproceedings{gao2025beyond,
  title={Beyond Pixels: Benchmarking and Reward-Based Assessing Framework for Visual Spatial Aesthetics},
  author={Gao, Yuan and Song, Jin and Fei, Yiyun and Li, Gongzhe and Yang, Ruigao},
  booktitle={CVPR 2025 Workshop},
  year={2025}
}
Downloads last month
49