Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Geo-R1: Improving Few-Shot Geospatial Referring Expression Understanding with Reinforcement Fine-Tuning

Created by
  • Haebom

Author

Zilun Zhang, Zian Guan, Tiancheng Zhao, Haozhan Shen, Tianyu Li, Yuxiang Cai, Zhonggen Su, Zhaojun Liu, Jianwei Yin, Xiang Li

Geo-R1: Few-Shot Geospatial Referring with Reasoning-Centric Reinforcement Fine-Tuning

Outline

This paper addresses the problem of understanding reference representations in remote sensing, which requires inference of object-context relationships. Supervised learning approaches demonstrate strengths with large datasets, but generalization performance suffers in data-poor environments. To address these limitations, we propose Geo-R1, an inference-driven reinforcement learning-based fine-tuning (RFT) paradigm for solving geospatial referencing problems in low-dataset environments. Geo-R1 first generates an explicit, interpretable inference chain that decomposes reference representations, then leverages these inferences to locate target objects. This "inference-and-act" process effectively leverages limited annotations, improves generalization, and provides interpretability. Geo-R1 consistently outperforms SFT-based models on geospatial referencing benchmarks in three low-dataset environments, demonstrating strong cross-dataset generalization.

Takeaways, Limitations

Solving the problem of understanding geospatial reference representations in low-data-volume environments.
Improve model interpretability by creating inference chains.
Effectively leveraging limited annotations to improve generalization performance.
Outperforms existing SFT models in three benchmarks.
Demonstrating cross-dataset generalization performance
Code and data to be released ( https://github.com/Geo-R1/geo-r1 )
👍