paper-with-me

홈 › Papers

Predicting Goal-directed Human Attention Using Inverse Reinforcement Learning

2020-05-28 · CVPR 2020 6 · Zhibo Yang, Lihan Huang, Yupei Chen, Zijun Wei, Seoyoung Ahn, Gregory Zelinsky, Dimitris Samaras, Minh Hoai

Being able to predict human gaze behavior has obvious importance for behavioral vision and for computer vision applications. Most models have mainly focused on predicting free-viewing behavior using saliency maps, but these predictions do not generalize to goal-directed behavior, such as when a person searches for a visual target object. We propose the first inverse reinforcement learning (IRL) model to learn the internal reward function and policy used by humans during visual search. The viewer's internal belief states were modeled as dynamic contextual belief maps of object locations. These maps were learned by IRL and then used to predict behavioral scanpaths for multiple target categories. To train and evaluate our IRL model we created COCO-Search18, which is now the largest dataset of high-quality search fixations in existence. COCO-Search18 has 10 participants searching for each of 18 target-object categories in 6202 images, making about 300,000 goal-directed fixations. When trained and evaluated on COCO-Search18, the IRL model outperformed baseline models in predicting search fixation scanpaths, both in terms of similarity to human search behavior and search efficiency. Finally, reward maps recovered by the IRL model reveal distinctive target-dependent patterns of object prioritization, which we interpret as a learned object context.

📄 PDF Abstract BibTeX arXiv:2005.14310

Code (2)

cvlab-stonybrook/Scanpath_Prediction 공식 구현 pytorch
gazealytics/gazealytics-master

Tasks

Objectreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Predicting Goal-directed Attention Control Using Inverse-Reinforcement Learning

2020-01-31 · Gregory J. Zelinsky, Yupei Chen, Seoyoung Ahn, Hossein Adeli 외

Understanding how goal states control behavior is a question ripe for interrogation by new methods from machine learning. These methods require large and labeled datasets to train models. To annotate a large-scale image …

BIG-bench Machine Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Inverse Reinforcement Learning: A Control Lyapunov Approach

2021-04-09 · Samuel Tesfazgi, Armin Lederer, Sandra Hirche

Inferring the intent of an intelligent agent from demonstrations and subsequently predicting its behavior, is a critical task in many collaborative settings. A common approach to solve this problem is the framework of in…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Estimating cognitive biases with attention-aware inverse planning

2025-10-29 · Sounak Banerjee, Daphne Cornelisse, Deepak Gopinath, Emily Sumner 외 arxiv

People's goal-directed behaviors are influenced by their cognitive biases, and autonomous systems that interact with people should be aware of this. For example, people's attention to objects in their environment will be…

Reinforcement Learning

Long-term Human Motion Prediction with Scene Context

2020-07-07 · ECCV 2020 8 · Zhe Cao, Hang Gao, Karttikeya Mangalam, Qi-Zhi Cai 외

Human movement is goal-directed and influenced by the spatial layout of the objects in the scene. To plan future human motion, it is crucial to perceive the environment -- imagine how hard it is to navigate a new room wi…

Human motion predictionmotion predictionNavigatePrediction

Measuring Goal-Directedness

2024-12-06 · Matt MacDermott, James Fox, Francesco Belardinelli, Tom Everitt

We define maximum entropy goal-directedness (MEG), a formal measure of goal-directedness in causal models and Markov decision processes, and give algorithms for computing it. Measuring goal-directedness is important, as …