paper-with-me

Papers

Visual Attention Graph

2025-03-11 · Kai-Fu Yang, Yong-Jie Li

Visual attention plays a critical role when our visual system executes active visual tasks by interacting with the physical scene. However, how to encode the visual object relationship in the psychological world of our brain deserves to be explored. In the field of computer vision, predicting visual fixations or scanpaths is a usual way to explore the visual attention and behaviors of human observers when viewing a scene. Most existing methods encode visual attention using individual fixations or scanpaths based on the raw gaze shift data collected from human observers. This may not capture the common attention pattern well, because without considering the semantic information of the viewed scene, raw gaze shift data alone contain high inter- and intra-observer variability. To address this issue, we propose a new attention representation, called Attention Graph, to simultaneously code the visual saliency and scanpath in a graph-based representation and better reveal the common attention behavior of human observers. In the attention graph, the semantic-based scanpath is defined by the path on the graph, while saliency of objects can be obtained by computing fixation density on each node. Systemic experiments demonstrate that the proposed attention graph combined with our new evaluation metrics provides a better benchmark for evaluating attention prediction methods. Meanwhile, extra experiments demonstrate the promising potentials of the proposed attention graph in assessing human cognitive states, such as autism spectrum disorder screening and age classification.

📄 PDF Abstract BibTeX arXiv:2503.08531

Code (0)

등록된 구현이 없습니다.

Tasks

Age Classification

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Graph Attention Memory for Visual Navigation

2019-05-11 · Dong Li, Qichao Zhang, Dongbin Zhao, Yuzheng Zhuang 외

Visual navigation in complex environments is inefficient with traditional reactive policy or general-purposed recurrent policy. To address the long-term memory issue, this paper proposes a graph attention memory (GAM) ar…

Deep Reinforcement LearningGraph AttentionReinforcement LearningReinforcement Learning (RL)+1

Attentional Graph Convolutional Network for Structure-aware Audio-Visual Scene Classification

2022-12-31 · Liguang Zhou, Yuhongze Zhou, Xiaonan Qi, Junjie Hu 외

Audio-Visual scene understanding is a challenging problem due to the unstructured spatial-temporal relations that exist in the audio signals and spatial layouts of different objects and various texture patterns in the vi…

Scene ClassificationScene RecognitionScene Understanding

Visual-Semantic Matching by Exploring High-Order Attention and Distraction

2020-06-01 · CVPR 2020 6 · Yongzhi Li, Duo Zhang, Yadong Mu

Cross-modality semantic matching is a vital task in computer vision and has attracted increasing attention in recent years. Existing methods mainly explore object-based alignment between image objects and text words. In …

AttributeGraph AttentionGraph MatchingGraph Similarity+5

Generating Natural Language Explanations for Visual Question Answering using Scene Graphs and Visual Attention

2019-02-15 · Shalini Ghosh, Giedrius Burachas, Arijit Ray, Avi Ziskind

In this paper, we present a novel approach for the task of eXplainable Question Answering (XQA), i.e., generating natural language (NL) explanations for the Visual Question Answering (VQA) problem. We generate NL explana…

Explanation GenerationLanguage ModelingLanguage ModellingQuestion Answering+2

Explicit Knowledge Incorporation for Visual Reasoning

2021-06-19 · CVPR 2021 1 · Yifeng Zhang, Ming Jiang, Qi Zhao

Existing explainable and explicit visual reasoning methods only perform reasoning based on visual evidence but do not take into account knowledge beyond what is in the visual scene. To addresses the knowledge gap bet…

Visual Reasoning