DeepGaze3.5-VL: Modeling Scanpaths via Autoregressive Token Prediction
Summary
DeepGaze3.5-VL introduces a novel approach to modeling human visual scanpaths by framing prediction as a discrete sequence modeling task. This method maps spatial coordinates into a text vocabulary, leveraging pretrained Vision-Language Models (VLMs) to absorb diverse factors like viewer identities and task-specific objectives through simple prompting. Unlike rigid, specialized architectures, DeepGaze3.5-VL offers flexible conditioning and easy extendability, integrating per-fixation attributes such as durations. The autoregressive alignment enables scalable, exact computation of per-fixation log-likelihoods, equivalent to Information Gain (IG). The model achieves a new state-of-the-art, reaching 2.18 bits of IG on MIT1003, a 46% improvement over DeepGaze III, even against baselines using identical high-capacity vision encoders. Beyond prediction, it serves as a generative framework for controlled in-silico behavioral interventions, recovering known oculomotor phenomena from data.
Key takeaway
For AI Scientists and Machine Learning Engineers developing models for human visual attention, DeepGaze3.5-VL demonstrates that framing scanpath prediction as an autoregressive token prediction task using Vision-Language Models offers superior flexibility and performance. You should consider this VLM-based approach to integrate diverse conditioning factors like viewer identity or task-specific objectives, moving beyond rigid, specialized architectures. This method also provides a powerful tool for in-silico behavioral simulations, enabling controlled experiments difficult to conduct in vivo.
Key insights
DeepGaze3.5-VL models visual scanpaths as autoregressive token prediction using Vision-Language Models.
Principles
- Mapping coordinates to text vocabulary enables VLM leverage.
- Autoregressive alignment allows exact log-likelihood computation.
- Generative frameworks can simulate behavioral interventions.
Method
Frame scanpath prediction as discrete sequence modeling by mapping coordinates to a text vocabulary. Leverage pretrained Vision-Language Models for autoregressive token prediction, integrating conditioning via prompting.
In practice
- Integrate task-specific instructions into scanpath prediction.
- Capture personalized visual biases using viewer identities.
- Perform in-silico simulations of oculomotor phenomena.
Topics
- Visual Attention
- Scanpath Prediction
- Vision-Language Models
- Autoregressive Models
- Cognitive Modeling
- DeepGaze3.5-VL
- In-silico Simulation
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.