CoolFace
Modelpublic

KDEGroup/UI-AGILE-3B

sourceHugging Facemitupdated 6mo agoView on Hugging Face
1likes25downloads
Model Card

UI-AGILE: Advancing GUI Agents with Effective Reinforcement Learning and Precise Inference-Time Grounding

<font size=4><div align='center' > [๐Ÿ“– Paper] [๐Ÿค— Checkpoints] [๐Ÿค— Data] [๐Ÿค— Daily Paper] [๐Ÿš€ Github]</div></font>

๐Ÿ”ฅ Overview

UI-AGILE is a framework designed to enhance Graphical User Interface (GUI) agents at both training and inference stages. It addresses common challenges in Multimodal Large Language Models (MLLMs) such as reasoning designs, ineffective rewards, and visual noise.

Key Features

  • โ€”Training Enhancements:
  • โ€”Continuous Reward Function: Incentivizes high-precision grounding.
  • โ€”"Simple Thinking" Reward: Balances planning depth with execution speed and grounding accuracy.
  • โ€”Cropping-based Resampling: Mitigates the sparse reward problem and improves learning on complex tasks.
  • โ€”Inference Enhancements:
  • โ€”Decomposed Grounding with Selection: Dramatically improves grounding accuracy on high-resolution displays by breaking the image into smaller, manageable parts.

UI-AGILE-7B achieves state-of-the-art grounding performance on benchmarks like ScreenSpot-Pro and ScreenSpot-v2 while maintaining strong general agent capabilities.

โญ๏ธ Citation

If you find this project useful, please cite:

bibtex
@misc{lian2025uiagileadvancingguiagents,
      title={UI-AGILE: Advancing GUI Agents with Effective Reinforcement Learning and Precise Inference-Time Grounding}, 
      author={Shuquan Lian and Yuhang Wu and Jia Ma and Zihan Song and Bingqi Chen and Xiawu Zheng and Hui Li},
      year={2025},
      eprint={2507.22025},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2507.22025}, 
}