Update README.md
#2
by enjoyYin - opened
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
-
---
|
| 2 |
-
license:
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: image-text-to-text
|
| 6 |
+
tags:
|
| 7 |
+
- multimodal
|
| 8 |
+
- gui-agent
|
| 9 |
+
- reinforcement-learning
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Compress to Focus: Efficient Coordinate Compression for Policy Optimization in Multi-Turn GUI Agents
|
| 13 |
+
|
| 14 |
+
Yurun Song*, Jiong Yin*, Rongjunchen Zhang, Ian Harris
|
| 15 |
+
|
| 16 |
+
📖[Paper](https://arxiv.org/abs/2601.xxxxx) | 💻[Code](https://github.com/HiThink-Research/CCPO) | 🤗[Model-3b-3ao](https://huggingface.co/HiThink-Research/CCPO-3B-3AO-AITW) | 🤗Model-7b-3ao
|
| 17 |
+
|
| 18 |
+
**CCPO** is a state-of-the-art multimodal GUI agent framework that couples visual compression with policy optimization. It introduces **Coordinate-Aware Spatial Compression (CASC)**, which aggregates coordinates from multiple rollouts to capture target-relevant regions and progressively narrow historical attention around key visual areas. We further design a **Distance-Based Advantage** that provides fine-grained learning signals based on distance rather than binary correctness. Extensive experiments demonstrate that CCPO achieves SOTA performance across four benchmarks with up to 55% token compression and 3.8x training speedup.
|
| 19 |
+
|
| 20 |
+
## � Quick Start
|
| 21 |
+
|
| 22 |
+
Please refer to our [GitHub Repository](https://github.com/HiThink-Research/CCPO) for the full agent pipeline including the **CASC** coordinate compression mechanism, as well as the training and evaluation scripts.
|
| 23 |
+
|
| 24 |
+
## citation
|
| 25 |
+
|
| 26 |
+
If you find this model useful, please cite our paper:
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@inproceedings{song2026ccpo,
|
| 30 |
+
title={Compress to Focus: Efficient Coordinate Compression for Policy Optimization in Multi-Turn GUI Agents},
|
| 31 |
+
author={Yurun Song, Jiong Yin, Rongjunchen Zhang and Ian Harris},
|
| 32 |
+
booktitle={xxx},
|
| 33 |
+
year={2026}
|
| 34 |
+
}
|
| 35 |
+
```
|