a novel Semantic and Style based Multiple Reference learning (SSMR) for artistic aesthetic image assessment
Artistic Image Aesthetic Assessment (AIAA) is an emerging paradigm that predicts the aesthetic score as the popular aesthetic taste for an artistic image. Previous AIAA takes a single image as input to predict the aesthetic score of the image. However, most existing AIAA methods fail dramatically to predict the artistic images with a large variance of artistic subjective voting with only a single image. People are good at employing multiple similar references for making relative comparisons. Motivated by the practice that people considers similar semantics and specific artistic style to keep the consistency of the voting result, we present a novel Semantic and Style based Multiple Reference learning (SSMR) to mimic this natural process. Our novelty is mainly two-fold: (a) Similar Reference Index Generation (SRIG) module that considers artistic attribution of semantics and style to generate the index of reference images; (b) Multiple Reference Graph Reasoning (MRGR) module that employs graph convolutional network (GCN) to initialize and reason by adjusting the weight of edges with intrinsic relationships among multiple images. Our evaluation with the benchmark BAID, VAPS and TAD66K datasets demonstrates that the proposed SSMR outperforms state-of-the-art AIAA methods.
Python3, requirements.txt
- stage 1 Create Retrieval Index
python index/create_semantic_style_feature_similar_refer_index.py
- stage 2 Extract SwinTransformer feature
python index/full_size_feature_extract.py
- stage 3 Training GCN model
python SSMR_AIAA.py --train True
python SSMR_AIAA.py --train False --test True
we provide the best model of BAID dataset. pretrain model密码1024
@article{shisemantic,
title={Semantic and Style Based Multiple Reference Learning for Artistic Image Aesthetic Assessment},
author={Shi, Tengfei and Li, Xuan and Hao, Aimin and others},
journal={NeuroComputing}
}