Effective Aesthetics Prediction with Multi-Level Spatially Pooled Features
Abstract
We propose an effective deep learning approach to aesthetics quality assessment that relies on a new type of pre-trained features, and apply it to the AVA data set, the currently largest aesthetics database. While previous approaches miss some of the information in the original images, due to taking small crops, down-scaling or warping the originals during training, we propose the first method that efficiently supports full resolution images as an input, and can be trained on variable input sizes. This allows us to significantly improve upon the state of the art, increasing the Spearman rank-order correlation coefficient (SRCC) of ground-truth mean opinion scores (MOS) from the existing best reported of 0.612 to 0.756. To achieve this performance, we extract multi-level spatially pooled (MLSP) features from all convolutional blocks of a pre-trained InceptionResNet-v2 network, and train a custom shallow Convolutional Neural Network (CNN) architecture on these new features.
Cite
Text
Hosu et al. "Effective Aesthetics Prediction with Multi-Level Spatially Pooled Features." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019. doi:10.1109/CVPR.2019.00960Markdown
[Hosu et al. "Effective Aesthetics Prediction with Multi-Level Spatially Pooled Features." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2019.](https://mlanthology.org/cvpr/2019/hosu2019cvpr-effective/) doi:10.1109/CVPR.2019.00960BibTeX
@inproceedings{hosu2019cvpr-effective,
title = {{Effective Aesthetics Prediction with Multi-Level Spatially Pooled Features}},
author = {Hosu, Vlad and Goldlucke, Bastian and Saupe, Dietmar},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2019},
doi = {10.1109/CVPR.2019.00960},
url = {https://mlanthology.org/cvpr/2019/hosu2019cvpr-effective/}
}