CVROJun 19, 2017

Rapid Probabilistic Interest Learning from Domain-Specific Pairwise Image Comparisons

arXiv:1706.05850v31 citations
AI Analysis

This work addresses the need for efficient, sample-efficient image interest models for visual search and information retrieval in specific domains, offering an incremental improvement over existing methods.

The paper tackles the problem of domain-specific image interest learning with limited labeled data by using pairwise comparisons and a Gaussian process model, achieving performance comparable to data-intensive deep learning methods while providing uncertainty estimates for active learning.

A great deal of work aims to discover large general purpose models of image interest or memorability for visual search and information retrieval. This paper argues that image interest is often domain and user specific, and that efficient mechanisms for learning about this domain-specific image interest as quickly as possible, while limiting the amount of data-labelling required, are often more useful to end-users. This work uses pairwise image comparisons to reduce the labelling burden on these users, and introduces an image interest estimation approach that performs similarly to recent data hungry deep learning approaches trained using pairwise ranking losses. Here, we use a Gaussian process model to interpolate image interest inferred using a Bayesian ranking approach over image features extracted using a pre-trained convolutional neural network. Results show that fitting a Gaussian process in high-dimensional image feature space is not only computationally feasible, but also effective across a broad range of domains. The proposed probabilistic interest estimation approach produces image interests paired with uncertainties that can be used to identify images for which additional labelling is required and measure inference convergence, allowing for sample efficient active model training. Importantly, the probabilistic formulation allows for effective visual search and information retrieval when limited labelling data is available.

Foundations

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

Your Notes