REVIEW 5 minor 13 references
TextGaze shows that LVLM-generated scene text can guide gaze prediction without multi-branch annotations or saliency-driven errors.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-14 14:03 UTC pith:I752UQFZ
load-bearing objection Solid empirical CV paper that injects frozen LVLM text cues into a dual-stream gaze decoder and delivers competitive/SOTA numbers plus zero-shot transfer without multi-branch annotations.
TextGaze: Prompting Gaze Target Estimation with Textual Scene Cues
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
A dual-stream architecture that injects frozen LVLM textual cues (appearance + action + relative gaze direction) into a three-layer fusion transformer, regularized by layer-wise text reconstruction losses, produces gaze heatmaps and in/out decisions that match or exceed multi-branch and pure-vision baselines while requiring only image-level head boxes and no depth, pose or eye labels.
What carries the argument
Hierarchical text supervision inside the fusion transformer: after each of the three layers the text-token subset is linearly projected back to the original BERT embedding space and forced by MSE to stay close to the LVLM-derived embedding, preventing semantic drift while the visual tokens are free to interact.
Load-bearing premise
That the frozen vision-language model’s short textual descriptions of appearance, action and relative looking direction remain free enough of hallucination and close enough to true gaze intent across all scenes and out-of-frame cases.
What would settle it
Replace the carefully engineered LVLM prompts with deliberately noisy or inverted gaze-direction descriptions on the GazeFollow test set; if AUC and L2 remain essentially unchanged, the claimed semantic guidance is not doing the work the paper attributes to it.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes TextGaze, a dual-stream architecture for gaze target estimation that injects frozen LVLM (Qwen2.5-VL-7B) textual scene cues (appearance, action, relative gaze direction) into a frozen DINOv2 visual stream via head-position prompting, then fuses them with a 3-layer transformer under hierarchical layer-wise text consistency supervision (Eqs. 5–7). Lightweight heads jointly predict gaze heatmaps and in-/out-of-frame status. On GazeFollow and VideoAttentionTarget the method is competitive or SOTA under matched DINOv2 ViT-B/L backbones versus the reproduced Gaze-LLE baseline (Table 1); zero-shot transfer to ChildPlay and GOO-Real without fine-tuning or prompt changes is also strong (Tables 2–3). Ablations isolate transformer fusion, text supervision, visual residual and 2-D PE as the performance drivers (Tables 4–5). The central claim is that accessible LVLM text priors can replace multi-branch geometric auxiliaries while mitigating the semantic defocus of pure prompt-tuning designs.
Significance. If the empirical gains hold, TextGaze supplies a practical, annotation-light alternative to multi-branch pipelines and a concrete demonstration that frozen LVLMs can serve as scalable semantic guidance for a classic geometric vision task. The matched-backbone comparisons, official-code reproduction of Gaze-LLE, component ablations, and zero-shot cross-dataset results constitute a solid experimental package that other groups can build on. The hierarchical text-supervision idea and the carefully constrained prompt (Appendix A) are reusable design patterns. The work therefore advances both the gaze-following literature and the broader use of LVLMs as frozen priors rather than end-to-end solvers.
minor comments (5)
- §3.5 / Eq. (8): the default values λ1=1, λ2=0.1 are stated only in the implementation details; a short sensitivity note (or a one-line ablation) would strengthen reproducibility.
- Table 1 caption and text: the asterisk on Ryan et al. results is explained, yet the main text still occasionally refers to “state-of-the-art” without always clarifying that the comparison is under identical DINOv2 backbones; a single clarifying sentence would avoid ambiguity.
- Figure 2 and §3.4: the precise dimensionality of the learnable head embedding E_head and the in/out token is never stated; adding the numbers would help re-implementation.
- Appendix A: the prompt template is clear, but a short quantitative check (e.g., fraction of descriptions that correctly identify left/right/up/down) would reassure readers about residual hallucination risk.
- Minor typographical inconsistencies appear (e.g., “Vis 2D PE” repeated in the Table 5 header, occasional missing spaces after citations).
Circularity Check
No significant circularity; purely empirical dual-stream architecture with independent heatmap/BCE supervision and frozen LVLM priors.
full rationale
TextGaze is a standard supervised vision-language architecture paper. Visual features come from a frozen DINOv2 encoder; textual cues are generated offline by a frozen Qwen2.5-VL-7B under a fixed prompt (Appendix A) and encoded by frozen BERT; the fusion transformer is trained end-to-end with pixel-wise BCE on Gaussian gaze heatmaps plus optional in/out BCE, while the hierarchical L_text (Eqs. 5–7) is merely an auxiliary MSE regularizer that reconstructs the already-computed text embeddings to prevent drift. None of these quantities is defined in terms of the others, no free parameters are fitted on a subset and then re-presented as predictions, and no uniqueness theorem or ansatz is imported via self-citation to force the result. Cross-dataset numbers (Tables 2–3) are obtained without fine-tuning or prompt changes, confirming the evaluation is external. Self-citations appear only for application context and prior multi-branch baselines; they are not load-bearing for the claimed performance. The derivation chain is therefore self-contained empirical learning with no reduction of outputs to inputs by construction.
Axiom & Free-Parameter Ledger
free parameters (4)
- λ1 (in/out loss weight) =
1.0
- λ2 (hierarchical text loss weight) =
0.1
- Gaussian σ for heatmap targets =
3
- AdamW learning rate / weight decay =
1e-4 / 1e-2
axioms (3)
- domain assumption Frozen DINOv2 visual features plus BERT text embeddings form a sufficiently rich joint space for gaze reasoning after light transformer fusion.
- ad hoc to paper The carefully engineered LVLM prompt yields descriptions whose semantic content is useful for gaze localization and free enough of hallucination to serve as reliable priors.
- standard math Standard multi-head self-attention with residual connections and layer-norm is an adequate cross-modal mixer.
invented entities (2)
-
Hierarchical text feature consistency supervision (layer-wise MSE on projected text tokens)
no independent evidence
-
TextGaze dual-stream fusion architecture (LVLM text + head-prompted DINOv2 + 3-layer transformer)
no independent evidence
read the original abstract
Gaze target estimation aims to infer the position of a person's gaze within a scene. Within mainstream design logic, multi-branch methods require extra supervision and annotations, while streamlined designs prioritize low-level visual saliency over true gaze intent. The former leads to a high annotation burden and hinders domain transfer, whereas the latter causes misalignment between predicted attention and actual gaze targets. To address this issue, we propose TextGaze, a unified cross-modal architecture that leverages a Large Vision-Language Model (LVLM) as scalable semantic guidance to balance the two design paradigms. The model extracts visual features from a frozen encoder and utilizes an LVLM to obtain gaze-aligned textual cues. We design a transformer-based fusion module with hierarchical text supervision to preserve task semantics. Lightweight decoding heads enable the joint prediction of gaze heatmaps and in-/out-of-frame status. We evaluate our method on four mainstream datasets, and the results show competitive performance across key metrics with robust cross-dataset generalisation without extra fine-tuning. Overall, we provide a streamlined alternative to traditional designs and highlight the potential of LVLMs as accessible auxiliary guidance for gaze estimation.
Figures
Reference graph
Works this paper leans on
-
[1]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report.arXiv preprint arXiv:2502.13923,
-
[2]
Junjie Chen, Fei Wang, Zhihao Huang, Qing Zhou, Kun Li, Dan Guo, Linfeng Zhang, and Xun Yang. Towards seamless interaction: Causal turn-level modeling of inter- active 3d conversational head dynamics.arXiv preprint arXiv:2512.15340,
-
[3]
What does bert look at? an analysis of bert’s attention.arXiv preprint arXiv:1906.04341,
Kevin Clark, Urvashi Khandelwal, Omer Levy, and Christo- pher D Manning. What does bert look at? an analysis of bert’s attention.arXiv preprint arXiv:1906.04341,
Pith/arXiv arXiv 1906
-
[4]
The llama 3 herd of models.arXiv preprint arXiv:2407.21783,
Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, et al. The llama 3 herd of models.arXiv preprint arXiv:2407.21783,
-
[5]
Ma-bench: Towards fine-grained micro-action understanding.arXiv preprint arXiv:2603.26586,
Kun Li, Jihao Gu, Fei Wang, Zhiliang Wu, Hehe Fan, and Dan Guo. Ma-bench: Towards fine-grained micro-action understanding.arXiv preprint arXiv:2603.26586,
-
[6]
Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101,
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101,
-
[7]
Dinov2: Learning robust visual features without su- pervision.arXiv preprint arXiv:2304.07193,
Maxime Oquab, Timoth ´ee Darcet, Th ´eo Moutakanni, Huy V o, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, et al. Dinov2: Learning robust visual features without su- pervision.arXiv preprint arXiv:2304.07193,
-
[8]
Aman Priyanshu, Yash Maurya, and Zuofei Hong. Ai gov- ernance and accountability: An analysis of anthropic’s claude.arXiv preprint arXiv:2407.01557,
-
[9]
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. InCVPR, pages 2008–2017,
2008
-
[10]
Multi- modal across domains gaze target detection
Francesco Tonini, Cigdem Beyan, and Elisa Ricci. Multi- modal across domains gaze target detection. InProceed- ings of the 2022 International Conference on Multimodal Interaction, pages 420–431,
2022
-
[11]
Emu3: Next-token prediction is all you need.arXiv preprint arXiv:2409.18869,
Xinlong Wang, Xiaosong Zhang, Zhengxiong Luo, Quan Sun, Yufeng Cui, Jinsheng Wang, Fan Zhang, Yueze Wang, Zhen Li, Qiying Yu, et al. Emu3: Next-token prediction is all you need.arXiv preprint arXiv:2409.18869,
-
[12]
The dawn of lmms: Preliminary explorations with gpt-4v (ision).arXiv preprint arXiv:2309.17421,
Zhengyuan Yang, Linjie Li, Kevin Lin, Jianfeng Wang, Chung-Ching Lin, Zicheng Liu, and Lijuan Wang. The dawn of lmms: Preliminary explorations with gpt-4v (ision).arXiv preprint arXiv:2309.17421,
-
[13]
Chunting Zhou, Lili Yu, Arun Babu, Kushal Tirumala, Michi- hiro Yasunaga, Leonid Shamis, Jacob Kahn, Xuezhe Ma, Luke Zettlemoyer, and Omer Levy. Transfusion: Predict the next token and diffuse images with one multi-modal model.arXiv preprint arXiv:2408.11039,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.