REVIEW 2 major objections 6 minor 1 cited by
State-of-the-art multimodal models fail constrained remote-sensing route planning: adherence stays low and costs stay high even on optimal gold paths.
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-15 11:59 UTC pith:76CFI2EM
load-bearing objection Solid, useful benchmark: free-form A*-optimal remote-sensing routes at 10 imes prior scale, with hierarchical metrics that cleanly expose the perception-to-planning drop. the 2 major comments →
NeSy-Route: A Neuro-Symbolic Benchmark for Constrained Route Planning in Remote Sensing
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Current multimodal large language models exhibit large, measurable gaps in both perception and planning when forced to generate constrained routes on real remote-sensing imagery; even the strongest systems achieve path-adherence rates of only 18–33 percent and elevated cost ratios relative to the A*-optimal trajectories that the NeSy-Route generation pipeline produces for each of its 10 821 samples.
What carries the argument
An automated neuro-symbolic data-generation loop that (1) samples agent- and task-specific traversability and preference vectors from a fixed knowledge base, (2) grounds them on eroded OpenEarthMap semantic masks, and (3) runs admissible Euclidean-heuristic A* to obtain a mathematically optimal trajectory, together with a three-level hierarchical evaluator that scores text understanding, region alignment, and final path quality separately.
Load-bearing premise
The paper treats its agent-specific traversability tables, preference rankings and pixel cost map as the unique correct definition of the safest or fastest path that a real agent would accept.
What would settle it
Human experts or real-world agents produce routes whose cumulative cost or geometric distance systematically disagrees with the A* trajectories generated under the paper’s cost map on a held-out subset of the same images.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces NeSy-Route, a large-scale neuro-symbolic benchmark for constrained route planning on remote-sensing imagery. It builds an automated pipeline that (i) samples agent/task configurations from a fixed knowledge base of eight land-cover classes, (ii) synthesizes natural-language queries with dual-LLM logical verification, (iii) grounds them on OpenEarthMap semantic masks via morphological erosion, and (iv) computes mathematically optimal trajectories with admissible Euclidean A* under a cost map W(p) derived from traversability and preference vectors. Three hierarchical tasks (textual constraint understanding, text–image alignment, constrained planning) are evaluated with symbolic metrics (TM/PR/FM, RM, AR/VR/CR/CD) on 3 607 / 12 975 / 10 821 samples respectively—nearly an order of magnitude larger than XLRS-Bench. Zero-shot evaluation of frontier and open-source MLLMs shows a sharp performance drop from text-only constraint parsing to vision-grounded planning (adherence rates ~18–33 %, cost ratios often ≫1), supporting the claim that current MLLMs remain deficient in perception and planning for remote-sensing route tasks.
Significance. If the reported deficiencies hold under the paper’s optimality definition, NeSy-Route supplies the first scalable, symbolically verifiable planning benchmark for remote-sensing MLLMs and a clear diagnostic hierarchy that isolates perception, reasoning and planning failures. Strengths include the closed-loop neuro-symbolic generation pipeline, A*-guaranteed gold trajectories (Sec. 3.3), multi-metric evaluation tables (Tabs. 4–6), and public release of data and code. These assets can drive both architectural improvements and more realistic remote-sensing agents for disaster response and field survey applications.
major comments (2)
- Sec. 3.1–3.3 and Eq. (1): the agent-specific TA/TC/TN tables (Tab. 1), preference rankings (Tab. 2) and the resulting cost map W(p) are hand-crafted. While the A* optimality claims are internally consistent under these rules, the paper never validates that the induced “safest/fastest/comfort” paths match human expert or real-agent judgments. A modest human-agreement study (or sensitivity analysis over alternative rankings) is needed to establish external validity of the Cost-Ratio and Chamfer-Distance metrics that underwrite the central deficiency claim.
- Sec. 4.1, Eq. (8): the Complexity Score D that stratifies Task 3 into Easy/Medium/Hard depends on free weights λ1–λ4 that are never specified or ablated. Without these values (or a statement that equal weights were used) the difficulty partitions and the reported performance degradation across strata cannot be reproduced or interpreted.
minor comments (6)
- Abstract and throughout: “NeSyRoute” / “NeSy-Route” spelling is inconsistent; standardize on one form.
- Fig. 1 caption and Task-2 description: the Region Vector is listed as length 8 yet the legend shows IDs 0–7; clarify whether the zero-padding convention is intentional.
- Sec. 3.3: the dual-LLM verification (DeepSeek-V3.2 + Gemini-3-Pro) is described only at a high level; a short quantitative report of rejection rates or residual mismatch would strengthen confidence in query fidelity.
- Tab. 4: Qwen3-VL-32B reports PR = –0.616; a brief note on how negative Kendall-τ is interpreted (or whether it is an artifact of ranking ties) would help readers.
- Sec. 5.1: domain-specific models (GeoChat, SkySenseGPT) are excluded for instruction-following failure; a short qualitative example of their output format would make the exclusion more transparent.
- Typographical: “School of Artifical Intelligence” (title page), “whcih” (p. 9), and occasional missing spaces after periods should be corrected.
Circularity Check
No significant circularity: GT vectors and A*-optimal trajectories are produced by an independent KB+heuristic pipeline before any evaluated MLLM is queried; model metrics are scored against that external oracle.
full rationale
The paper’s central claim (SOTA MLLMs exhibit large perception-to-planning gaps on 10 821 samples) is measured by comparing model outputs to ground-truth symbolic vectors and trajectories that are generated entirely outside the models under evaluation. Section 3.1 defines agent-specific TA/TC/TN tables and priority rankings from domain knowledge; Eq. (3) deterministically maps a configuration tuple to V_gt_trav and V_gt_pref via the KB; morphological grounding and the admissible/consistent Euclidean A* of Sec. 3.3 then produce mathematically optimal paths under the cost map of Eq. (1). Dual-LLM query synthesis (DeepSeek self-inference + Gemini verification) is used only to filter natural-language text so that it remains consistent with the already-fixed KB vectors; those LLMs never supply the final GT labels or the optimality reference. Consequently no evaluated quantity is fitted from, or defined in terms of, the models being scored, and no uniqueness theorem or ansatz is imported via self-citation. The sole mild self-reference is the dual-LLM filter, which does not enter the reported AR/CR/CD metrics and therefore does not raise the circularity score above 1.
Axiom & Free-Parameter Ledger
free parameters (3)
- λ1–λ4 complexity-score weights
- agent-specific preference rankings (Tab. 2)
- morphological erosion neighborhood and fill rules
axioms (4)
- standard math A* with admissible and consistent Euclidean heuristic returns a globally optimal path under non-negative costs W(p) ≥ 1
- domain assumption OpenEarthMap eight-class land-cover masks are high-fidelity ground truth for the visual scenes
- domain assumption The four agent types and three traversability levels (TA/TC/TN) correctly capture real physical constraints for pedestrian/car/drone/boat
- ad hoc to paper Dual-LLM (DeepSeek + Gemini) self-inference and compliance check produces queries whose extracted vectors match the KB
invented entities (2)
-
NeSy-Route three-level hierarchical task suite (textual constraint understanding, text–image alignment, constrained route planning)
no independent evidence
-
Complexity Score D (Eq. 8) combining inter/intra-class entropy and topological density
no independent evidence
read the original abstract
Remote sensing underpins crucial applications such as disaster relief and ecological field surveys, where systems must understand complex scenes and constraints and make reliable decisions. Current remote-sensing benchmarks mainly focus on evaluating perception and reasoning capabilities of multimodal large language models (MLLMs). They fail to assess planning capability, stemming either from the difficulty of curating and validating planning tasks at scale or from evaluation protocols that are inaccurate and inadequate. To address these limitations, we introduce NeSy-Route, a large-scale neuro-symbolic benchmark for constrained route planning in remote sensing. Within this benchmark, we introduce an automated data-generation framework that integrates high-fidelity semantic masks with heuristic search to produce diverse route-planning tasks with provably optimal solutions. This allows NeSy-Route to comprehensively evaluate planning across 10,821 route-planning samples, nearly 10 times larger than the largest prior benchmark. Furthermore, a three-level hierarchical neuro-symbolic evaluation protocol is developed to enable accurate assessment and support fine-grained analysis on perception, reasoning, and planning simultaneously. Our comprehensive evaluation of various state-of-the-art MLLMs demonstrates that existing MLLMs show significant deficiencies in perception and planning capabilities. We hope NeSy-Route can support further research and development of more powerful MLLMs for remote sensing. The dataset and code are available at https://mingyang1010.github.io/NeSy-Route/.
Figures
Forward citations
Cited by 1 Pith paper
-
LAST: Leveraging Tools as Hints to Enhance Spatial Reasoning for Multimodal Large Language Models
LAST augments MLLMs with a tool-abstraction sandbox and three-stage training to deliver around 20% gains on spatial reasoning tasks, outperforming closed-source models.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.