English

Photo Rater: Photographs Auto-Selector with Deep Learning

Computer Vision and Pattern Recognition 2023-10-18 v2 Artificial Intelligence Machine Learning

Abstract

Photo Rater is a computer vision project that uses neural networks to help photographers select the best photo among those that are taken based on the same scene. This process is usually referred to as "culling" in photography, and it can be tedious and time-consuming if done manually. Photo Rater utilizes three separate neural networks to complete such a task: one for general image quality assessment, one for classifying whether the photo is blurry (either due to unsteady hands or out-of-focusness), and one for assessing general aesthetics (including the composition of the photo, among others). After feeding the image through each neural network, Photo Rater outputs a final score for each image, ranking them based on this score and presenting it to the user.

Keywords

Cite

@article{arxiv.2211.14420,
  title  = {Photo Rater: Photographs Auto-Selector with Deep Learning},
  author = {Wentao Guo and Charlie Ruan and Claire Zhou},
  journal= {arXiv preprint arXiv:2211.14420},
  year   = {2023}
}

Comments

The authors discovered issues in the code that produced figures 8 and 9