paper-with-me

Papers

Gaze Estimation using Transformer

2021-05-30 · Yihua Cheng, Feng Lu

Recent work has proven the effectiveness of transformers in many computer vision tasks. However, the performance of transformers in gaze estimation is still unexplored. In this paper, we employ transformers and assess their effectiveness for gaze estimation. We consider two forms of vision transformer which are pure transformers and hybrid transformers. We first follow the popular ViT and employ a pure transformer to estimate gaze from images. On the other hand, we preserve the convolutional layers and integrate CNNs as well as transformers. The transformer serves as a component to complement CNNs. We compare the performance of the two transformers in gaze estimation. The Hybrid transformer significantly outperforms the pure transformer in all evaluation datasets with less parameters. We further conduct experiments to assess the effectiveness of the hybrid transformer and explore the advantage of self-attention mechanism. Experiments show the hybrid transformer can achieve state-of-the-art performance in all benchmarks with pre-training.To facilitate further research, we release codes and models in https://github.com/yihuacheng/GazeTR.

📄 PDF Abstract BibTeX arXiv:2105.14424

Code (1)

yihuacheng/GazeTR 공식 구현 pytorch

Tasks

Gaze Estimation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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$…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

DVGaze: Dual-View Gaze Estimation

2023-08-20 · ICCV 2023 1 · Yihua Cheng, Feng Lu

Gaze estimation methods estimate gaze from facial appearance with a single camera. However, due to the limited view of a single camera, the captured facial appearance cannot provide complete facial information and thus c…

Gaze Estimation

What Do You See in Vehicle? Comprehensive Vision Solution for In-Vehicle Gaze Estimation

2024-03-23 · CVPR 2024 1 · Yihua Cheng, Yaning Zhu, Zongji Wang, Hongquan Hao 외

Driver's eye gaze holds a wealth of cognitive and intentional cues crucial for intelligent vehicles. Despite its significance, research on in-vehicle gaze estimation remains limited due to the scarcity of comprehensive a…

Gaze Estimation

ARGaze: Autoregressive Transformers for Online Egocentric Gaze Estimation

2026-02-04 · Jia Li, Wenjie Zhao, Shijian Deng, Bolin Lai 외 arxiv

Online egocentric gaze estimation predicts where a camera wearer is looking from first-person video using only past and current frames, a task essential for augmented reality and assistive technologies. Unlike third-pers…

Gaze Estimation

RGBD Gaze Tracking Using Transformer for Feature Fusion

2025-10-07 · Tobias J. Bauer arxiv

Subject of this thesis is the implementation of an AI-based Gaze Tracking system using RGBD images that contain both color (RGB) and depth (D) information. To fuse the features extracted from the images, a module based o…

GazeFormer-MoE: Context-Aware Gaze Estimation via CLIP and MoE Transformer

2026-01-18 · Xinyuan Zhao, Xianrui Chen, Ahmad Chaddad arxiv

We present a semantics modulated, multi scale Transformer for 3D gaze estimation. Our model conditions CLIP global features with learnable prototype banks (illumination, head pose, background, direction), fuses these pro…

Gaze Estimation