CVFeb 22, 2018

Where's YOUR focus: Personalized Attention

arXiv:1802.07931v18 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate saliency prediction tailored to individual observers, which is incremental as it builds on existing detection and saliency methods.

The paper tackles the problem of predicting personalized visual attention in images by introducing a Personalized Attention Network (PANet) that incorporates user preferences, achieving significantly better performance than general saliency models.

Human visual attention is subjective and biased according to the personal preference of the viewer, however, current works of saliency detection are general and objective, without counting the factor of the observer. This will make the attention prediction for a particular person not accurate enough. In this work, we present the novel idea of personalized attention prediction and develop Personalized Attention Network (PANet), a convolutional network that predicts saliency in images with personal preference. The model consists of two streams which share common feature extraction layers, and one stream is responsible for saliency prediction, while the other is adapted from the detection model and used to fit user preference. We automatically collect user preference from their albums and leaves them freedom to define what and how many categories their preferences are divided into. To train PANet, we dynamically generate ground truth saliency maps upon existing detection labels and saliency labels, and the generation parameters are based upon our collected datasets consists of 1k images. We evaluate the model with saliency prediction metrics and test the trained model on different preference vectors. The results have shown that our system is much better than general models in personalized saliency prediction and is efficient to use for different preferences.

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