REVIEW 2 major objections 4 minor 16 references
Projecting successive RGB-D frames into a shared voxel grid lets you prune already-seen visual tokens online, cutting usage by up to half while improving 3D question-answering.
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-11 21:50 UTC pith:7JADN4IU
load-bearing objection Clean online voxel-overlap token prune for multi-view 3D QA: real token cuts, modest gains, no training, but needs posed RGB-D and a slightly padded online baseline. the 2 major comments →
Seeing Once is Enough? Online Geometry-Aware Token Pruning for 3D Question Answering
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
An online, training-free geometry-aware pruning procedure that projects each successive posed RGB-D frame into a shared voxel space, builds a pixel-level then token-level overlap mask, and removes the corresponding visual tokens before they enter the language model reduces token budgets by up to 50 percent while improving zero-shot 3D question-answering performance on ScanQA, SQA3D and OpenEQA-HM3D.
What carries the argument
Shared 3D voxel occupancy mask: depth and camera pose turn every pixel into a world-coordinate voxel; previously occupied voxels mark redundant patches whose tokens are pruned at a controllable overlap threshold τ_o (best at 100 percent).
Load-bearing premise
Accurate depth maps and camera poses are available for every frame, and geometric voxel overlap is a safe proxy for visual-token redundancy, so already-observed patches can be dropped without losing task-critical appearance or viewpoint cues.
What would settle it
Run the same online pipeline on sequences whose depth or pose estimates are deliberately noisy (or replace the geometric mask with random pruning of equal token budget) and check whether Exact Match and LLM-Match still rise or instead fall below the unpruned uniform-sampling baseline.
If this is right
- Streaming 3D QA pipelines can keep token counts roughly constant even as more frames arrive, because only novel voxels contribute new tokens.
- Existing 2D VLMs become usable for multi-view 3D tasks without fine-tuning or offline frame selection.
- Maximum-coverage offline sampling can itself be post-processed by the same voxel mask, further cutting tokens while preserving or raising scores.
- Embodied agents that already maintain a voxel map can reuse that map as a free pruning signal for their vision-language stack.
Where Pith is reading between the lines
- If geometric overlap is a good redundancy signal, the same mask could be used inside the attention layers themselves rather than only as a pre-filter, further reducing FLOPs.
- The method may transfer to any multi-view setting where relative pose and depth are known (e.g., multi-camera vehicle perception) without 3D-specific training data.
- Performance gains suggest that current VLMs suffer from attention dilution by repeated views; explicit geometric de-duplication may be a general regularizer for long video inputs.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes the first online, training-free, geometry-aware token pruning method for 3D question answering with 2D VLMs. Each posed RGB-D frame is projected into a shared voxel grid (depth + pose); voxels already occupied by prior frames define a pixel-level overlap mask that is aggregated into a token-level mask (Eqs. 1–2) and used to drop redundant visual tokens before they enter the LLM (Eq. 3). The method is applied zero-shot to Qwen2.5-VL-7B and Qwen3-VL-8B. On ScanQA, SQA3D and OpenEQA-HM3D it reduces token counts by up to ~50 % while matching or modestly improving Exact Match / CIDEr / LLM-Match scores relative to uniform and maximum-coverage baselines (Tables 1–3). Ablations examine frame count, pruning threshold τ_o and categorical performance; additional results appear on VSI-Bench.
Significance. If the result holds under realistic depth/pose noise, the work supplies a practical, training-free route to online multi-view 3D QA that is immediately usable with existing VLMs and does not require offline frame selection or extra 3D modules. The simultaneous reduction in tokens and modest accuracy gains, together with the online single-pass design, are of clear engineering value for embodied and streaming settings. Strengths include zero-shot application to two recent open VLMs, multi-benchmark evaluation (including VSI-Bench and OpenEQA categories), and a transparent geometric definition of the pruning mask that does not rely on QA labels.
major comments (2)
- §3.2 and the experimental protocol (Tables 1–2): the online claim is demonstrated by feeding 30 uniformly sampled frames and pruning them down to roughly the token budget of a 20-frame baseline. While the mask itself is online, the comparison therefore mixes a denser input set with pruning. A pure online experiment that receives the same sequential stream as the baseline (or reports cumulative tokens under a fixed frame-arrival schedule) is needed to isolate the contribution of geometry-aware pruning from the benefit of simply seeing more frames.
- §3.2–3.3 and the weakest premise: every pruning decision rests on the assumption that accurate depth maps and camera poses are available and that geometric voxel occupancy is a reliable proxy for visual-token redundancy. The manuscript never quantifies sensitivity to depth noise, pose error or appearance change under viewpoint variation. Because this premise is load-bearing for the central claim, a controlled noise study (or at least an explicit statement of the required accuracy) is required before the online gains can be trusted outside clean ScanNet/HM3D reconstructions.
minor comments (4)
- Figure 3 and Table 4: error bars or multiple random seeds are absent; given the modest absolute gains (often <1 EM point), variability should be reported.
- §4.1: voxel size (0.1 m), resolution (640×480) and the precise definition of “Tokens” (prefill only? total across the benchmark?) are stated but not ablated; a short sensitivity paragraph would strengthen reproducibility.
- Code is promised but not yet released; for a systems paper this is a minor but real obstacle to verification.
- Typographical inconsistencies appear in the title (“SEEINGONCE ISENOUGH?”) and several figure captions; a light copy-edit pass is needed.
Circularity Check
No significant circularity; geometry-defined online pruning is evaluated zero-shot on external 3D-QA benchmarks with public VLMs.
full rationale
This is a self-contained empirical systems paper. The core method (§3.2–3.3) defines a pixel-to-token mask from depth+pose projection into a shared voxel set S and an overlap-ratio threshold τ_o; the mask is applied before the LLM with no dependence on QA labels or model outputs. Performance claims (token reduction up to ~50 % plus modest EM/CIDEr/LLM-Match gains) are measured on public held-out benchmarks (ScanQA-val, SQA3D-test, OpenEQA-HM3D, VSI-Bench) using frozen Qwen2.5-VL-7B and Qwen3-VL-8B. Ablations (frame count, τ_o) and offline MC comparisons are likewise external. Citations to prior offline sampling (Zheng et al., DTC) serve only as baselines, not as load-bearing uniqueness or ansatz justifications. Nothing is fitted then re-labeled as a prediction, and no self-citation chain forces the result. The only premise is the availability of posed RGB-D (explicitly stated), which is an assumption, not circularity.
Axiom & Free-Parameter Ledger
free parameters (3)
- pruning threshold τ_o =
100%
- voxel size =
0.1 m
- input resolution and frame counts =
640×480; 20/30/50/70 frames
axioms (4)
- domain assumption Accurate depth maps and camera poses are available for every input frame at inference time.
- ad hoc to paper Geometric occupancy of a voxel by a prior frame is a sufficient signal that the corresponding image tokens are redundant for 3D QA.
- standard math Standard pinhole projection and discrete voxelization correctly map pixels to world coordinates for ScanNet/HM3D-style indoor scenes.
- domain assumption Zero-shot Qwen2.5-VL / Qwen3-VL token grids align with non-overlapping P×P patches so that a binary mask m′ can drop tokens without architectural changes.
read the original abstract
Recent Multi-modal Large Language Models (MLLMs) have demonstrated remarkable performance on 2D question answering tasks. However, extending these models to the 3D question answering remains challenging, as they typically require multiple views of the scene, which incurs substantial computational cost at inference. To mitigate this issue, existing solutions rely on strategic frame selection or token-merging algorithms that require preprocessing in advance all frames of the scene, i.e., an offline fashion. In contrast, we propose the first online token-pruning method that can be integrated seamlessly with current MLLM models for 3D question answering tasks, without additional training and with lower memory usage.Our key insight is to project each input frame into a shared voxel space using depth information and camera pose, identifying spatially-overlapped regions across frames and selectively pruning redundant image tokens before they enter the language model. Our method enables efficient online processing while reducing up to 50% of token usage. We apply this approach to Qwen2.5-VL-7B and Qwen3-VL-8B, demonstrating improved performance on the ScanQA, SQA3D, and OpenEQA-HM3D benchmarks.
Figures
Reference graph
Works this paper leans on
-
[1]
Gpt-4 technical report.arXiv preprint arXiv:2303.08774,
Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Ale- man, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774,
-
[2]
Qwen2.5-vl technical report.arXiv preprint arXiv:2502.13923,
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, Humen Zhong, Yuanzhi Zhu, Mingkun Yang, Zhaohai Li, Jianqiang Wan, Pengfei Wang, Wei Ding, Zheren Fu, Yiheng Xu, Jiabo Ye, Xi Zhang, Tianbao Xie, Zesen Cheng, Hang Zhang, Zhibo Yang, Haiyang Xu, and Junyang Lin. Qwen2.5-vl technical report.ar...
-
[3]
Dave Zhenyu Chen, Angel X Chang, and Matthias Nießner
URLhttps://openreview.net/forum?id=tjZjv_qh_CE. Dave Zhenyu Chen, Angel X Chang, and Matthias Nießner. Scanrefer: 3d object localization in rgb- d scans using natural language. InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23–28, 2020, Proceedings, Part XX 16, pp. 202–221. Springer,
2020
-
[4]
Ll3da: Visual interactive instruction tuning for omni-3d understanding reasoning and planning
Sijin Chen, Xin Chen, Chi Zhang, Mingsheng Li, Gang Yu, Hao Fei, Hongyuan Zhu, Jiayuan Fan, and Tao Chen. Ll3da: Visual interactive instruction tuning for omni-3d understanding reasoning and planning. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 26428–26438, June 2024a. Yilun Chen, Shuai Yang, Haifeng Hua...
-
[5]
3d-r1: Enhancing reasoning in 3d vlms for unified scene understanding, 2025b
Ting Huang, Zeyu Zhang, and Hao Tang. 3d-r1: Enhancing reasoning in 3d vlms for unified scene understanding, 2025b. URLhttps://arxiv.org/abs/2507.23478. 10 Published at the First Workshop on Efficient Spatial Reasoning at ICLR 2026 Bo Li, Yuanhan Zhang, Dong Guo, Renrui Zhang, Feng Li, Hao Zhang, Kaichen Zhang, Yanwei Li, Ziwei Liu, and Chunyuan Li. Llava...
Pith/arXiv arXiv 2026
-
[6]
Video-llava: Learning united visual representation by alignment before projection
Bin Lin, Yang Ye, Bin Zhu, Jiaxi Cui, Munan Ning, Peng Jin, and Li Yuan. Video-llava: Learning united visual representation by alignment before projection. InProceedings of the 2024 Confer- ence on Empirical Methods in Natural Language Processing, pp. 5971–5984,
2024
-
[7]
Zhangyang Qi, Zhixiong Zhang, Ye Fang, Jiaqi Wang, and Hengshuang Zhao. Gpt4scene: Un- derstand 3d scenes from videos with vision-language models.arXiv preprint arXiv:2501.01428,
-
[8]
Yuan Tang, Xu Han, Xianzhi Li, Qiao Yu, Yixue Hao, Long Hu, and Min Chen. Minigpt-3d: Efficiently aligning 3d point clouds with large language models using 2d priors.arXiv preprint arXiv:2405.01413,
-
[9]
URLhttps://arxiv.org/abs/2505.09388. Weiyun Wang, Zhangwei Gao, Lixin Gu, Hengjun Pu, Long Cui, Xingguang Wei, Zhaoyang Liu, Linglin Jing, Shenglong Ye, Jie Shao, et al. Internvl3. 5: Advancing open-source multimodal models in versatility, reasoning, and efficiency.arXiv preprint arXiv:2508.18265,
-
[10]
Zehan Wang, Haifeng Huang, Yang Zhao, Ziang Zhang, and Zhou Zhao. Chat-3d: Data- efficiently tuning large language model for universal dialogue of 3d scenes.arXiv preprint arXiv:2308.08769,
-
[11]
Diankun Wu, Fangfu Liu, Yi-Hsin Hung, and Yueqi Duan. Spatial-mllm: Boosting mllm capabilities in visual-based spatial intelligence.arXiv preprint arXiv:2505.23747,
-
[12]
11 Published at the First Workshop on Efficient Spatial Reasoning at ICLR 2026 Yiming Zhang, ZeMing Gong, and Angel X. Chang. Multi3drefer: Grounding text description to multiple 3d objects. InProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pp. 15225–15236, October
2026
-
[13]
URLhttps://arxiv.org/abs/2412. 00493. arXiv preprint arXiv:2412.00493. Chenming Zhu, Tai Wang, Wenwei Zhang, Jiangmiao Pang, and Xihui Liu. Llava-3d: A simple yet effective pathway to empowering lmms with 3d capabilities. InProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pp. 4295–4305, October
-
[14]
Object State Recognition
A APPENDIX In this supplementary material, we provide more details in the following sections: • In Section B, we present the categorical-level performance comparison between our method and the uniform sampling baseline, using the OpenEQA-HM3D dataset (Majumdar et al., 2024). The results in this experiment further corroborates the benefits of our solution ...
2024
-
[15]
We observe that our method consistently achieves larger performance improvements than the baselines while using fewer tokens
We adopt increasing uniform sampling frame counts of 20, 30, 50, and 70 as baselines and apply our method on top of each. We observe that our method consistently achieves larger performance improvements than the baselines while using fewer tokens. For Qwen3- VL-8B, the baseline achieves an Exact Match of 51.4 with 70 uniformly sampled frames. Applying our...
2026
-
[16]
We use Qwen3-VL-8B as the base model for these results
The top row shows the raw frames, and the bottom row visualizes the results after applying our pruning method. We use Qwen3-VL-8B as the base model for these results. In Figure 5, we visualize two examples from the OpenEQA-HM3D dataset to illustrate how our method prunes redundant tokens and demonstrates its effectiveness. Our method removes highly overla...
2026
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.