paper-with-me

홈 › Papers

Sharingan: A Transformer-based Architecture for Gaze Following

2023-10-01 · Samy Tafasca, Anshul Gupta, Jean-Marc Odobez

Gaze is a powerful form of non-verbal communication and social interaction that humans develop from an early age. As such, modeling this behavior is an important task that can benefit a broad set of application domains ranging from robotics to sociology. In particular, Gaze Following is defined as the prediction of the pixel-wise 2D location where a person in the image is looking. Prior efforts in this direction have focused primarily on CNN-based architectures to perform the task. In this paper, we introduce a novel transformer-based architecture for 2D gaze prediction. We experiment with 2 variants: the first one retains the same task formulation of predicting a gaze heatmap for one person at a time, while the second one casts the problem as a 2D point regression and allows us to perform multi-person gaze prediction with a single forward pass. This new architecture achieves state-of-the-art results on the GazeFollow and VideoAttentionTarget datasets. The code for this paper will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2310.00816

Code (0)

등록된 구현이 없습니다.

Tasks

Gaze PredictionPredictionSociology

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Sharingan: A Transformer Architecture for Multi-Person Gaze Following

2024-01-01 · CVPR 2024 1 · Samy Tafasca, Anshul Gupta, Jean-Marc Odobez

Gaze is a powerful form of non-verbal communication that humans develop from an early age. As such modeling this behavior is an important task that can benefit a broad set of application domains ranging from robotics…

Gaze PredictionSociology

A Novel Framework for Multi-Person Temporal Gaze Following and Social Gaze Prediction

2024-03-15 · Anshul Gupta, Samy Tafasca, Arya Farkhondeh, Pierre Vuillecard 외

Gaze following and social gaze prediction are fundamental tasks providing insights into human communication behaviors, intent, and social interactions. Most previous approaches addressed these tasks separately, either by…

Gaze 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

Enhancing 3D Gaze Estimation in the Wild using Weak Supervision with Gaze Following Labels

2025-02-27 · CVPR 2025 1 · Pierre Vuillecard, Jean-Marc Odobez

Accurate 3D gaze estimation in unconstrained real-world environments remains a significant challenge due to variations in appearance, head pose, occlusion, and the limited availability of in-the-wild 3D gaze datasets. To…

Domain GeneralizationGaze Estimation

ViTGaze: Gaze Following with Interaction Features in Vision Transformers

2024-03-19 · Yuehao Song, Xinggang Wang, Jingfeng Yao, Wenyu Liu 외

Gaze following aims to interpret human-scene interactions by predicting the person's focal point of gaze. Prevailing approaches often adopt a two-stage framework, whereby multi-modality information is extracted in the in…

Gaze Target Estimation