Learning to Rank Approach for Refining Image Retrieval in Visual Arts

Abstract

Modern content-based image retrieval systems demonstrate rather good performance in identifying visually similar artworks. However, this task becomes more challenging when art history specialists aim to refine the list of similar artworks based on their criteria, thus we need to train the model to reproduce this refinement. In this paper, we propose an approach for improving the list of similar paintings according to specific simulated criteria. By this approach, we retrieve paintings similar to a request image using ResNet50 model and ANNOY algorithm. Then, we simulate re-ranking based on the two criteria, and use the re-ranked lists for training LambdaMART model. Finally, we demonstrate that the trained model reproduces the re-ranking for the query painting by the specific criteria. We plan to use the proposed approach for reproducing re-rankings made by art history specialists, when this data will be collected.

Cite

Text

Yemelianenko et al. "Learning to Rank Approach for Refining Image Retrieval in Visual Arts." IEEE/CVF International Conference on Computer Vision Workshops, 2023. doi:10.1109/ICCVW60793.2023.00177

Markdown

[Yemelianenko et al. "Learning to Rank Approach for Refining Image Retrieval in Visual Arts." IEEE/CVF International Conference on Computer Vision Workshops, 2023.](https://mlanthology.org/iccvw/2023/yemelianenko2023iccvw-learning/) doi:10.1109/ICCVW60793.2023.00177

BibTeX

@inproceedings{yemelianenko2023iccvw-learning,
  title     = {{Learning to Rank Approach for Refining Image Retrieval in Visual Arts}},
  author    = {Yemelianenko, Tetiana and Tkachenko, Iuliia and Masclef, Tess and Scuturici, Mihaela and Miguet, Serge},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2023},
  pages     = {1615-1623},
  doi       = {10.1109/ICCVW60793.2023.00177},
  url       = {https://mlanthology.org/iccvw/2023/yemelianenko2023iccvw-learning/}
}