REVIEW 2 major objections 5 minor 30 references
Training multimodal models on hierarchical scene graphs yields large gains in fine-grained perception and spatial reasoning.
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 16:12 UTC pith:LZNX5N5M
load-bearing objection Solid systems paper: hierarchical scene-graph data + node-articulated CoT + dual node-as-proxy GRPO rewards give large, ablated gains on fine-grained and spatial MLLM benchmarks. the 2 major comments →
Scene Graph Thinking: Reinforcing Structured Visual Reasoning for Multimodal Large Language Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Explicit scene-graph representations, when used both to generate node-articulated chain-of-thought data and to define node-as-proxy rewards for reinforcement learning, equip multimodal models with fine-grained, relation-aware visual reasoning that isolated-object or pure zoom-in methods lack.
What carries the argument
Node-as-proxy graph rewards (node-grounded visual alignment plus node-relevance to the query) inside GRPO, together with the automated hierarchical scene-graph construction and the 120K sampled reasoning traces that train the model to follow those graphs.
Load-bearing premise
That the automatically constructed scene graphs are accurate and complete enough for the sampled traces and node rewards to teach genuine structured reasoning rather than merely imitate residual annotation noise.
What would settle it
Train an otherwise identical model on the same volume of data but with the graph structure ablated (flat captions or random crops only); if the large gains on VStarBench, HRBench and CVBench disappear, the claim that the graphs themselves are doing the work is falsified.
If this is right
- High-resolution visual search becomes a guided walk over relational pathways instead of repeated heuristic zooms.
- Explicit depth ranges on nodes give smaller models competitive 3D spatial reasoning without specialized 3D architectures.
- Node-articulated intermediate steps supply verifiable evidence that can be audited or used for further self-correction.
- The same data engine can be reapplied to new image corpora, turning any flat multimodal collection into structured training fuel.
Where Pith is reading between the lines
- Residual 5–7 % node/edge error rates imply that stronger foundation detectors would further amplify the observed gains.
- The same node-proxy idea could regularize video or multi-view reasoning by treating temporal or cross-view links as additional edges.
- Forcing every reasoning step to name a grounded node may reduce visual hallucinations even on tasks that do not explicitly require localization.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Scene Graph Thinking (SaGe), a paradigm that equips MLLMs with structured visual reasoning via explicit hierarchical scene graphs. An automated engine converts flat image–text pairs into graphs with compositional nodes (attributes, bboxes, depth ranges from Depth-Anything + SAM) and multi-type edges built from node priors. From these graphs the authors sample 120K node-/edge-centric QA pairs and multi-hop traces with node-articulated CoT (<entity>, <bbox>, <depth>). Two-stage post-training follows: SFT cold-start on the 120K corpus, then GRPO with complementary node-as-proxy rewards (node-grounded visual–text alignment + node-relevance to query anchors) plus accuracy and format terms. On Qwen2.5-VL-3B/7B backbones, SaGe reports large gains on VStarBench (75.4→89.0 / 76.4→89.0), HRBench-4K/8K, CVBench-2D/3D, and modest lifts on MMStar, RefCOCO, ChartQA, often matching or exceeding larger open models and some proprietary systems. Ablations isolate SFT, GRPO, CoT tags, and each reward; a Gemini audit of 1k graphs reports 94.5% node / 92.9% edge precision; code is released.
Significance. If the empirical gains hold under independent re-implementation, the work supplies a practical, scalable recipe for injecting hierarchical relational structure into MLLMs without requiring online tool use or multi-turn search at inference. The combination of an automated hierarchical graph engine, node-articulated CoT, and node-as-proxy GRPO is a concrete advance over pure crop/zoom “think-with-image” methods. Strengths include consistent multi-benchmark lifts, teacher-beating results on several axes, complementary ablations (Tables 3–5), data-scale curves, and public code. Residual graph noise is acknowledged and partially quantified; the central claim remains empirical and falsifiable.
major comments (2)
- §3.2–3.3 and Appendix B.1: residual graph noise (94.5% node / 92.9% edge precision on a 1k Gemini audit; incomplete recall; attribute/relation error modes) is real. While two-round filtering and human spot-check (<1%) mitigate transfer, the paper should quantify how residual errors affect final student accuracy—e.g., by injecting controlled noise into a subset of the 120K traces or reporting performance stratified by graph-quality bins. Without this, the load-bearing assumption that node-articulated CoT and node-as-proxy rewards transfer robustly remains only partially stress-tested.
- §3.4 Eq. (5)–(7) and Appendix D: both node-grounded and node-relevance rewards rely on external LLM/MLLM judges (Qwen3-VL-30B / Qwen3-30B). The manuscript should report inter-judge agreement or a small human validation of the reward labels, and ideally an ablation that replaces the learned judges with cheaper heuristics, to show that the reported GRPO gains are not artifacts of judge–student co-training.
minor comments (5)
- Table 1 vs. Table 2: GPT-4o numbers appear inconsistent across tables (e.g., CVBench-2D overall); please verify and unify.
- Figure 1 and §1: the “heuristic search” caricature of prior work is slightly overstated; several cited methods already use multi-step visual search. Soften the contrast.
- §4.1 Implementation: list the exact KL coefficient β, clip ε, and rollout temperature used for GRPO so that the RL stage is fully reproducible from the main text.
- Appendix C data mixture: the 25K multi-hop + 20K caption split is useful; a short table summarizing exact counts per subtype would help readers re-create the mixture.
- Typos / notation: “SaGe” vs. “SaGe” capitalization is consistent, but “hieratically” (§3.2) should be “hierarchically”; “proxy-as-node” in Fig. 4 caption should match “node-as-proxy” used elsewhere.
Circularity Check
No significant circularity: empirical benchmark gains from external-graph data and node-proxy rewards are self-contained and externally falsifiable.
full rationale
The paper's load-bearing claims are purely empirical: after constructing hierarchical scene graphs via an automated hybrid pipeline (Qwen2.5-VL-72B detection + compositional mining + Depth-Anything + SAM + LLM edge priors), sampling 120K node-articulated CoT traces, performing SFT cold-start, then GRPO with node-grounded and node-relevance rewards (Eqs. 5–8), SaGe-3B/7B produce large lifts on eight independent external benchmarks (VStarBench 75.4→89.0, HRBench, CVBench-2D/3D, MMStar, RefCOCO, ChartQA; Tables 1–2). Graph quality is audited externally (Gemini-3-Pro: 94.5% node / 92.9% edge precision on 1k graphs) and data filtered (GME + MLLM two-round verification, <1% human failure). Ablations (Tables 3–5) isolate additive contributions of CoT tags and dual NPR rewards; SaGe-7B exceeds its 72B teacher on multiple axes (Table 6). No equation, definition, or fitted parameter reduces any reported accuracy to an input by construction; no uniqueness theorem or ansatz is imported via self-citation as a forcing premise; no known empirical pattern is merely renamed. LLM-as-judge rewards are training signals only; final metrics use held-out ground truth. The derivation chain is therefore non-circular and externally testable.
Axiom & Free-Parameter Ledger
free parameters (4)
- SFT learning rate / batch size / epochs
- RL learning rate / batch / rollouts / KL coefficient
- Node-relevance reward tiers (1.0 / 0.8 / 0.5 / 0.2 / 0.0)
- Data mixture sizes (25K attr, 30K spatial, 25K multi-hop, 20K caption, 10K ground, 10K count)
axioms (4)
- domain assumption Hierarchical scene graphs with attribute/bbox/depth nodes and multi-type edges are a sufficient structured prior for fine-grained visual reasoning.
- ad hoc to paper Node-level visual-textual consistency and query relevance are adequate proxies for valid graph trajectories (edge-level supervision is too ambiguous).
- domain assumption GRPO with accuracy + format + node-proxy rewards improves structured exploration without collapse.
- domain assumption Two-round automatic verification (GME similarity + proprietary MLLM re-check) yields <1% residual error.
invented entities (3)
-
Node-as-proxy graph rewards (node-grounded + node-relevance)
no independent evidence
-
Node-articulated CoT format (<entity><bbox><depth>)
no independent evidence
-
Automated hierarchical scene-graph data engine (compositional mining + depth-aware nodes + prior-based edges)
no independent evidence
read the original abstract
Multimodal Large Language Models (MLLMs) have demonstrated strong perception and reasoning capabilities. However, most existing models focus on isolated objects and neglect structured relationships for efficient target navigation, limiting their performance on visually intensive tasks. To address this challenge, we introduce Scene Graph Thinking (SaGe), a novel paradigm that enables fine-grained and structured visual reasoning through explicit scene-graph representations. Specifically, we first introduce an automated data engine that converts flat image-text corpora into structured scene graphs, where hierarchical entities constitute the nodes and diverse visual relations define the edges. Building upon this, we construct 120K high-quality training data by sampling reasoning traces from scene graphs. Then, two-stage graph-aligned post-training paradigms are introduced, where supervised fine-tuning internalizes MLLMs with structured reasoning, and subsequent reinforcement fine-tuning proposes node-as-proxy graph rewards to consolidate efficient graph exploration. With curated data and graph-aligned training, our approach achieves significant improvements across eight multimodal benchmarks, demonstrating strong effectiveness on fine-grained perception and reasoning tasks. Code is available at https://github.com/zwyang6/SaGe.
Figures
Reference graph
Works this paper leans on
-
[1]
K., Bai, Y ., Baker, B., Bao, H., et al
Agarwal, S., Ahmad, L., Ai, J., Altman, S., Applebaum, A., Arbus, E., Arora, R. K., Bai, Y ., Baker, B., Bao, H., et al. gpt-oss-120b & gpt-oss-20b model card.arXiv preprint arXiv:2508.10925,
-
[2]
Bai, S., Cai, Y ., Chen, R., Chen, K., Chen, X., Cheng, Z., Deng, L., Ding, W., Gao, C., Ge, C., Ge, W., Guo, Z., Huang, Q., Huang, J., Huang, F., Hui, B., Jiang, S., Li, Z., Li, M., Li, M., Li, K., Lin, Z., Lin, J., Liu, X., Liu, J., Liu, C., Liu, Y ., Liu, D., Liu, S., Lu, D., Luo, R., Lv, C., Men, R., Meng, L., Ren, X., Ren, X., Song, S., Sun, Y ., Tan...
-
[3]
Unifying vision-and- language tasks via text generation
Cho, J., Lei, J., Tan, H., and Bansal, M. Unifying vision-and- language tasks via text generation. InInternational Con- ference on Machine Learning, pp. 1931–1942. PMLR,
1931
-
[4]
Comanici, G., Bieber, E., Schaekermann, M., Pasupat, I., Sachdeva, N., Dhillon, I., Blistein, M., Ram, O., Zhang, D., Rosen, E., et al. Gemini 2.5: Pushing the frontier with advanced reasoning, multimodality, long context, and next generation agentic capabilities.arXiv preprint arXiv:2507.06261,
-
[5]
Fan, Y ., He, X., Yang, D., Zheng, K., Kuo, C.-C., Zheng, Y ., Narayanaraju, S. J., Guan, X., and Wang, X. E. Grit: Teaching mllms to think with images.arXiv preprint arXiv:2505.15879,
-
[6]
com/deepmind-media/Model-Cards/ Gemini-3-Pro-Model-Card.pdf
URL https://storage.googleapis. com/deepmind-media/Model-Cards/ Gemini-3-Pro-Model-Card.pdf. Guo, D., Yang, D., Zhang, H., Song, J., Zhang, R., Xu, R., Zhu, Q., Ma, S., Wang, P., Bi, X., et al. Deepseek-r1: In- centivizing reasoning capability in llms via reinforcement learning.arXiv preprint arXiv:2501.12948,
-
[7]
Deepeyesv2: Toward agentic multimodal model.arXiv preprint arXiv:2511.05271,
Hong, J., Zhao, C., Zhu, C., Lu, W., Xu, G., and Yu, X. Deepeyesv2: Toward agentic multimodal model.arXiv preprint arXiv:2511.05271,
-
[8]
Huang, W., Jia, B., Zhai, Z., Cao, S., Ye, Z., Zhao, F., Xu, Z., Hu, Y ., and Lin, S. Vision-r1: Incentivizing reasoning capability in multimodal large language models.arXiv preprint arXiv:2503.06749,
-
[9]
P., Perelman, A., Ramesh, A., Clark, A., Ostrow, A., Welihinda, A., Hayes, A., Radford, A., et al
Hurst, A., Lerer, A., Goucher, A. P., Perelman, A., Ramesh, A., Clark, A., Ostrow, A., Welihinda, A., Hayes, A., Radford, A., et al. Gpt-4o system card.arXiv preprint arXiv:2410.21276,
-
[10]
Openai o1 system card.arXiv preprint arXiv:2412.16720,
Jaech, A., Kalai, A., Lerer, A., Richardson, A., El-Kishky, A., Low, A., Helyar, A., Madry, A., Beutel, A., Car- ney, A., et al. Openai o1 system card.arXiv preprint arXiv:2412.16720,
-
[11]
Referitgame: Referring to objects in photographs of natu- ral scenes
Kazemzadeh, S., Ordonez, V ., Matten, M., and Berg, T. Referitgame: Referring to objects in photographs of natu- ral scenes. InProceedings of the 2014 conference on em- pirical methods in natural language processing (EMNLP), pp. 787–798,
2014
-
[12]
B., Liu, O., Guo, P., Neiswanger, W., Huang, F., et al
Li, A., Wang, C., Fu, D., Yue, K., Cai, Z., Zhu, W. B., Liu, O., Guo, P., Neiswanger, W., Huang, F., et al. Zebra- cot: A dataset for interleaved vision language reasoning. arXiv preprint arXiv:2507.16746, 2025a. Li, B., Zhang, Y ., Guo, D., Zhang, R., Li, F., Zhang, H., Zhang, K., Zhang, P., Li, Y ., Liu, Z., et al. Llava- onevision: Easy visual task tra...
-
[13]
Latent visual reasoning.arXiv preprint arXiv:2509.24251, 2025b
Li, B., Sun, X., Liu, J., Wang, Z., Wu, J., Yu, X., Chen, H., Barsoum, E., Chen, M., and Liu, Z. Latent visual reasoning.arXiv preprint arXiv:2509.24251, 2025b. Li, G., Xu, J., Zhao, Y ., and Peng, Y . Dyfo: A training- free dynamic focus visual search for enhancing lmms in fine-grained visual understanding. InProceedings of the Computer Vision and Patter...
-
[14]
Lin, T.-Y ., Maire, M., Belongie, S., Hays, J., Perona, P., Ra- manan, D., Doll´ar, P., and Zitnick, C. L. Microsoft coco: Common objects in context. InComputer Vision–ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedings, Part V 13, pp. 740–
2014
-
[15]
Visual-rft: Visual reinforcement fine-tuning.arXiv preprint arXiv:2503.01785,
Liu, Z., Sun, Z., Zang, Y ., Dong, X., Cao, Y ., Duan, H., Lin, D., and Wang, J. Visual-rft: Visual reinforcement fine-tuning.arXiv preprint arXiv:2503.01785,
-
[16]
Omnicaptioner: One cap- tioner to rule them all.arXiv preprint arXiv:2504.07089,
Lu, Y ., Yuan, J., Li, Z., Zhao, S., Qin, Q., Li, X., Zhuo, L., Wen, L., Liu, D., Cao, Y ., et al. Omnicaptioner: One cap- tioner to rule them all.arXiv preprint arXiv:2504.07089,
-
[17]
L., Tan, J
Masry, A., Do, X. L., Tan, J. Q., Joty, S., and Hoque, E. Chartqa: A benchmark for question answering about charts with visual and logical reasoning. InFindings of the association for computational linguistics: ACL 2022, pp. 2263–2279,
2022
-
[18]
Vlm-r1: A stable and generalizable r1-style large vision-language model
Shen, H., Liu, P., Li, J., Fang, C., Ma, Y ., Liao, J., Shen, Q., Zhang, Z., Zhao, K., Zhang, Q., et al. Vlm-r1: A stable and generalizable r1-style large vision-language model. arXiv preprint arXiv:2504.07615,
-
[19]
Su, Z., Xia, P., Guo, H., Liu, Z., Ma, Y ., Qu, X., Liu, J., Li, Y ., Zeng, K., Yang, Z., et al. Thinking with images for multimodal reasoning: Foundations, methods, and future frontiers.arXiv preprint arXiv:2506.23918,
-
[20]
Wang, H., Qu, C., Huang, Z., Chu, W., Lin, F., and Chen, W. Vl-rethinker: Incentivizing self-reflection of vision- language models with reinforcement learning.arXiv preprint arXiv:2504.08837, 2025a. Wang, H., Su, A., Ren, W., Lin, F., and Chen, W. Pixel reasoner: Incentivizing pixel-space reasoning with curiosity-driven reinforcement learning.arXiv prepri...
-
[21]
Wang, S., Zhu, Y ., Yang, Z., Luo, X., Zhang, Y ., Fu, P., Wang, H., Wang, M., Song, Z., Li, Q., et al. Leveraging large language and vision models for knowledge extrac- tion from large-scale image–text colonoscopy records. Nature Biomedical Engineering, pp. 1–12, 2025d. Wang, T., Zhang, J., Fei, J., Zheng, H., Tang, Y ., Li, Z., Gao, M., and Zhao, S. Cap...
-
[22]
Qwen3 technical report.arXiv preprint arXiv:2505.09388, 2025a
Yang, A., Li, A., Yang, B., Zhang, B., Hui, B., Zheng, B., Yu, B., Gao, C., Huang, C., Lv, C., et al. Qwen3 technical report.arXiv preprint arXiv:2505.09388, 2025a. Yang, L., Kang, B., Huang, Z., Zhao, Z., Xu, X., Feng, J., and Zhao, H. Depth anything v2.Advances in Neural Information Processing Systems, 37:21875–21911,
-
[23]
Look-back: Implicit visual re-focusing in mllm reasoning
Yang, S., Niu, Y ., Liu, Y ., Ye, Y ., Lin, B., and Yuan, L. Look-back: Implicit visual re-focusing in mllm reasoning. arXiv preprint arXiv:2507.03019, 2025b. Yang, Z., Meng, Y ., Fu, K., Tang, F., Wang, S., and Song, Z. Exploring clip’s dense knowledge for weakly supervised semantic segmentation. InProceedings of the IEEE/CVF Conference on Computer Visio...
-
[24]
Zhang, J., Khayatkhoei, M., Chhikara, P., and Ilievski, F. Mllms know where to look: Training-free perception of small visual details with multimodal llms.arXiv preprint arXiv:2502.17422, 2025a. Zhang, X., Zhang, Y ., Xie, W., Li, M., Dai, Z., Long, D., Xie, P., Zhang, M., Li, W., and Zhang, M. Gme: Improving universal multimodal retrieval by multimodal l...
-
[25]
Thyme: Think beyond images.arXiv preprint arXiv:2508.11630, 2025b
Zhang, Y .-F., Lu, X., Yin, S., Fu, C., Chen, W., Hu, X., Wen, B., Jiang, K., Liu, C., Zhang, T., et al. Thyme: Think beyond images.arXiv preprint arXiv:2508.11630, 2025b. Zheng, Z., Yang, M., Hong, J., Zhao, C., Xu, G., Yang, L., Shen, C., and Yu, X. Deepeyes: Incentivizing” thinking with images” via reinforcement learning.arXiv preprint arXiv:2505.14362,
-
[26]
Zhu, J., Wang, W., Chen, Z., Liu, Z., Ye, S., Gu, L., Tian, H., Duan, Y ., Su, W., Shao, J., et al. Internvl3: Exploring advanced training and test-time recipes for open-source multimodal models.arXiv preprint arXiv:2504.10479, 2025a. Zhu, L., Ji, D., Chen, T., Xu, P., Ye, J., and Liu, J. Ibd: Alleviating hallucinations in large vision-language mod- els v...
Pith/arXiv arXiv 2023
-
[27]
In the RL post-training stage, we use a total of 26K samples, including 2K grounding samples from (Lin et al., 2014), 4K chart-related samples from (Masry et al., 2022), and 20K samples from V* following (Zheng et al., 2025). We adopt Qwen3- VL-30B-A3B-Instruct (Bai et al., 2025a) as the judge for node-grounded rewards, while Qwen3-30B-A3B-Instruct (Yang ...
2014
-
[28]
More Results and Discussions B.1
B. More Results and Discussions B.1. Quality of Scene Graphs To assess scene graph quality, we evaluate 1,000 sampled raw graphs using Gemini-3-Pro (Google DeepMind, 2025), measuring the correctness of 22029 nodes and 26283 edges. A node is considered correct if its bounding box region matches its entity tag and attributes. It reports that the nodes and e...
2025
-
[29]
bike on left\
is lower on image than the sconce’s y‑ range (67‑ 95), indicating that the lamp appears below the sconce.</think><answer>Below</answer>. Output: Below. 2D Understanding: CVBench-3D Question: What is the color of the cyclist's box? SaGe (Ours): Thinking: <think>I first observe a <entity>cyclist riding a bike</entity><bbox>[[338,752,381,819]]</bbox><depth>[...
2020
-
[30]
Together, they effectively promote graph-aligned visual reasoning
It instructs the LLM judge to first determine the number of anchored nodes and then evaluate the relevance of the visited nodes with respect to them, encouraging the reasoning process to efficiently navigate toward target nodes.When combined, the node-relevance reward (NRR) and node-grounded reward (NGR) exhibit strong complementarity: NRR guides which no...
1949
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.