AICVNov 14, 2024

Gazing at Rewards: Eye Movements as a Lens into Human and AI Decision-Making in Hybrid Visual Foraging

arXiv:2411.09176v33 citationsh-index: 38Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the problem of modeling human decision-making in complex visual search tasks for researchers in cognitive science and AI, offering a tool to explore eye movement patterns, though it is incremental in combining existing methods like transformers and reinforcement learning.

The paper tackled the problem of understanding how humans make decisions in hybrid visual foraging tasks with multiple target types of different values, finding that humans are proficient reward foragers with eye movements drawn to higher-reward regions and achieving cumulative rewards approaching optimal levels. They developed a transformer-based Visual Forager model that outperforms baselines, matches human rewards, and generalizes to novel tasks, providing insights into eye movement-decision relationships.

Imagine searching a collection of coins for quarters ($0.25$), dimes ($0.10$), nickels ($0.05$), and pennies ($0.01$)-a hybrid foraging task where observers look for multiple instances of multiple target types. In such tasks, how do target values and their prevalence influence foraging and eye movement behaviors (e.g., should you prioritize rare quarters or common nickels)? To explore this, we conducted human psychophysics experiments, revealing that humans are proficient reward foragers. Their eye fixations are drawn to regions with higher average rewards, fixation durations are longer on more valuable targets, and their cumulative rewards exceed chance, approaching the upper bound of optimal foragers. To probe these decision-making processes of humans, we developed a transformer-based Visual Forager (VF) model trained via reinforcement learning. Our VF model takes a series of targets, their corresponding values, and the search image as inputs, processes the images using foveated vision, and produces a sequence of eye movements along with decisions on whether to collect each fixated item. Our model outperforms all baselines, achieves cumulative rewards comparable to those of humans, and approximates human foraging behavior in eye movements and foraging biases within time-limited environments. Furthermore, stress tests on out-of-distribution tasks with novel targets, unseen values, and varying set sizes demonstrate the VF model's effective generalization. Our work offers valuable insights into the relationship between eye movements and decision-making, with our model serving as a powerful tool for further exploration of this connection. All data, code, and models are available at https://github.com/ZhangLab-DeepNeuroCogLab/visual-forager.

Foundations

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

Your Notes