{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2602-09662","title":"TreeCUA: Efficiently Scaling GUI Automation with Tree-Structured Verifiable Evolution","arxiv_id":"2602.09662","date":"2026-02-10","proceeding":"ICML","authors":["Deyang Jiang","Jing Huang","Xuanle Zhao","Lei Chen","Liming Zheng","Fanfan Liu","Haibo Qiu","Peng Shi","Zhixiong Zeng"],"abstract":"Effectively scaling GUI automation is essential for computer-use agents (CUAs); however, existing work primarily focuses on scaling GUI grounding rather than the more crucial GUI planning, which requires more sophisticated data collection. In reality, the exploration process of a CUA across apps/desktops/web pages typically follows a tree structure, with earlier functional entry points often being explored more frequently. Thus, organizing large-scale trajectories into tree structures can reduce data cost and streamline the data scaling of GUI planning. In this work, we propose TreeCUA to efficiently scale GUI automation with tree-structured verifiable evolution. We propose a multi-agent collaborative framework to explore the environment, verify actions, summarize trajectories, and evaluate quality to generate high-quality and scalable GUI trajectories. To improve efficiency, we devise a novel tree-based topology to store and replay duplicate exploration nodes, and design an adaptive exploration algorithm to balance the depth (\\emph{i.e.}, trajectory difficulty) and breadth (\\emph{i.e.}, trajectory diversity). Moreover, we develop world knowledge guidance and global memory backtracking to avoid low-quality generation. Finally, we naturally extend and propose the TreeCUA-DPO method from abundant tree node information, improving GUI planning capability by referring to the branch information of adjacent trajectories. Experimental results show that TreeCUA and TreeCUA-DPO offer significant improvements, and out-of-domain (OOD) studies further demonstrate strong generalization. All trajectory node information and code will be available at https://github.com/UITron-hub/TreeCUA.","url_abs":"https://arxiv.org/abs/2602.09662","url_pdf":"https://arxiv.org/pdf/2602.09662","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.09662","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.09662"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/UITron-hub/TreeCUA","reach":null}],"summary":{"unverified":7},"by_repo_kind":{"found_in_text":{"samples":7,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"0b4e6c094f970221","entry":"find_json_files","repo":"UITron-hub/TreeCUA","repo_kind":"found_in_text","path":"exploration/traj_score_agent.py","file_url":"https://github.com/UITron-hub/TreeCUA/blob/HEAD/exploration/traj_score_agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"0b4e6c094f970221"}},{"code_sha256_prefix":"a94ee9f32e2fce8f","entry":"get_api_config","repo":"UITron-hub/TreeCUA","repo_kind":"found_in_text","path":"exploration/config.py","file_url":"https://github.com/UITron-hub/TreeCUA/blob/HEAD/exploration/config.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a94ee9f32e2fce8f"}},{"code_sha256_prefix":"4c1db174027ab5c2","entry":"get_max_candidates","repo":"UITron-hub/TreeCUA","repo_kind":"found_in_text","path":"exploration/exploration_agent.py","file_url":"https://github.com/UITron-hub/TreeCUA/blob/HEAD/exploration/exploration_agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"4c1db174027ab5c2"}},{"code_sha256_prefix":"d399825861ba6f87","entry":"get_postprocess_config","repo":"UITron-hub/TreeCUA","repo_kind":"found_in_text","path":"exploration/config.py","file_url":"https://github.com/UITron-hub/TreeCUA/blob/HEAD/exploration/config.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d399825861ba6f87"}},{"code_sha256_prefix":"236d2fda040dd4bb","entry":"get_verifier_config","repo":"UITron-hub/TreeCUA","repo_kind":"found_in_text","path":"exploration/config.py","file_url":"https://github.com/UITron-hub/TreeCUA/blob/HEAD/exploration/config.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"236d2fda040dd4bb"}},{"code_sha256_prefix":"ffae446d2916009c","entry":"is_screenshot_consistent","repo":"UITron-hub/TreeCUA","repo_kind":"found_in_text","path":"exploration/trajectory_utils.py","file_url":"https://github.com/UITron-hub/TreeCUA/blob/HEAD/exploration/trajectory_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"ffae446d2916009c"}},{"code_sha256_prefix":"6239584f58ef829f","entry":"resize_image_to_1024_768","repo":"UITron-hub/TreeCUA","repo_kind":"found_in_text","path":"exploration/exploration_agent.py","file_url":"https://github.com/UITron-hub/TreeCUA/blob/HEAD/exploration/exploration_agent.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6239584f58ef829f"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}