paper-with-me

Papers

EyeFormer: Predicting Personalized Scanpaths with Transformer-Guided Reinforcement Learning

2024-04-15 · Yue Jiang, Zixin Guo, Hamed Rezazadegan Tavakoli, Luis A. Leiva, Antti Oulasvirta

From a visual perception perspective, modern graphical user interfaces (GUIs) comprise a complex graphics-rich two-dimensional visuospatial arrangement of text, images, and interactive objects such as buttons and menus. While existing models can accurately predict regions and objects that are likely to attract attention ``on average'', so far there is no scanpath model capable of predicting scanpaths for an individual. To close this gap, we introduce EyeFormer, which leverages a Transformer architecture as a policy network to guide a deep reinforcement learning algorithm that controls gaze locations. Our model has the unique capability of producing personalized predictions when given a few user scanpath samples. It can predict full scanpath information, including fixation positions and duration, across individuals and various stimulus types. Additionally, we demonstrate applications in GUI layout optimization driven by our model. Our software and models will be publicly available.

📄 PDF Abstract BibTeX arXiv:2404.10163

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Few-shot Personalized Scanpath Prediction

2025-01-01 · CVPR 2025 1 · Ruoyu Xue, Jingyi Xu, Sounak Mondal, Hieu Le 외

A personalized model for scanpath prediction provides insights into the visual preferences and attention patterns of individual subjects. However, existing methods for training scanpath prediction models are data-int…

PredictionScanpath prediction

OAT: Object-Level Attention Transformer for Gaze Scanpath Prediction

2024-07-18 · Yini Fang, Jingling Yu, Haozheng Zhang, Ralf van der Lans 외

Visual search is important in our daily life. The efficient allocation of visual attention is critical to effectively complete visual search tasks. Prior research has predominantly modelled the spatial allocation of visu…

DecoderObjectPredictionScanpath prediction

Modeling Human Gaze Behavior with Diffusion Models for Unified Scanpath Prediction

2025-07-30 · Giuseppe Cartella, Vittorio Cuculo, Alessandro D'Amelio, Marcella Cornia 외 arxiv

Predicting human gaze scanpaths is crucial for understanding visual attention, with applications in human-computer interaction, autonomous systems, and cognitive robotics. While deep learning models have advanced scanpat…

Scanpath prediction

Predicting Human Scanpaths in Visual Question Answering

2021-06-19 · CVPR 2021 1 · Xianyu Chen, Ming Jiang, Qi Zhao

Attention has been an important mechanism for both humans and computer vision systems. While state-of-the-art models to predict attention focus on estimating a static probabilistic saliency map with free-viewing beha…

Deep Reinforcement LearningQuestion AnsweringScanpath predictionTemporal Sequences+2

Eyettention: An Attention-based Dual-Sequence Model for Predicting Human Scanpaths during Reading

2023-04-21 · Shuwen Deng, David R. Reich, Paul Prasse, Patrick Haller 외

Eye movements during reading offer insights into both the reader's cognitive processes and the characteristics of the text that is being read. Hence, the analysis of scanpaths in reading have attracted increasing attenti…