A11y-Compressor: A Framework for Enhancing the Efficiency of GUI Agent Observations through Visual Context Reconstruction and Redundancy Reduction

arXiv cs.AI / 5/4/2026

💬 OpinionModels & Research

Key Points

  • The paper introduces A11y-Compressor, a framework that converts linearized GUI accessibility trees into more compact, structured observation representations for GUI agents.
  • It addresses key limitations of the accessibility tree format—namely redundancy and missing structural/spatial relationship information—via a transformation pipeline.
  • The proposed implementation, Compressed-a11y, uses lightweight steps including modal detection, redundancy reduction, and semantic structuring to rebuild useful context.
  • Experiments on the OSWorld benchmark show token usage is cut to 22% of the original while improving average task success rate by 5.1 percentage points.

Abstract

AI agents that interact with graphical user interfaces (GUIs) require effective observation representations for reliable grounding. The accessibility tree is a commonly used text-based format that encodes UI element attributes, but it suffers from redundancy and lacks structural information such as spatial relationships among elements. We propose A11y-Compressor, a framework that transforms linearized accessibility trees into compact and structured representations. Our implementation, Compressed-a11y, applies a lightweight and structured transformation pipeline with modal detection, redundancy reduction, and semantic structuring. Experiments on the OSWorld benchmark show that Compressed-a11y reduces input tokens to 22% of the original while improving task success rates by 5.1 percentage points on average.

A11y-Compressor: A Framework for Enhancing the Efficiency of GUI Agent Observations through Visual Context Reconstruction and Redundancy Reduction | AI Navigate