REVIEW 4 major objections 5 minor 10 references
Audio-visual language models need explicit 3D perception—depth plus spatial audio—to locate and reason about sound sources; JAEGER reaches 99.2% accuracy on joint reasoning in simulated rooms.
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 · deepseek-v4-flash
2026-08-02 22:01 UTC pith:CGLNWCYO
load-bearing objection Solid simulation-only contribution with a new benchmark and a useful learned spatial-audio representation, but the paper overclaims the necessity of RGB-D depth — the ablations point to FOA as the load-bearing input, and the only 2D baseline is zero-shot. the 4 major comments →
JAEGER: Joint 3D Audio-Visual Grounding and Reasoning in Simulated Physical Environments
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On its own terms, the contribution is a demonstration that an end-to-end audio-visual LLM can be made 3D-aware without giving up language ability, and that the added modalities carry the task. The authors show that when RGB-D observations and FOA channels are jointly modeled, a single model can estimate direction of arrival in spherical coordinates, regress metric 3D boxes for sound-emitting objects, and resolve which of several visible speakers matches an uttered voice—even when two voices overlap. The headline evidence is the ablation: deleting the FOA encoder sends joint-reasoning accuracy from ~99% to 43.8–47.6%, indistinguishable from random, while deleting depth alone costs a few point
What carries the argument
The load-bearing mechanism is the Neural Intensity Vector: rather than extracting a fixed STFT-based active intensity vector from the omnidirectional and directional channels of first-order ambisonic audio, JAEGER encodes all four raw channels with a shared 1D CNN, multiplies the omnidirectional latent feature elementwise with each directional latent feature, concatenates the three axes, and maps the result through an MLP into a spatial embedding. This transplants the physics of acoustic intensity—the product of pressure and particle velocity—into a learned latent space, giving direction cues that survive reverberation and overlapping sources. The visual side uses a depth-projected 3D positi
Load-bearing premise
The load-bearing premise is that the simulated sound propagation, ambisonic microphone rendering, and depth images faithfully capture the difficult parts of real rooms; all headline results come from simulation, with no real-world validation.
What would settle it
Run the released model, without retraining, on two overlapping speakers in a real furnished room whose positions are known, recorded with a first-order ambisonic microphone and an RGB-D camera, and compare predicted azimuth/elevation and speaker matching to ground truth. If the overlap median angular error is far above the simulated 13.13° or matching accuracy falls toward chance, the claim that explicit 3D modeling plus Neural IV suffices for physical audio-visual reasoning would be falsified.
If this is right
- Adding FOA spatial audio to an AV-LLM changes joint speaker matching from chance to near-solved in simulation: accuracy goes from 43.8–47.6% without the FOA encoder to 98.6–99.5% with it.
- The learned Neural IV beats the classical intensity vector under overlapping sources (13.13° vs 16.09° median angular error) and degrades less when training and test source configurations are mismatched, suggesting learnable spatial representations are more robust than handcrafted features.
- Depth injection improves 3D grounding moderately—mean IoU 0.29→0.32 and median center offset 0.18→0.16 m—and also lifts reasoning accuracy, so metric geometry helps but is not the main driver of the reasoning gains.
- A single model can natively output spherical directions, metric 3D boxes, and speaker identities after low-rank fine-tuning, removing the need for separate localization modules and signal-processing front-ends.
- SpatialSceneQA provides 61k synchronized RGB-D plus 4-channel FOA samples with exact 3D annotations across held-out scenes and speaker meshes, making it a reusable training and evaluation resource for joint audio-visual grounding.
Where Pith is reading between the lines
- Because every reported number comes from simulation, the headline accuracy should be read as a simulation-level result; transferring to real rooms with real microphones and opaque surfaces is an untested leap that the paper's own framing ('simulated physical environments') implicitly concedes.
- The near-random FOA ablation shows the benchmark's reasoning tasks are built on directional disambiguation; it demonstrates that monaural audio lacks the necessary information for these questions, not that all audio-visual language understanding requires ambisonics.
- The 3D IoU of 0.32 is modest, and removing depth costs only a few accuracy points on reasoning, so the 99% matching scores likely reflect coarse left/center/right localization plus strong audio direction rather than fine metric grounding; finer spatial questions might expose a smaller audio-visual alignment than the headline suggests.
- The Neural IV recipe—learned products of omnidirectional and directional latent channels—is a generic inductive bias that could transfer to other microphone geometries or to self-supervised pretraining, since it does not depend on STFT binning or array-specific filters.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes JAEGER, an audio-visual large language model that augments Qwen2.5-Omni with RGB-D visual streams and first-order ambisonics (FOA), together with a learned Neural Intensity Vector (Neural IV) for spatial audio. It also introduces SpatialSceneQA, a 61k-sample synthetic benchmark built with SoundSpaces 2.0 and Habitat-Sim, covering single- and overlapping-source DoA estimation, 3D visual grounding, and multi-speaker matching. Experiments report strong performance on the synthetic benchmark, and ablations show that removing the FOA encoder collapses joint-reasoning accuracy to near-random levels, while Neural IV outperforms classical intensity-vector features.
Significance. If the results hold, the paper would provide a useful step toward end-to-end 3D audio-visual grounding: a unified integration of metric depth and directional audio into an existing AV-LLM, a large-scale simulated benchmark with precise 3D annotations, and a learnable spatial audio representation with improved cross-scenario generalization. The scene-based train/val/test splits, held-out loudspeaker assets, and cross-evaluation matrix are good experimental practices. However, the headline claim that explicit 3D modeling is necessary for physical reasoning is broader than the evidence, and several load-bearing comparisons lack appropriate baselines and statistical support.
major comments (4)
- [§5.2, Table 2] The only open-source omni baseline, Qwen2.5-Omni, is evaluated zero-shot, but the text and Introduction claim that 2D AV-LLMs 'fail even after fine-tuning.' No fine-tuned monaural/RGB baseline is reported. The below-random accuracy of Qwen2.5-Omni (35.8/44.0 vs random 45.6/47.4) is consistent with a task-format or instruction-following failure, not a demonstrated modality ceiling. Please fine-tune Qwen2.5-Omni (or an equivalent monaural/RGB model) on SpatialSceneQA under the same protocol, or remove the 'even after fine-tuning' claim.
- [§5.3, Table 5] The ablation supports the necessity of FOA, not of full RGB-D. Removing the FOA encoder drops 1-/2-speaker reasoning accuracy to 43.8/47.6, near random, but removing depth alone leaves accuracy at 96.9/94.9 (Neural IV) and 99.2/98.7 (Classical IV). Table 4 also shows only modest depth gains (mean 3D IoU 0.29→0.32, median visual offset 0.18→0.16 m). The Conclusion's statement that 'explicit 3D modeling of both visual depth and spatial audio is indispensable' is therefore overstated; the evidence shows directional audio is indispensable and depth provides a small improvement.
- [Tables 2–5] All metrics are reported as point estimates without variance, confidence intervals, or significance tests. This is particularly important for the Neural IV vs Classical IV comparison, where key margins are small (13.13° vs 16.09° overlap DoA; 99.2 vs 98.6 on 2-speaker reasoning; 94.9 vs 98.7 in the w/o-depth condition). Please report multiple seeds or bootstrap intervals for at least the main comparisons so the reader can assess whether these differences are reliable.
- [§5, Abstract/Conclusion] The evaluation is entirely confined to SoundSpaces 2.0/ Habitat-Sim simulations; no real-world recordings or validation are provided. The abstract and conclusion generalize to 'physical environments' and 'physical reasoning tasks' without evidence that simulated FOA/RGB-D renderings capture the difficulty of real acoustic scenes. Please either temper the claims to simulated environments or add a real-world validation set, even a small one.
minor comments (5)
- [Abstract vs. Section 6 / footnote] The abstract states source code, checkpoints, and datasets are available at a URL, while the last line of the full text says they 'will be released upon acceptance.' Please reconcile this inconsistency.
- [§5.2] The text refers to 'JAEGER-3D' in one place, but the model is named JAEGER throughout; please make the naming consistent.
- [Figure 1] There is a stray '61k1.' label in the figure overview; please remove or correct it.
- [Table 1 / §5.1] The reasoning tasks are described as multi-choice among Left/Center/Right, but the random baseline is reported as 45.6/47.4. If there are three visible candidates, random chance should be near 33%; please clarify the choice set or the random baseline construction.
- [§4.2 / Figure 2] For Neural IV, please clarify whether the 1D-CNN frontend uses shared or separate weights across the omnidirectional f_W and directional f_C channels, and how the latent frame rates are aligned before the element-wise product in Eq. (4).
Circularity Check
No circularity by construction; the central claims are empirical, and the self-citations are not load-bearing.
full rationale
JAEGER's claimed derivation chain is not circular. The model is trained and evaluated on the synthetic SpatialSceneQA benchmark, but that is standard supervised learning with held-out scene/speech splits and cross-evaluation experiments, not a reduction of the conclusion to the training input. Neural IV is a learned spatial-audio encoder, not a fitted parameter later relabeled as a prediction; it is compared against Classical IV as an ablation. The claim that explicit 3D audio-visual modeling is necessary rests on empirical ablations (Tables 4 and 5). The FOA-removal result is not tautological: although tasks D/E are designed to involve directional audio, monaural content such as speaker gender or voice identity could in principle solve the matching task, so the near-random performance without FOA is a measured outcome rather than a definitional identity. The depth ablation actually undercuts the strongest RGB-D necessity claim, since removing depth leaves near-ceiling accuracy in the 2-speaker case; however, an overbroad conclusion is a correctness/validity concern, not circularity. Some cited works have overlapping authors (Tang et al. 2024; Wang et al. 2025), but they are cited for standard intensity-vector computation, box-formatting conventions, and a widely used depth-encoding technique; no uniqueness theorem, forced ansatz, or load-bearing derivation is imported from them. The main limitations—simulation-only audio/visual rendering, a zero-shot 2D baseline rather than a fine-tuned one, and the modest magnitude of depth gains—bear on external validity and experimental completeness, not on circularity of the derivation.
Axiom & Free-Parameter Ledger
axioms (4)
- domain assumption SoundSpaces 2.0 renders physically plausible first-order ambisonics including reflections, diffraction, and absorption.
- domain assumption HM3D scenes and inserted Hunyuan3D loudspeaker assets are representative of real-world indoor environments and sound-emitting objects.
- domain assumption Qwen2.5-Omni provides a strong multimodal backbone for the tasks.
- ad hoc to paper The element-wise product of latent omnidirectional and directional features approximates acoustic intensity in a way that preserves directional information.
read the original abstract
Current audio-visual large language models (AV-LLMs) are predominantly restricted to 2D perception, relying on RGB video and monaural audio. This design choice introduces a fundamental dimensionality mismatch that precludes reliable source localization and spatial reasoning in complex 3D environments. We address this limitation by presenting JAEGER, a framework that extends AV-LLMs to 3D space, to enable joint spatial grounding and reasoning through the integration of RGB-D observations and multi-channel first-order ambisonics. A core contribution of our work is the neural intensity vector (Neural IV), a learned spatial audio representation that encodes robust directional cues to enhance direction-of-arrival estimation, even in adverse acoustic scenarios with overlapping sources. To facilitate large-scale training and systematic evaluation, we propose SpatialSceneQA, a benchmark of 61k instruction-tuning samples curated from simulated physical environments. Extensive experiments demonstrate that our approach consistently surpasses 2D-centric baselines across diverse spatial perception and reasoning tasks, underscoring the necessity of explicit 3D modelling for advancing AI in physical environments. Our source code, pre-trained model checkpoints, and datasets are available at https://github.com/liuzhan22/JAEGER.
Figures
Reference graph
Works this paper leans on
-
[4]
Grounded 3d-LLM with referent tokens.arXiv preprint arXiv:2405.10370, 2024b
Chen, Y ., Yang, S., Huang, H., Wang, T., Xu, R., Lyu, R., Lin, D., and Pang, J. Grounded 3d-LLM with referent tokens.arXiv preprint arXiv:2405.10370, 2024b. Cheng, Z., Leng, S., Zhang, H., Xin, Y ., Li, X., Chen, G., Zhu, Y ., Zhang, W., Luo, Z., Zhao, D., and Bing, L. VideoLLaMA 2: Advancing spatial-temporal modeling and audio understanding in video-LLM...
-
[7]
Tang, C., Li, Y ., Yang, Y ., Zhuang, J., Sun, G., Li, W., Ma, Z., and Zhang, C. video-SALMONN 2: Captioning- enhanced audio-visual large language models.arXiv preprint arXiv:2506.15220,
-
[8]
Wang, Y ., Ke, L., Zhang, B., Qu, T., Yu, H., Huang, Z., Yu, M., Xu, D., and Yu, D. N3D-VLM: Native 3D ground- ing enables accurate spatial reasoning in vision-language models.arXiv preprint arXiv:2512.16561,
-
[9]
Qwen2.5-Omni techni- cal report.arXiv preprint arXiv:2503.20215, 2025a
Xu, J., Guo, Z., He, J., Hu, H., He, T., Bai, S., Chen, K., Wang, J., Fan, Y ., Dang, K., et al. Qwen2.5-Omni techni- cal report.arXiv preprint arXiv:2503.20215, 2025a. Xu, J., Guo, Z., Hu, H., Chu, Y ., Wang, X., He, J., Wang, Y ., Shi, X., He, T., Zhu, X., Lv, Y ., Wang, Y ., Guo, D., Wang, H., Ma, L., Zhang, P., Zhang, X., Hao, H., Guo, Z., Yang, B., Z...
-
[10]
Zhu, C., Wang, T., Zhang, W., Pang, J., and Liu, X. LLaVa-3D: A simple yet effective pathway to empower- ing LMMs with 3D-awareness. InProc. ICCV, 2025a. 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 pr...
-
[2015]
Qi, Z., Zhang, Z., Fang, Y ., Wang, J., and Zhao, H. GPT4Scene: Understand 3D scenes from videos with vision-language models.arXiv preprint arXiv:2501.01428,
-
[2021]
SpatialVLM: Endowing vision- language models with spatial reasoning capabilities
Chen, B., Xu, Z., Kirmani, S., Ichter, B., Sadigh, D., Guibas, L., and Xia, F. SpatialVLM: Endowing vision- language models with spatial reasoning capabilities. In Proc. CVPR, 2024a. Chen, C., Schissler, C., Garg, S., Kobernik, P., Clegg, A., Calamia, P., Batra, D., Robinson, P. W., and Grauman, K. SoundSpaces 2.0: A simulation platform for visual- acoust...
2022
-
[2022]
Qwen3-VL technical report.arXiv preprint arXiv:2511.21631,
Bai, S., Cai, Y ., Chen, R., Chen, K., Chen, X., Cheng, Z., Deng, L., Ding, W., Gao, C., Ge, C., et al. Qwen3-VL technical report.arXiv preprint arXiv:2511.21631,
-
[2024]
Seed1.5-VL technical report.arXiv preprint arXiv:2505.07062,
Guo, D., Wu, F., Zhu, F., Leng, F., Shi, G., Chen, H., Fan, H., Wang, J., Jiang, J., Wang, J., et al. Seed1.5-VL technical report.arXiv preprint arXiv:2505.07062,
-
[2025]
Biswas, S., Khan, M. N. H., and Islam, B. OWL: Geometry- Aware Spatial Reasoning for Audio Large Language Models.arXiv preprint arXiv:2509.26140,
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.