CVSep 22, 2022

MGTR: End-to-End Mutual Gaze Detection with Transformer

arXiv:2209.10930v211 citationsh-index: 17Has Code
Originality Incremental advance
AI Analysis

This work addresses mutual gaze detection for understanding human social scenes, presenting an incremental improvement over existing two-stage methods.

The paper tackles the problem of mutual gaze detection by proposing MGTR, a one-stage transformer-based framework that accelerates detection without performance loss, achieving competitive results on two datasets.

People's looking at each other or mutual gaze is ubiquitous in our daily interactions, and detecting mutual gaze is of great significance for understanding human social scenes. Current mutual gaze detection methods focus on two-stage methods, whose inference speed is limited by the two-stage pipeline and the performance in the second stage is affected by the first one. In this paper, we propose a novel one-stage mutual gaze detection framework called Mutual Gaze TRansformer or MGTR to perform mutual gaze detection in an end-to-end manner. By designing mutual gaze instance triples, MGTR can detect each human head bounding box and simultaneously infer mutual gaze relationship based on global image information, which streamlines the whole process with simplicity. Experimental results on two mutual gaze datasets show that our method is able to accelerate mutual gaze detection process without losing performance. Ablation study shows that different components of MGTR can capture different levels of semantic information in images. Code is available at https://github.com/Gmbition/MGTR

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes