paper-with-me

Papers

Unifying Top-down and Bottom-up Scanpath Prediction Using Transformers

2023-03-16 · CVPR 2024 1 · Zhibo Yang, Sounak Mondal, Seoyoung Ahn, Ruoyu Xue, Gregory Zelinsky, Minh Hoai, Dimitris Samaras

Most models of visual attention aim at predicting either top-down or bottom-up control, as studied using different visual search and free-viewing tasks. In this paper we propose the Human Attention Transformer (HAT), a single model that predicts both forms of attention control. HAT uses a novel transformer-based architecture and a simplified foveated retina that collectively create a spatio-temporal awareness akin to the dynamic visual working memory of humans. HAT not only establishes a new state-of-the-art in predicting the scanpath of fixations made during target-present and target-absent visual search and ``taskless'' free viewing, but also makes human gaze behavior interpretable. Unlike previous methods that rely on a coarse grid of fixation cells and experience information loss due to fixation discretization, HAT features a sequential dense prediction architecture and outputs a dense heatmap for each fixation, thus avoiding discretizing fixations. HAT sets a new standard in computational attention, which emphasizes effectiveness, generality, and interpretability. HAT's demonstrated scope and applicability will likely inspire the development of new attention models that can better predict human behavior in various attention-demanding scenarios. Code is available at https://github.com/cvlab-stonybrook/HAT.

📄 PDF Abstract BibTeX arXiv:2303.09383

Code (1)

cvlab-stonybrook/hat 공식 구현 pytorch

Tasks

Scanpath prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Human Scanpath Prediction in Target-Present Visual Search with Semantic-Foveal Bayesian Attention

2025-07-24 · João Luzio, Alexandre Bernardino, Plinio Moreno arxiv

In goal-directed visual tasks, human perception is guided by both top-down and bottom-up cues. At the same time, foveal vision plays a crucial role in directing attention efficiently. Modern research on bio-inspired comp…

Scanpath predictionObject Detection

Learning Human Visual Attention on 3D Surfaces through Geometry-Queried Semantic Priors

2026-02-06 · Soham Pahari, Sandeep C. Kumain arxiv

Human visual attention on three-dimensional objects emerges from the interplay between bottom-up geometric processing and top-down semantic recognition. Existing 3D saliency methods rely on hand-crafted geometric feature…

Reinforcement Learning

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

Visual Attention driven by Convolutional Features

2018-07-12 · Zanca Dario, Gori Marco

The understanding of where humans look in a scene is a problem of great interest in visual perception and computer vision. When eye-tracking devices are not a viable option, models of human attention can be used to predi…

Saliency Prediction

Influence of initial fixation position in scene viewing

2016-07-13

During scene perception our eyes generate complex sequences of fixations. Predictors of fixation locations are bottom-up factors like luminance contrast, top-down factors like viewing instruction, and systematic biases l…

Position