File size: 2,471 Bytes
5019ad6 0faabcf f0d84b3 5019ad6 f0d84b3 5019ad6 f0d84b3 0faabcf f0d84b3 0faabcf f0d84b3 257258a f0d84b3 257258a f0d84b3 257258a f0d84b3 257258a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | ---
library_name: transformers
license: apache-2.0
pipeline_tag: image-text-to-text
tags:
- multimodal
- gui
---
# MobiMind-Decider-7B Model
This is the Decider Model of [MobiAgent](https://github.com/IPADS-SAI/MobiAgent) with 7B parameters, as presented in the paper [MobiAgent: A Systematic Framework for Customizable Mobile Agents](https://huggingface.co/papers/2509.00531), capable of high-level GUI interaction decision in GUI agent task execution.
## Paper Abstract
With the rapid advancement of Vision-Language Models (VLMs), GUI-based mobile agents have emerged as a key development direction for intelligent mobile systems. However, existing agent models continue to face significant challenges in real-world task execution, particularly in terms of accuracy and efficiency. To address these limitations, we propose MobiAgent, a comprehensive mobile agent system comprising three core components: the MobiMind-series agent models, the AgentRR acceleration framework, and the MobiFlow benchmarking suite. Furthermore, recognizing that the capabilities of current mobile agents are still limited by the availability of high-quality data, we have developed an AI-assisted agile data collection pipeline that significantly reduces the cost of manual annotation. Compared to both general-purpose LLMs and specialized GUI agent models, MobiAgent achieves state-of-the-art performance in real-world mobile scenarios.
## About MobiAgent
**MobiAgent** is a powerful mobile agent system including:
* **An agent model family**: MobiMind
* **An agent acceleration framework**: AgentRR
* **An agent benchmark**: MobiFlow
**System Architecture:**
<div align="center">
<p align="center">
<img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/arch.png" width="100%"/>
</p>
</div>
## Evaluation Results
<table>
<tr>
<td><img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/result1.png" width="100%"/></td>
<td><img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/result2.png" width="100%"/></td>
<td><img src="https://raw.githubusercontent.com/IPADS-SAI/MobiAgent/main/assets/result3.png" width="100%"/></td>
</tr>
</table>
## Usage
Deploy model inference service with vLLM:
```bash
vllm serve IPADS-SAI/MobiMind-Decider-7B
```
For more usage details, e.g., execute GUI tasks with ADB or our Android App, please refer to our [repo](https://github.com/IPADS-SAI/MobiAgent)! |