REVIEW 4 major objections 2 minor 30 references
GazeDETR: Gaze Detection using Disentangled Head and Gaze Representations
T0 review · 4 major / 2 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read GazeDETR proposes that separating head localization and gaze prediction into two disentangled decoder branches, with local versus local-plus-global attention, yields state-of-the-art gaze target detection on three benchmarks.
desk verdict Crisp architectural idea, but the copy we have is unreadable past the abstract, and the capacity-matched ablation is the make-or-break question. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is the split of the multitask prediction into two decoder branches, each with its own learned attention field: a head decoder that attends to local cues for locating heads, and a gaze decoder that fuses local and global scene cues for predicting the looked-at point. The disentanglement lets each branch avoid the compromise of a single entangled representation.
What would settle it
Train the identical architecture but replace the two decoders with one shared decoder of the same total parameter count and training schedule on GazeFollow. If the accuracy of the shared-decoder version equals GazeDETR's, the disentanglement claim is not supported.
Extended reading notes
Core claim
GazeDETR is an end-to-end model that detects human heads and predicts where each person is looking using two disentangled transformer decoders rather than the single decoder used in prior end-to-end gaze target detection. The head-decoder branch is shown to rely on local visual information, while the gaze-decoder branch combines local and global information to locate the gaze point. The paper claims this disentanglement produces representations that are coherent with each subtask, yielding state-of-the-art performance on GazeFollow, VideoAttentionTarget, and ChildPlay and a notable margin over existing end-to-end models.
Load-bearing premise
The reported gains come from the disentanglement of the two decoders, not from additional model capacity, different hyperparameters, or evaluation settings.
Editorial extensions
If this is right
- Because head and gaze branches are disentangled, the head branch can be used alone for head localization without retraining.
- The gaze branch's local-plus-global attention makes gaze following less dependent on the head crop only.
- A single end-to-end forward pass yields both head locations and gaze targets, simplifying deployment for interaction and phenotyping tools.
- The reported margin over end-to-end baselines suggests that shared multitask decoders were limiting accuracy; separate decoders lift the constraint.
Reading between the lines
- The same two-decoder design could benefit other joint tasks where one output is local and the other needs context, such as object detection plus future trajectory prediction.
- A direct stress-test would be to train the single-decoder baseline under identical random seeds and schedules; the abstract does not report such an ablation.
- Because the head decoder is independent, gaze-following models could be transferred to new scenes using only weak head-location labels, with gaze predictions adapted later.
- Visualizing the attention fields of the two decoders could provide an interpretability tool for debugging gaze errors in social scenes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents GazeDETR, an end-to-end architecture for gaze target detection that splits the task into head localization and gaze prediction using two disentangled Transformer decoders. The authors argue that this decomposition yields complementary attention patterns: local for head detection and local-plus-global for gaze prediction. The abstract claims state-of-the-art results on GazeFollow, VideoAttentionTarget, and ChildPlay, outperforming existing end-to-end models by a notable margin. However, the submitted full text is severely corrupted: most sections appear as mojibake, making equations, experimental tables, ablations, and implementation details unreadable. The only reliable content is the abstract and a handful of fragmentary phrases.
Significance. If the claimed results are verified, the core idea—decoupling head and gaze decoders to let each learn specialized representations—is a plausible and useful architectural contribution to gaze target detection. The claim of complementary attention fields is interesting and could inform future multitask DETR designs. The use of three public benchmarks provides independent grounding, and the paper addresses a practically important problem. Nevertheless, the significance cannot currently be assessed beyond this: the evidence needed to confirm the disentanglement claim and the reported margins is absent from the readable portion of the manuscript.
major comments (4)
- [Full text (submitted PDF)] The full text of the manuscript is not legible: the overwhelming majority of the body is corrupted (mojibake), so no equations, experimental details, ablation tables, or implementation specifics can be inspected. The abstract is readable and states the main claims, but those claims are unverifiable in the current submission. This is a load-bearing issue: the paper's central contribution rests on quantitative comparisons and architectural analyses that are entirely unavailable to the reviewer.
- [Abstract and architecture description] The novel element of GazeDETR is the use of two separate decoders. The abstract claims a 'notable margin' over single-decoder end-to-end models, but it does not indicate whether comparisons control for model capacity, parameter count, FLOPs, or training budget. A single decoder with additional layers or width could plausibly match or exceed the proposed two-decoder design. Without a capacity-matched ablation, the reported gains cannot be attributed to disentanglement rather than to extra parameters. This concern is central because the paper's stated contribution is specifically the two-decoder mechanism.
- [Attention-field analysis (visible in abstract)] The paper's secondary claim is that the head predictor uses local information while the gaze decoder uses both local and global information. The abstract states this as a finding, but no methodology or evidence is visible. How was this determined? Attention map visualization, receptive-field analysis, or a controlled experiment? Without such evidence, this claim is not supported. This analysis is part of the 'disentangled representations' thesis and must be substantiated with quantitative or at least systematic qualitative evidence.
- [Evaluation methodology (unavailable)] No experimental setup is visible: there are no tables, metrics definitions, data split details, backbone choices, number of queries, loss functions, or error bars. Even the abstract does not list concrete numeric results. The reader cannot assess whether the reported performance is statistically meaningful, whether the comparison protocols match those of prior work, or whether the results are reproducible. All these elements must be present for the SOTA claim to be evaluated.
minor comments (2)
- [Production quality] The manuscript has severe encoding corruption in the PDF text layer; the authors should resubmit a clean and readable version. The repeated fragments in the visible portions also suggest possible duplication or layout errors.
- [Abstract] The abstract would be more informative with concrete numbers (e.g., AUC or AP) or at least explicit mention of the evaluation metrics used, so readers can gauge the 'notable margin' without accessing the full text.
Circularity Check
No circularity identified; evaluation is grounded in external benchmarks and no derivation reduces to its inputs.
full rationale
The available manuscript text (abstract plus a heavily corrupted body) does not exhibit a circular derivation chain. The paper's central claim is that a two-decoder architecture with disentangled head and gaze representations achieves state-of-the-art results on GazeFollow, VideoAttentionTarget, and ChildPlay, which are external, fixed benchmarks. No equation is visible that defines a predicted quantity in terms of the fitted quantity, no fitted parameter is renamed as a prediction, and no load-bearing self-citation or imported uniqueness theorem appears in the readable material. The strongest available evidence is the claimed comparison against existing end-to-end models on independent datasets. Concerns such as whether the improvement could come from increased decoder capacity rather than disentanglement are legitimate experimental-validity risks, but they are not circularity: a capacity effect would still be an empirical finding measured against external benchmarks, not an input built into the definition of the output. Therefore the honest finding is no significant circularity.
Assumptions & free parameters
assumptions (3)
- domain assumption Gaze target detection can be decomposed into head localization and gaze prediction that benefit from separate learned representations.
- domain assumption The benchmark datasets provide reliable ground truth and consistent evaluation protocols for comparing methods.
- domain assumption Transformer-based detectors (DETR-style) are a suitable backbone for this task.
Cite this review
Pith. "Pith review of GazeDETR: Gaze Detection using Disentangled Head and Gaze Representations." pith.science (2026). https://pith.science/paper/OXHPOGYU
@misc{pith2026250812966,
author = {Pith},
title = {Pith review of: GazeDETR: Gaze Detection using Disentangled Head and Gaze Representations},
year = {2026},
howpublished = {\url{https://pith.science/paper/OXHPOGYU}},
note = {Machine review of arXiv:2508.12966}
}
read the original abstract
Gaze communication plays a crucial role in daily social interactions. Quantifying this behavior can help in human-computer interaction and digital phenotyping. While end-to-end models exist for gaze target detection, they only utilize a single decoder to simultaneously localize human heads and predict their corresponding gaze (e.g., 2D points or heatmap) in a scene. This multitask learning approach generates a unified and entangled representation for human head localization and gaze location prediction. Herein, we propose GazeDETR, a novel end-to-end architecture with two disentangled decoders that individually learn unique representations and effectively utilize coherent attentive fields for each subtask. More specifically, we demonstrate that its human head predictor utilizes local information, while its gaze decoder incorporates both local and global information. Our proposed architecture achieves state-of-the-art results on the GazeFollow, VideoAttentionTarget and ChildPlay datasets. It outperforms existing end-to-end models with a notable margin.
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
Social eye gaze in human-robot interaction: a review
Henny Admoni and Brian Scassellati. Social eye gaze in human-robot interaction: a review. Journal of Human-Robot Interaction, 6 0 (1): 0 25--63, 2017
2017
-
[3]
Escnet: Gaze target detection with the understanding of 3d scenes
Jun Bao, Buyu Liu, and Jun Yu. Escnet: Gaze target detection with the understanding of 3d scenes. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 14126--14135, 2022
2022
-
[4]
End-to-end object detection with transformers
Nicolas Carion, Francisco Massa, Gabriel Synnaeve, Nicolas Usunier, Alexander Kirillov, and Sergey Zagoruyko. End-to-end object detection with transformers. In European conference on computer vision, pages 213--229. Springer, 2020
2020
-
[5]
Connecting gaze, scene, and attention: Generalized attention estimation via joint modeling of gaze and scene saliency
Eunji Chong, Nataniel Ruiz, Yongxin Wang, Yun Zhang, Agata Rozga, and James M Rehg. Connecting gaze, scene, and attention: Generalized attention estimation via joint modeling of gaze and scene saliency. In Proceedings of the European conference on computer vision (ECCV), pages 383--398, 2018
2018
-
[6]
Detecting attended visual targets in video
Eunji Chong, Yongxin Wang, Nataniel Ruiz, and James M Rehg. Detecting attended visual targets in video. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5396--5406, 2020
2020
-
[7]
Temporal understanding of gaze communication with gazetransformer
Ryan Anthony de Belen, Gelareh Mohammadi, and Arcot Sowmya. Temporal understanding of gaze communication with gazetransformer. In NeuRIPS 2023 Workshop on Gaze Meets ML, 2023
2023
-
[8]
Computer vision in autism spectrum disorder research: a systematic review of published studies from 2009 to 2019
Ryan Anthony J De Belen, Tomasz Bednarz, Arcot Sowmya, and Dennis Del Favero. Computer vision in autism spectrum disorder research: a systematic review of published studies from 2009 to 2019. Translational psychiatry, 10 0 (1): 0 333, 2020
2009
Show all 30 references
-
[9]
Inferring shared attention in social scene videos
Lifeng Fan, Yixin Chen, Ping Wei, Wenguan Wang, and Song-Chun Zhu. Inferring shared attention in social scene videos. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 6460--6468, 2018
2018
-
[10]
Dual attention guided gaze target detection in the wild
Yi Fang, Jiapeng Tang, Wang Shen, Wei Shen, Xiao Gu, Li Song, and Guangtao Zhai. Dual attention guided gaze target detection in the wild. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 11390--11399, 2021
2021
-
[11]
Understanding the difficulty of training deep feedforward neural networks
Xavier Glorot and Yoshua Bengio. Understanding the difficulty of training deep feedforward neural networks. In Proceedings of the thirteenth international conference on artificial intelligence and statistics, pages 249--256. JMLR Workshop and Conference Proceedings, 2010
2010
-
[12]
A modular multimodal architecture for gaze target prediction: Application to privacy-sensitive settings
Anshul Gupta, Samy Tafasca, and Jean-Marc Odobez. A modular multimodal architecture for gaze target prediction: Application to privacy-sensitive settings. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5041--5050, 2022
2022
-
[13]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770--778, 2016
2016
-
[14]
Gaze target estimation inspired by interactive attention
Zhengxi Hu, Kunxu Zhao, Bohan Zhou, Hang Guo, Shichao Wu, Yuxue Yang, and Jingtai Liu. Gaze target estimation inspired by interactive attention. IEEE Transactions on Circuits and Systems for Video Technology, 32 0 (12): 0 8524--8536, 2022
2022
-
[15]
Multi-person gaze-following with numerical coordinate regression
Tianlei Jin, Zheyuan Lin, Shiqiang Zhu, Wen Wang, and Shunda Hu. Multi-person gaze-following with numerical coordinate regression. In 2021 16th IEEE International Conference on Automatic Face and Gesture Recognition (FG 2021), pages 01--08. IEEE, 2021
2021
-
[16]
Depth-aware gaze-following via auxiliary networks for robotics
Tianlei Jin, Qizhi Yu, Shiqiang Zhu, Zheyuan Lin, Jie Ren, Yuanhai Zhou, and Wei Song. Depth-aware gaze-following via auxiliary networks for robotics. Engineering Applications of Artificial Intelligence, 113: 0 104924, 2022
2022
-
[17]
The hungarian method for the assignment problem
Harold W Kuhn. The hungarian method for the assignment problem. Naval research logistics quarterly, 2 0 (1-2): 0 83--97, 1955
1955
-
[18]
Appearance-based gaze estimation for asd diagnosis
Jing Li, Zejin Chen, Yihao Zhong, Hak-Keung Lam, Junxia Han, Gaoxiang Ouyang, Xiaoli Li, and Honghai Liu. Appearance-based gaze estimation for asd diagnosis. IEEE Transactions on Cybernetics, 52 0 (7): 0 6504--6517, 2022
2022
-
[19]
Believe it or not, we know what you are looking at! In Asian Conference on Computer Vision, pages 35--50
Dongze Lian, Zehao Yu, and Shenghua Gao. Believe it or not, we know what you are looking at! In Asian Conference on Computer Vision, pages 35--50. Springer, 2018
2018
-
[20]
Gazehta: End-to-end gaze target detection with head-target association
Zhi-Yi Lin, Jouh Yeong Chew, Jan van Gemert, and Xucong Zhang. Gazehta: End-to-end gaze target detection with head-target association. arXiv preprint arXiv:2404.10718, 2024
2024 arXiv
-
[21]
Dab-detr: Dynamic anchor boxes are better queries for detr
Shilong Liu, Feng Li, Hao Zhang, Xiao Yang, Xianbiao Qi, Hang Su, Jun Zhu, and Lei Zhang. Dab-detr: Dynamic anchor boxes are better queries for detr. arXiv preprint arXiv:2201.12329, 2022
2022 arXiv
-
[22]
Decoupled weight decay regularization
I Loshchilov. Decoupled weight decay regularization. arXiv preprint arXiv:1711.05101, 2017
2017 arXiv
-
[23]
Conditional detr for fast training convergence
Depu Meng, Xiaokang Chen, Zejia Fan, Gang Zeng, Houqiang Li, Yuhui Yuan, Lei Sun, and Jingdong Wang. Conditional detr for fast training convergence. In Proceedings of the IEEE/CVF international conference on computer vision, pages 3651--3660, 2021
2021
-
[24]
Where are they looking? Advances in neural information processing systems, 28, 2015
Adria Recasens, Aditya Khosla, Carl Vondrick, and Antonio Torralba. Where are they looking? Advances in neural information processing systems, 28, 2015
2015
-
[25]
The ai4autism project: A multimodal and interdisciplinary approach to autism diagnosis and stratification
Samy Tafasca, Anshul Gupta, Nada Kojovic, Mirko Gelsomini, Thomas Maillart, Michela Papandrea, Marie Schaer, and Jean-Marc Odobez. The ai4autism project: A multimodal and interdisciplinary approach to autism diagnosis and stratification. In Companion Publication of the 25th In...
2023
-
[26]
Childplay: A new benchmark for understanding children's gaze behaviour
Samy Tafasca, Anshul Gupta, and Jean-Marc Odobez. Childplay: A new benchmark for understanding children's gaze behaviour. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 20935--20946, 2023 b
2023
-
[27]
Sharingan: A transformer architecture for multi-person gaze following
Samy Tafasca, Anshul Gupta, and Jean-Marc Odobez. Sharingan: A transformer architecture for multi-person gaze following. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 2008--2017, 2024
2008
-
[28]
Multimodal across domains gaze target detection
Francesco Tonini, Cigdem Beyan, and Elisa Ricci. Multimodal across domains gaze target detection. In Proceedings of the 2022 International Conference on Multimodal Interaction, pages 420--431, 2022
2022
-
[29]
Object-aware gaze target detection
Francesco Tonini, Nicola Dall'Asen, Cigdem Beyan, and Elisa Ricci. Object-aware gaze target detection. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 21860--21869, 2023
2023
-
[30]
End-to-end human-gaze-target detection with transformers
Danyang Tu, Xiongkuo Min, Huiyu Duan, Guodong Guo, Guangtao Zhai, and Wei Shen. End-to-end human-gaze-target detection with transformers. In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 2192--2200. IEEE, 2022
2022
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.