paper-with-me

Papers

Perceived Text Relevance Estimation Using Scanpaths and GNNs

2024-11-04 · International Conference on Multimodal Interaction 2024 11 · Abdulrahman Mohamed Selim, Omair Shahzad Bhatti, Michael Barz, Daniel Sonntag

A scanpath is an important concept in eye tracking that represents a person’s eye movements in a graph-like structure. Passive gaze-based interfaces, in which users do not consciously interact using their eyes, typically interpret users’ scanpaths to enable adaptive and personalised interaction. Despite the benefits of graph neural networks (GNNs) in graph processing, this technology has not been considered for that purpose. An example application is perceived relevance estimation, which still suffers from low classification performance. In this work, we investigate how and whether GNNs can be used to analyse scanpaths for readers’ perceived relevance estimation using the gazeRE dataset. This dataset contains eye-tracking data from 24 participants, who rated the relevance of 12 short and 12 long documents in relation to a given query. The relevance was assigned either to an entire short document or to each paragraph within a long document, which allowed us to investigate two different GNN tasks. For comparison, we reproduced the gazeRE baseline using Random Forest and Support Vector classifiers, and an additional Convolutional Neural Network (CNN) from the literature. All models were evaluated using leave-users-out cross-validation. For short documents, the GNNs surpassed the baseline methods, with certain experiments showing an absolute balanced accuracy improvement of 7.6% and 14.3% over the CNN and gazeRE baselines, respectively. However, similar improvements were not observed in long documents. This work investigates and discusses the future potential of using GNNs as a scanpath analysis method for passive gaze-based applications, such as implicit relevance estimation.

📄 PDF Abstract BibTeX

Code (1)

DFKI-Interactive-Machine-Learning/GNN-Scanpath-Analysis-ICMI2024 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

GATv2 The __GATv2__ operator from the “How Attentive are Graph Attention Networks?” paper, which fixes the static attention problem of the standard…

Similar Papers 제목 키워드 기반

Relevance Prediction from Eye-movements Using Semi-interpretable Convolutional Neural Networks

2020-01-15 · Nilavra Bhattacharya, Somnath Rakshit, Jacek Gwizdka, Paul Kogut

We propose an image-classification method to predict the perceived-relevance of text documents from eye-movements. An eye-tracking study was conducted where participants read short news articles, and rated them as releva…

ArticlesGeneral Classificationimage-classificationImage Classification

Perceptual Quality Assessment of Virtual Reality Videos in the Wild

2022-06-13 · Wen Wen, Mu Li, Yiru Yao, Xiangjie Sui 외

Investigating how people perceive virtual reality (VR) videos in the wild (i.e., those captured by everyday users) is a crucial and challenging task in VR-related applications due to complex authentic distortions localiz…

Saliency DetectionVideo Quality Assessment

Synthesizing Human Gaze Feedback for Improved NLP Performance

2023-02-11 · Varun Khurana, Yaman Kumar Singla, Nora Hollenstein, Rajesh Kumar 외

Integrating human feedback in models can improve the performance of natural language processing (NLP) models. Feedback can be either explicit (e.g. ranking used in training language models) or implicit (e.g. using human …

The Anatomy of Relevance: Topical, Snippet and Perceived Relevance in Search Result Evaluation

2015-01-26 · Chuklin Aleksandr, de Rijke Maarten

Currently, the quality of a search engine is often determined using so-called topical relevance, i.e., the match between the user intent (expressed as a query) and the content of the document. In this work we want to dra…

AnatomyRetrieval

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