paper-with-me

Papers

TransGOP: Transformer-Based Gaze Object Prediction

2024-02-21 · Binglu Wang, Chenxi Guo, Yang Jin, Haisheng Xia, Nian Liu

Gaze object prediction aims to predict the location and category of the object that is watched by a human. Previous gaze object prediction works use CNN-based object detectors to predict the object's location. However, we find that Transformer-based object detectors can predict more accurate object location for dense objects in retail scenarios. Moreover, the long-distance modeling capability of the Transformer can help to build relationships between the human head and the gaze object, which is important for the GOP task. To this end, this paper introduces Transformer into the fields of gaze object prediction and proposes an end-to-end Transformer-based gaze object prediction method named TransGOP. Specifically, TransGOP uses an off-the-shelf Transformer-based object detector to detect the location of objects and designs a Transformer-based gaze autoencoder in the gaze regressor to establish long-distance gaze relationships. Moreover, to improve gaze heatmap regression, we propose an object-to-gaze cross-attention mechanism to let the queries of the gaze autoencoder learn the global-memory position knowledge from the object detector. Finally, to make the whole framework end-to-end trained, we propose a Gaze Box loss to jointly optimize the object detector and gaze regressor by enhancing the gaze heatmap energy in the box of the gaze object. Extensive experiments on the GOO-Synth and GOO-Real datasets demonstrate that our TransGOP achieves state-of-the-art performance on all tracks, i.e., object detection, gaze estimation, and gaze object prediction. Our code will be available at https://github.com/chenxi-Guo/TransGOP.git.

📄 PDF Abstract BibTeX arXiv:2402.13578

Code (1)

chenxi-guo/transgop 공식 구현 pytorch

Tasks

Gaze EstimationObjectobject-detectionObject DetectionPrediction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Attention 설명 없음
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$…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

TransGaze-Object: Transformer Based Driver Gaze Object Prediction Framework in Real Driving

2026-09-09 · Pavan Kumar Sharma, Ayush Pande, Pranamesh Chakraborty arxiv

Driver gaze provides information regarding driver visual attention and situational awareness to the surrounding traffic. Existing driver gaze estimation studies represent gaze in terms of gaze zone or gaze vector/point-o…

Gaze Estimation

Gazeformer: Scalable, Effective and Fast Prediction of Goal-Directed Human Attention

2023-03-27 · CVPR 2023 1 · Sounak Mondal, Zhibo Yang, Seoyoung Ahn, Dimitris Samaras 외

Predicting human gaze is important in Human-Computer Interaction (HCI). However, to practically serve HCI applications, gaze prediction models must be scalable, fast, and accurate in their spatial and temporal gaze predi…

DecoderGaze PredictionLanguage ModellingPrediction+2

Look Hear: Gaze Prediction for Speech-directed Human Attention

2024-07-28 · Sounak Mondal, Seoyoung Ahn, Zhibo Yang, Niranjan Balasubramanian 외

For computer systems to effectively interact with humans using spoken language, they need to understand how the words being generated affect the users' moment-by-moment attention. Our study focuses on the incremental pre…

DecoderGaze PredictionReferring ExpressionScanpath prediction

End-to-End Human-Gaze-Target Detection with Transformers

2022-03-20 · CVPR 2022 1 · Danyang Tu, Xiongkuo Min, Huiyu Duan, Guodong Guo 외

In this paper, we propose an effective and efficient method for Human-Gaze-Target (HGT) detection, i.e., gaze following. Current approaches decouple the HGT detection task into separate branches of salient object detecti…

Gaze Predictionobject-detectionObject DetectionSalient Object Detection

Human-Object Interaction Prediction in Videos through Gaze Following

2023-06-06 · Zhifan Ni, Esteve Valls Mascaró, Hyemin Ahn, Dongheui Lee

Understanding the human-object interactions (HOIs) from a video is essential to fully comprehend a visual scene. This line of research has been addressed by detecting HOIs from images and lately from videos. However, the…

Human-Object Interaction AnticipationHuman-Object Interaction DetectionObject