CVDSMay 9, 2022

Improved Evaluation and Generation of Grid Layouts using Distance Preservation Quality and Linear Assignment Sorting

arXiv:2205.04255v219 citationsh-index: 17
Originality Incremental advance
AI Analysis

This work addresses the need for better evaluation and generation methods for image layouts in applications like stock photo agencies or e-commerce, but it is incremental as it builds on existing metrics and algorithms.

The paper tackled the problem of evaluating and generating visually sorted grid layouts for images, proposing a new metric (DPQ) that showed stronger correlation with human-perceived quality and image retrieval performance, and a new algorithm (FLAS) that achieved good sorting quality with improved runtime and computational efficiency.

Images sorted by similarity enables more images to be viewed simultaneously, and can be very useful for stock photo agencies or e-commerce applications. Visually sorted grid layouts attempt to arrange images so that their proximity on the grid corresponds as closely as possible to their similarity. Various metrics exist for evaluating such arrangements, but there is low experimental evidence on correlation between human perceived quality and metric value. We propose Distance Preservation Quality (DPQ) as a new metric to evaluate the quality of an arrangement. Extensive user testing revealed stronger correlation of DPQ with user-perceived quality and performance in image retrieval tasks compared to other metrics. In addition, we introduce Fast Linear Assignment Sorting (FLAS) as a new algorithm for creating visually sorted grid layouts. FLAS achieves very good sorting qualities while improving run time and computational resources.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes