REVIEW 3 major objections 4 minor 10 cited by
OpenEarthAgent shows that a 4-billion-parameter agent, trained on 14,538 executable geospatial reasoning traces, matches or beats much larger models on structured tool use in remote sensing.
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 →
A 4B model fine-tuned on tool-augmented geospatial reasoning traces outperforms larger general-purpose models on executable GIS/spectral tool-use benchmarks and matches frontier models on trajectory fidelity.
T0 review reviewed 2026-08-02 challenge →
load-bearing objection OpenEarthAgent ships a valuable dataset and trained agent, but the headline SOTA claims rest on a self-built benchmark with an LLM judge—worth refereeing, with the caveat that the authors need to rule out train/test leakage. the 3 major comments →
OpenEarthAgent: A Unified Framework for Tool-Augmented Geospatial Agents
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The discovery is that a 4-billion-parameter agent, fine-tuned on LLM-generated reasoning traces that interleave natural-language thoughts with executable tool calls, can outperform much larger general-purpose models on geospatial tool use. In step-by-step and end-to-end tests, it leads in instance accuracy (99.51), tool selection (97.18), argument-name accuracy (96.08), argument-value accuracy (62.10), and trajectory-order fidelity, while its final-answer accuracy (45.26) stays competitive with frontier models. The framework couples a unified tool registry—where every perception, GIS, spectral, and raster operation shares one callable schema—with supervised fine-tuning on replay-validated tr
What carries the argument
The central mechanism is the unified tool registry: a standardized callable schema M=(xin, yout, ψ) that wraps heterogeneous geospatial operations (bounding-box detection, POI layer construction, NDVI/NBR index computation, distance measurement, GeoTIFF rendering) under one JSON contract, with a central orchestrator that executes tool calls, validates arguments, and caches intermediate outputs for deterministic replay. On top of this, trajectory-based policy learning fits the agent by maximum likelihood over verified action sequences, masking tool observations from the loss so the model learns to produce executable, spatially consistent chains rather than free-form answers.
Load-bearing premise
The load-bearing premise is that the LLM-generated reasoning traces and test answers are correct and faithful ground truth; if they encode wrong GIS logic or mis-measured results, the trained agent and the benchmark's scores inherit those errors.
What would settle it
Take a random sample of training traces and independently recompute their claimed measurements (distances, areas, burn percentages) with standard GIS software; if a meaningful fraction disagree with the ground-truth values, the training signal and benchmark accuracy are both unreliable. Alternatively, run a substring or near-duplicate check between training and test queries; high overlap would explain the agent's test-set edge.
If this is right
- A compact 4B agent can reach or exceed frontier-model performance on geospatial tool selection and argument correctness, implying that domain-specific agentic skill can be compressed into small models.
- The deterministic replay validation makes every reasoning step in the corpus executable and spatially checkable, so the same pipeline could audit or certify agent outputs.
- New tools can be added to the registry without retraining the backbone, so the framework can grow to new sensors or analyses.
- The corpus itself becomes a benchmark for structured EO reasoning, letting future work compare trajectory fidelity and argument validity rather than only final answers.
- Training on a mix of short and long trajectories improves logical consistency and tool-order fidelity more than either alone, according to the paper's ablations.
Where Pith is reading between the lines
- If the trace corpus is representative, this points to a general recipe: build a small, domain-specific tool-using agent by generating validated traces with a frontier model and distilling them via SFT; the same recipe may transfer to other tool-heavy domains such as medical imaging or document analysis.
- Because the answer-accuracy judge is itself a weaker language model, an independent human audit of a random test subset would clarify whether the 45% answer accuracy reflects genuine geospatial competence or judge leniency.
- The tool registry is interface-standardized but the underlying functions are deterministic; perturbing tool outputs during evaluation would reveal whether the agent can adapt to noisy or adversarial feedback, a test the paper does not run.
- No train/test deduplication analysis is reported, so some evaluation gains could come from query overlap; checking this would separate memorization from generalization.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces OpenEarthAgent, a unified framework for tool-augmented geospatial reasoning, together with a large corpus of 14,538 training and 1,169 evaluation instances containing over 107K reasoning steps. The framework standardizes perceptual, GIS, spectral, and georeferenced raster operations under a common tool registry and trains a Qwen3-4B backbone by supervised fine-tuning on LLM-generated reasoning traces validated by deterministic replay. The authors report that OpenEarthAgent-4B achieves state-of-the-art step-level tool metrics (Inst. 99.51, Tool. 97.18, ArgN. 96.08, ArgV. 62.10) on their benchmark, substantially improves end-to-end answer accuracy over the Qwen3 baseline, and transfers to the Earth-Agent benchmark (Table A6).
Significance. If the benchmark is accepted as a valid measure of geospatial tool-use reasoning, the contribution is significant: it provides a publicly available, large-scale corpus, a unified and extensible tool interface, deterministic replay validation, and evidence that a 4B model can learn structured multi-step geospatial workflows from trajectory supervision. The paper's strengths include deterministic replay validation of tool calls, ablations on data composition, tool schema, tool order, and high-level planning, and a cross-benchmark evaluation on Earth-Agent. These design choices are a useful step beyond static remote-sensing VLMs.
major comments (3)
- [Sec. 4.1 and Sec. S8] The final answer accuracy metric, which underlies the headline end-to-end gains (Table 4, Ans. 45.26), is produced by an LLM judge (gpt-4o-mini) using a 'standardized elaboration evaluation prompt.' Sec. S8 shows that an open-source judge (Qwen3-30B) assigns systematically higher absolute scores, though rankings are preserved. No human-validated calibration of this judge on the OpenEarthAgent test set is reported. I request a human-annotated subset (e.g., 100–200 instances) with inter-annotator agreement and judge–human correlation, plus an error analysis of judge failures. Without this, the end-to-end accuracy numbers are not verified against objective ground truth.
- [Sec. 3.1 and Fig. 2] The same automated pipeline (question synthesizer and conversational 1-shot generator) is used to create both the 14,538 training and the 1,169 test instances. The paper reports no analysis of overlap or similarity between the two splits — e.g., near-duplicate queries, identical regions/POIs, or repeated tool sequences. Since the model is fine-tuned on this distribution, the large improvements in Tables 3–4 could partially reflect train/test distributional overlap rather than learned geospatial reasoning. Please add a deduplication and similarity analysis (query text, image source, trace-level) and, ideally, evaluate on a held-out set built from unseen regions/templates. The cross-benchmark result (Table A6) is reassuring but uses reformatted tools and curated exemplars, so it does not eliminate this concern.
- [Sec. 3.1] The reasoning traces that serve as both training supervision and evaluation references are generated by an LLM module and validated mainly by deterministic replay and manual inspection of test samples only. No human audit of training traces or of the correctness of final reference answers is reported. If the generator encodes wrong GIS logic, hallucinated measurements, or biased question distributions, both the training signal and the benchmark are systematically corrupted. Please report a human audit on a random sample of training and test traces, including inter-annotator agreement, and provide examples of corrected or discarded traces. This would establish that the benchmark measures geospatial correctness rather than imitation of the generator's trace style.
minor comments (4)
- [Sec. 4.2] The phrase 'state-of-the-art Inst./Tool./ArgN./and ArgV.' should be qualified as 'state-of-the-art among evaluated models on the self-built OpenEarthAgent benchmark.' Also, Summarization Accuracy (Summ.) in Table 3 is not improved over frontier models (83.64 vs. o4-mini's 89.48), so the 'narrows the gap' claim should be scoped to the tool-level metrics.
- [Sec. S3, Table A7] Table A7 reports near-saturated F1 scores (e.g., GIS 99.53) that differ sharply from the main benchmark results in Table 4. Please clarify in the caption or text that these numbers are on the internal 8% validation split used for model selection, not on the 1,169-instance benchmark test set.
- [Sec. 3.1] The manual inspection of test samples is mentioned but not quantified. State how many test samples were inspected, by how many annotators, and what specific criteria were applied for 'realistic geospatial measurements.'
- [Throughout] Minor typographical and formatting issues: 'T able 1' (page 5), 'OpenEar thAgent' (page 2), inconsistent capitalization of 'Answer Acc.' vs. 'Answer Accuracy,' and the figure caption references in Fig. A1 are not fully self-contained.
Circularity Check
No significant circularity: performance claims are empirical, and independent cross-benchmark evidence exists.
full rationale
OpenEarthAgent is an empirical systems paper: it constructs a dataset, fine-tunes a model, and measures performance. There is no derivation chain in which a predicted quantity is definitionally equal to a fitted input. The training and evaluation sets are separate instances generated by the same LLM-based pipeline, which raises a legitimate distributional-validity concern about benchmark independence, but that is not a circularity of the kind required here (e.g., Eq. X = Eq. Y by construction, or a fitted parameter renamed as a prediction). The paper also evaluates on the external Earth-Agent benchmark, where OpenEarthAgent outperforms open baselines and approaches GPT-4o, providing independent grounding. The only self-citation with overlapping authors is ThinkGeo [29], used to motivate the research gap rather than as load-bearing evidence for the main claims. Under the stated standard, no circular step can be exhibited, so the appropriate finding is no significant circularity with score 0.
Axiom & Free-Parameter Ledger
axioms (4)
- domain assumption The LLM-synthesized reasoning traces are correct after automated replay validation.
- domain assumption The 1,169-item test set is a valid, contamination-free benchmark for the claims.
- domain assumption LLM-judge scores (gpt-4o-mini; Qwen3-30B check) are a faithful measure of final-answer correctness.
- domain assumption External geospatial services (OpenStreetMap, Google Earth Engine) and the tool execution environment behave deterministically across replay and evaluation.
Cite this review
Pith. "Pith review of OpenEarthAgent: A Unified Framework for Tool-Augmented Geospatial Agents." pith.science (2026). https://pith.science/paper/MGEUJBZL
@misc{pith2026260217665,
author = {Pith},
title = {Pith review of: OpenEarthAgent: A Unified Framework for Tool-Augmented Geospatial Agents},
year = {2026},
howpublished = {\url{https://pith.science/paper/MGEUJBZL}},
note = {Machine review of arXiv:2602.17665}
}
read the original abstract
Recent progress in multimodal reasoning has enabled agents that interpret imagery, connect it with language, and execute structured analytical tasks. Extending these capabilities to remote sensing remains challenging, as models must reason over spatial scale, geographic structures, and multispectral indices while maintaining coherent multi-step logic. To address this gap, we introduce \textit{OpenEarthAgent}, a unified framework for tool-augmented geospatial reasoning trained on satellite imagery, natural-language queries, and structured reasoning traces. Beyond serving as a benchmark, OpenEarthAgent establishes a cohesive agentic architecture built around a unified executable tool registry and trajectory-based policy learning. The framework standardizes heterogeneous visual, spectral, GIS, and georeferenced raster operations under a consistent callable schema, enabling modular orchestration and deterministic execution. Training is performed via supervised fine-tuning on structured reasoning trajectories with deterministic replay validation to ensure executability and spatial correctness. The accompanying corpus comprises 14,538 training and 1,169 evaluation instances with over 107K reasoning steps, spanning urban, environmental, disaster, and infrastructure domains and incorporating GIS operations alongside index analyses such as NDVI, NBR, and NDBI. Grounded in explicit reasoning traces, the learned agent demonstrates structured reasoning, stable spatial understanding, and interpretable tool-driven behaviour across diverse EO scenarios. We report consistent improvements over a strong baseline and competitive performance against recent open and closed-source models. Our code, data and trained models are publicly available: https://github.com/mbzuai-oryx/OpenEarthAgent
Figures
Forward citations
Cited by 10 Pith papers
-
TerraBench: Can Agents Reason Over Heterogeneous Earth-System Data?
TerraBench provides 403 executable tasks across three tracks to evaluate agents on unified Earth-system reasoning with tool-use and tolerance-aware metrics.
-
TerraBench: Can Agents Reason Over Heterogeneous Earth-System Data?
TerraBench is a new benchmark with 403 tasks across Earth-science domains that evaluates LLM agents on coordinating heterogeneous data using executable ReAct-style workflows and process-level metrics.
-
Can LLM Agents Respond to Disasters? Benchmarking Heterogeneous Geospatial Reasoning in Emergency Operations
DORA is the first end-to-end agentic benchmark for LLM-based disaster response, covering perception, spatial analysis, evacuation planning, temporal reasoning, and report generation over heterogeneous geospatial data,...
-
RemoteAgent: Bridging Vague Human Intents and Earth Observation with RL-based Agentic MLLMs
RemoteAgent uses RL fine-tuning on VagueEO to align MLLMs for vague EO intent recognition, handling simple tasks internally and routing dense predictions to tools via Model Context Protocol.
-
Agentic AI for Remote Sensing: Technical Challenges and Research Directions
Agentic AI faces structural challenges in remote sensing due to geospatial data properties and workflow constraints, requiring EO-native agents built around structured state, tool-aware reasoning, and validity-aware e...
-
GeoDisaster: Benchmarking Orchestrated Agents for Operational Disaster Geo-Intelligence
GeoDisaster provides a new benchmark for operational disaster geo-intelligence and proposes an RCEA-trained multi-agent framework with 18 geospatial tools that improves tool use and decision consistency over existing RS-VLMs.
-
Agentic AI for Remote Sensing: Technical Challenges and Research Directions
Agentic AI for remote sensing requires new designs centered on structured geospatial state, tool-aware reasoning, verifier-guided execution, and physical validity rather than generic extensions.
-
Agentic AI for Remote Sensing: Technical Challenges and Research Directions
Position paper identifies structural challenges in applying generic agentic AI to Earth Observation and outlines design principles for EO-native agents focused on geospatial state and validity.
-
Earth Science Foundation Models: From Perception to Reasoning and Discovery
The paper delivers a unified review and roadmap of Earth science foundation models, structured by capability depth from perception to agentic reasoning and by application breadth across atmosphere, hydrosphere, lithos...
-
Earth Science Foundation Models: From Perception to Reasoning and Discovery
A review of Earth science foundation models covering capability evolution from perception to discovery, applications across atmosphere/hydrosphere/lithosphere/biosphere/anthroposphere/cryosphere, over 200 datasets, an...
Reference graph
Works this paper leans on
-
[1]
In: Proceedings of the Com- puter Vision and Pattern Recognition Conference
Astruc, G., Gonthier, N., Mallet, C., Landrieu, L.: Anysat: One earth observation model for many resolutions, scales, and modalities. In: Proceedings of the Com- puter Vision and Pattern Recognition Conference. pp. 19530–19540 (2025)
2025
-
[2]
Cai, Z., Cao, M., Chen, H., Chen, K., Chen, K., Chen, X., Chen, X., Chen, Z., Chen, Z., Chu, P., Dong, X., Duan, H., Fan, Q., Fei, Z., Gao, Y., Ge, J., Gu, C., Gu, Y., Gui, T., Guo, A., Guo, Q., He, C., Hu, Y., Huang, T., Jiang, T., Jiao, P., Jin, Z., Lei, Z., Li, J., Li, J., Li, L., Li, S., Li, W., Li, Y., Liu, H., Liu, J., Hong, J., Liu, K., Liu, K., Li...
2024
-
[3]
In: Proceedings of the IEEE/CVF international conference on computer vision
Caron, M., Touvron, H., Misra, I., Jégou, H., Mairal, J., Bojanowski, P., Joulin, A.: Emerging properties in self-supervised vision transformers. In: Proceedings of the IEEE/CVF international conference on computer vision. pp. 9650–9660 (2021)
2021
-
[4]
Advances in Neural Information Processing Systems35, 197–211 (2022)
Cong, Y., Khanna, S., Meng, C., Liu, P., Rozi, E., He, Y., Burke, M., Lobell, D., Ermon, S.: Satmae: Pre-training transformers for temporal and multi-spectral satellite imagery. Advances in Neural Information Processing Systems35, 197–211 (2022)
2022
-
[5]
Advances in neural information processing systems36, 49250–49267 (2023) 16
Dai, W., Li, J., Li, D., Tiong, A., Zhao, J., Wang, W., Li, B., Fung, P.N., Hoi, S.: Instructblip: Towards general-purpose vision-language models with instruction tuning. Advances in neural information processing systems36, 49250–49267 (2023) 16
2023
-
[6]
arXiv preprint arXiv:2506.06281 (2025)
Danish, M.S., Munir, M.A., Shah, S.R.A., Khan, M.H., Anwer, R.M., Laaksonen, J., Khan, F.S., Khan, S.: Terrafm: A scalable foundation model for unified multi- sensor earth observation. arXiv preprint arXiv:2506.06281 (2025)
Pith/arXiv arXiv 2025
-
[7]
arXiv preprint arXiv:2509.23141 (2025)
Feng, P., Lv, Z., Ye, J., Wang, X., Huo, X., Yu, J., Xu, W., Zhang, W., Bai, L., He, C., et al.: Earth-agent: Unlocking the full landscape of earth observation with agents. arXiv preprint arXiv:2509.23141 (2025)
arXiv 2025
-
[8]
Advances in Neural Information Processing Systems36, 5506–5538 (2023)
Fuller, A., Millard, K., Green, J.: Croma: Remote sensing representations with contrastive radar-optical masked autoencoders. Advances in Neural Information Processing Systems36, 5506–5538 (2023)
2023
-
[9]
Google Earth Engine: Google earth engine.https://earthengine.google.com/ (2025)
2025
-
[10]
Nature645(8081), 633–638 (2025)
Guo, D., Yang, D., Zhang, H., Song, J., Wang, P., Zhu, Q., Xu, R., Zhang, R., Ma, S., Bi, X., et al.: Deepseek-r1 incentivizes reasoning in llms through reinforcement learning. Nature645(8081), 633–638 (2025)
2025
-
[11]
In: IGARSS 2024-2024 IEEE International Geoscience and Remote Sensing Symposium
Guo, H., Su, X., Wu, C., Du, B., Zhang, L., Li, D.: Remote sensing chatgpt: Solving remote sensing tasks with chatgpt and visual models. In: IGARSS 2024-2024 IEEE International Geoscience and Remote Sensing Symposium. pp. 11474–11478. IEEE (2024)
2024
-
[12]
arXiv preprint arXiv:1911.09296 (2019)
Gupta, R., Hosfelt, R., Sajeev, S., Patel, N., Goodman, B., Doshi, J., Heim, E., Choset, H., Gaston, M.: xbd: A dataset for assessing building damage from satellite imagery. arXiv preprint arXiv:1911.09296 (2019)
Pith/arXiv arXiv 1911
-
[13]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition
He, K., Chen, X., Xie, S., Li, Y., Dollár, P., Girshick, R.: Masked autoencoders are scalable vision learners. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. pp. 16000–16009 (2022)
2022
-
[14]
arXiv preprint arXiv:2505.20289 (2025)
Huang, Z., Ji, Y., Rajan, A.S., Cai, Z., Xiao, W., Wang, H., Hu, J., Lee, Y.J.: Vi- sualtoolagent (vista): A reinforcement learning framework for visual tool selection. arXiv preprint arXiv:2505.20289 (2025)
Pith/arXiv arXiv 2025
-
[15]
arXiv preprint arXiv:2310.18660 (2023)
Jakubik, J., Roy, S., Phillips, C., Fraccaro, P., Godwin, D., Zadrozny, B., Szwar- cman, D., Gomes, C., Nyirjesy, G., Edwards, B., et al.: Foundation models for generalist geospatial artificial intelligence. arXiv preprint arXiv:2310.18660 (2023)
Pith/arXiv arXiv 2023
-
[16]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Kuckreja, K., Danish, M.S., Naseer, M., Das, A., Khan, S., Khan, F.S.: Geochat: Grounded large vision-language model for remote sensing. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 27831– 27840 (2024)
2024
-
[17]
arXiv preprint arXiv:2408.03326 (2024)
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 transfer. arXiv preprint arXiv:2408.03326 (2024)
Pith/arXiv arXiv 2024
-
[18]
In: International conference on machine learning
Li, J., Li, D., Savarese, S., Hoi, S.: Blip-2: Bootstrapping language-image pre- training with frozen image encoders and large language models. In: International conference on machine learning. pp. 19730–19742. PMLR (2023)
2023
-
[19]
ISPRS journal of photogrammetry and remote sensing159, 296–307 (2020)
Li, K., Wan, G., Cheng, G., Meng, L., Han, J.: Object detection in optical remote sensing images: A survey and a new benchmark. ISPRS journal of photogrammetry and remote sensing159, 296–307 (2020)
2020
-
[20]
Remote Sensing 15(11), 2825 (2023)
Lin, X., Zhang, B., Wu, F., Wang, C., Yang, Y., Chen, H.: Sived: A sar image dataset for vehicle detection based on rotatable bounding box. Remote Sensing 15(11), 2825 (2023)
2023
-
[21]
IEEE Transactions on Geoscience and Remote Sensing62, 1–16 (2024) 17
Liu, F., Chen, D., Guan, Z., Zhou, X., Zhu, J., Ye, Q., Fu, L., Zhou, J.: Remoteclip: A vision language foundation model for remote sensing. IEEE Transactions on Geoscience and Remote Sensing62, 1–16 (2024) 17
2024
-
[22]
arXiv preprint arXiv:2502.11271 (2025)
Lu, P., Chen, B., Liu, S., Thapa, R., Boen, J., Zou, J.: Octotools: An agentic frame- work with extensible tools for complex reasoning. arXiv preprint arXiv:2502.11271 (2025)
Pith/arXiv arXiv 2025
-
[23]
arXiv preprint arXiv:2406.10100 (2024)
Luo, J., Pang, Z., Zhang, Y., Wang, T., Wang, L., Dang, B., Lao, J., Wang, J., Chen, J., Tan, Y., et al.: Skysensegpt: A fine-grained instruction tuning dataset and model for remote sensing vision-language understanding. arXiv preprint arXiv:2406.10100 (2024)
Pith/arXiv arXiv 2024
-
[24]
In: Proceed- ings of the IEEE/CVF International Conference on Computer Vision
Manas, O., Lacoste, A., Giró-i Nieto, X., Vazquez, D., Rodriguez, P.: Seasonal con- trast: Unsupervised pre-training from uncurated remote sensing data. In: Proceed- ings of the IEEE/CVF International Conference on Computer Vision. pp. 9414– 9423 (2021)
2021
-
[25]
OpenAI: Introducing gpt.https://openai.com(2025)
2025
-
[26]
OpenStreetMap contributors: Openstreetmap: Collaborative project to create a free editable map of the world.https://www.openstreetmap.org(2025)
2025
-
[27]
arXiv preprint arXiv:2306.14824 (2023)
Peng, Z., Wang, W., Dong, L., Hao, Y., Huang, S., Ma, S., Wei, F.: Kosmos- 2: Grounding multimodal large language models to the world. arXiv preprint arXiv:2306.14824 (2023)
Pith/arXiv arXiv 2023
-
[28]
IEEE Access9, 89644–89654 (2021)
Rahnemoonfar, M., Chowdhury, T., Sarkar, A., Varshney, D., Yari, M., Murphy, R.R.: Floodnet: A high resolution aerial imagery dataset for post flood scene un- derstanding. IEEE Access9, 89644–89654 (2021)
2021
-
[29]
arXiv preprint arXiv:2505.23752 (2025)
Shabbir, A., Munir, M.A., Dudhane, A., Sheikh, M.U., Khan, M.H., Fraccaro, P., Moreno, J.B., Khan, F.S., Khan, S.: Thinkgeo: Evaluating tool-augmented agents for remote sensing tasks. arXiv preprint arXiv:2505.23752 (2025)
arXiv 2025
-
[30]
arXiv preprint arXiv:2504.07615 (2025)
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 (2025)
Pith/arXiv arXiv 2025
-
[31]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Soni, S., Dudhane, A., Debary, H., Fiaz, M., Munir, M.A., Danish, M.S., Fraccaro, P., Watson, C.D., Klein, L.J., Khan, F.S., et al.: Earthdial: Turning multi-sensory earth observations to interactive dialogues. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 14303–14313 (2025)
2025
-
[32]
In: Pro- ceedings of the ACM SIGCAS/SIGCHI Conference on Computing and Sustainable Societies
Stamoulis, D., Marculescu, D.: Geo-olm: Enabling sustainable earth observation studies with cost-efficient open language models & state-driven workflows. In: Pro- ceedings of the ACM SIGCAS/SIGCHI Conference on Computing and Sustainable Societies. pp. 608–619 (2025)
2025
-
[33]
arXiv preprint arXiv:2505.08617 (2025)
Su, Z., Li, L., Song, M., Hao, Y., Yang, Z., Zhang, J., Chen, G., Gu, J., Li, J., Qu, X., et al.: Openthinkimg: Learning to think with images via visual tool reinforce- ment learning. arXiv preprint arXiv:2505.08617 (2025)
Pith/arXiv arXiv 2025
-
[34]
Nature Communications 14(1), 1444 (2023)
Sun, X., Yin, D., Qin, F., Yu, H., Lu, W., Yao, F., He, Q., Huang, X., Yan, Z., Wang, P., et al.: Revealing influencing factors on global waste distribution via deep- learning based dumpsite detection from satellite imagery. Nature Communications 14(1), 1444 (2023)
2023
-
[35]
arXiv preprint arXiv:2412.02732 (2024)
Szwarcman, D., Roy, S., Fraccaro, P., Gíslason, Þ.E., Blumenstiel, B., Ghosal, R., de Oliveira, P.H., Almeida, J.L.d.S., Sedona, R., Kang, Y., et al.: Prithvi-eo-2.0: A versatile multi-temporal foundation model for earth observation applications. arXiv preprint arXiv:2412.02732 (2024)
arXiv 2024
-
[36]
arXiv e-prints pp
Tseng, G., Fuller, A., Reil, M., Herzog, H., Beukema, P., Bastani, F., Green, J.R., Shelhamer, E., Kerner, H., Rolnick, D.: Galileo: Learning global and local features in pretrained remote sensing models. arXiv e-prints pp. arXiv–2502 (2025)
2025
-
[37]
In: Proceedings of the Computer Vision and Pattern Recognition Conference
Waldmann, L., Shah, A., Wang, Y., Lehmann, N., Stewart, A., Xiong, Z., Zhu, X.X., Bauer, S., Chuang, J.: Panopticon: Advancing any-sensor foundation mod- 18 els for earth observation. In: Proceedings of the Computer Vision and Pattern Recognition Conference. pp. 2204–2214 (2025)
2025
-
[38]
IEEE Geoscience and Remote Sensing Letters16(2), 310–314 (2018)
Wang, C., Bai, X., Wang, S., Zhou, J., Ren, P.: Multiscale visual attention networks for object detection in vhr remote sensing images. IEEE Geoscience and Remote Sensing Letters16(2), 310–314 (2018)
2018
-
[39]
arXiv preprint arXiv:2305.16291 (2023)
Wang, G., Xie, Y., Jiang, Y., Mandlekar, A., Xiao, C., Zhu, Y., Fan, L., Anand- kumar, A.: Voyager: An open-ended embodied agent with large language models. arXiv preprint arXiv:2305.16291 (2023)
Pith/arXiv arXiv 2023
-
[40]
arXiv preprint arXiv:2503.11849 (2025)
Wang, Y., Xiong, Z., Liu, C., Stewart, A.J., Dujardin, T., Bountos, N.I., Zavras, A., Gerken, F., Papoutsis, I., Leal-Taixé, L., et al.: Towards a unified copernicus foundation model for earth vision. arXiv preprint arXiv:2503.11849 (2025)
Pith/arXiv arXiv 2025
-
[41]
In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition workshops
Waqas Zamir, S., Arora, A., Gupta, A., Khan, S., Sun, G., Shahbaz Khan, F., Zhu, F., Shao, L., Xia, G.S., Bai, X.: isaid: A large-scale dataset for instance segmentation in aerial images. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition workshops. pp. 28–37 (2019)
2019
-
[42]
arXiv preprint arXiv:2505.16421 (2025)
Wei, Z., Yao, W., Liu, Y., Zhang, W., Lu, Q., Qiu, L., Yu, C., Xu, P., Zhang, C., Yin, B., et al.: Webagent-r1: Training web agents via end-to-end multi-turn reinforcement learning. arXiv preprint arXiv:2505.16421 (2025)
arXiv 2025
-
[43]
In: Proceedings of the IEEE conference on computer vision and pattern recognition
Xia, G.S., Bai, X., Ding, J., Zhu, Z., Belongie, S., Luo, J., Datcu, M., Pelillo, M., Zhang, L.: Dota: A large-scale dataset for object detection in aerial images. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 3974–3983 (2018)
2018
-
[44]
IEEE Transactions on Geoscience and Remote Sensing55(7), 3965–3981 (2017)
Xia, G.S., Hu, J., Hu, F., Shi, B., Bai, X., Zhong, Y., Zhang, L., Lu, X.: Aid: A benchmark data set for performance evaluation of aerial scene classification. IEEE Transactions on Geoscience and Remote Sensing55(7), 3965–3981 (2017)
2017
-
[45]
arXiv preprint arXiv:2406.07089 (2024)
Xu, W., Yu, Z., Mu, B., Wei, Z., Zhang, Y., Li, G., Peng, M.: Rs-agent: automating remote sensing tasks through intelligent agent. arXiv preprint arXiv:2406.07089 (2024)
Pith/arXiv arXiv 2024
-
[46]
arXiv preprint arXiv:2505.09388 (2025)
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 (2025)
Pith/arXiv arXiv 2025
-
[47]
Yao, S., Zhao, J., Yu, D., Du, N., Shafran, I., Narasimhan, K.R., Cao, Y.: React: Synergizingreasoningandactinginlanguagemodels.In:Theeleventhinternational conference on learning representations (2022)
2022
-
[48]
IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing15, 3365–3375 (2022)
Zhang, P., Xu, H., Tian, T., Gao, P., Li, L., Zhao, T., Zhang, N., Tian, J.: Se- fepnet: Scale expansion and feature enhancement pyramid network for sar aircraft detection with small sample dataset. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing15, 3365–3375 (2022)
2022
-
[49]
Remote Sensing13(18), 3690 (2021)
Zhang, T., Zhang, X., Li, J., Xu, X., Wang, B., Zhan, X., Xu, Y., Ke, X., Zeng, T., Su, H., et al.: Sar ship detection dataset (ssdd): Official release and comprehensive data analysis. Remote Sensing13(18), 3690 (2021)
2021
-
[50]
Zheng, Z., Yang, M., Hong, J., Zhao, C., Xu, G., Yang, L., Shen, C., Yu, X.: Deepeyes: Incentivizing" thinking with images" via reinforcement learning. arXiv preprint arXiv:2505.14362 (2025)
Pith/arXiv arXiv 2025
-
[51]
Zhu, H., Chen, X., Dai, W., Fu, K., Ye, Q., Jiao, J.: Orientation robust object detection in aerial images using deep convolutional neural network. In: 2015 IEEE international conference on image processing (ICIP). pp. 3735–3739. IEEE (2015) 1 Supplementary OpenEarthAgent: A Unified Framework for Tool-Augmented Geospatial Agents Supplementary material inc...
arXiv 2015
This paper was first reviewed by deepseek-v4-flash on August 2, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.