CVAIJul 4, 2022

Target-absent Human Attention

arXiv:2207.01166v331 citationsh-index: 66
Originality Incremental advance
AI Analysis

This addresses the search-termination problem for building human-computer interactive systems, representing an incremental advance in gaze prediction.

The paper tackles the problem of predicting human gaze behavior when searching for targets that are absent in images, proposing a data-driven computational model that improves state-of-the-art predictions on the COCO-Search18 dataset.

The prediction of human gaze behavior is important for building human-computer interactive systems that can anticipate a user's attention. Computer vision models have been developed to predict the fixations made by people as they search for target objects. But what about when the image has no target? Equally important is to know how people search when they cannot find a target, and when they would stop searching. In this paper, we propose the first data-driven computational model that addresses the search-termination problem and predicts the scanpath of search fixations made by people searching for targets that do not appear in images. We model visual search as an imitation learning problem and represent the internal knowledge that the viewer acquires through fixations using a novel state representation that we call Foveated Feature Maps (FFMs). FFMs integrate a simulated foveated retina into a pretrained ConvNet that produces an in-network feature pyramid, all with minimal computational overhead. Our method integrates FFMs as the state representation in inverse reinforcement learning. Experimentally, we improve the state of the art in predicting human target-absent search behavior on the COCO-Search18 dataset

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