LGMLApr 12, 2020

Active Sampling for Pairwise Comparisons via Approximate Message Passing and Information Gain Maximization

arXiv:2004.05691v155 citationsHas Code
Originality Highly original
AI Analysis

This work addresses the challenge of time-consuming or expensive pairwise comparisons in domains like image and video quality assessment, offering a more efficient active sampling approach.

The authors tackled the problem of reducing the number of pairwise comparisons needed for accurate score inference in subjective assessment experiments by proposing ASAP, an active sampling algorithm based on approximate message passing and information gain maximization, which demonstrated the highest accuracy compared to existing methods in experiments with real and synthetic data.

Pairwise comparison data arise in many domains with subjective assessment experiments, for example in image and video quality assessment. In these experiments observers are asked to express a preference between two conditions. However, many pairwise comparison protocols require a large number of comparisons to infer accurate scores, which may be unfeasible when each comparison is time-consuming (e.g. videos) or expensive (e.g. medical imaging). This motivates the use of an active sampling algorithm that chooses only the most informative pairs for comparison. In this paper we propose ASAP, an active sampling algorithm based on approximate message passing and expected information gain maximization. Unlike most existing methods, which rely on partial updates of the posterior distribution, we are able to perform full updates and therefore much improve the accuracy of the inferred scores. The algorithm relies on three techniques for reducing computational cost: inference based on approximate message passing, selective evaluations of the information gain, and selecting pairs in a batch that forms a minimum spanning tree of the inverse of information gain. We demonstrate, with real and synthetic data, that ASAP offers the highest accuracy of inferred scores compared to the existing methods. We also provide an open-source GPU implementation of ASAP for large-scale experiments.

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