{"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-2605-16883","title":"SE-GA: Memory-Augmented Self-Evolution for GUI Agents","arxiv_id":"2605.16883","date":"2026-05-16","proceeding":"ICML","authors":["Shilong Jin","Lanjun Wang","Zhuosheng Zhang"],"abstract":"Autonomous Graphical User Interface (GUI) agents often struggle with multi-step tasks due to constrained context windows and static policies that fail to adapt to dynamic environments. To address these limitations, this work proposes the Self-Evolving GUI Agent (SE-GA), a novel framework that integrates hierarchical memory structures with an iterative self-improvement mechanism. At the core of our approach is Test-Time Memory Extension (TTME), which facilitates long-term planning by dynamically retrieving episodic, semantic, and experiential memories to provide salient contexts during inference. To ensure continuous learning, we introduce Memory-Augmented Self-Evolution (MASE), which is a training pipeline that adopts the data collected by TTME to stabilize and enhance the agent's foundational policy. Extensive evaluations across both offline and online benchmarks demonstrate SE-GA achieves state-of-the-art performance, reaching success rates of 89.0\\% on ScreenSpot and 75.8\\% on the challenging AndroidControl-High dataset. Furthermore, significant improvements on the AndroidWorld benchmark highlight the superior generalization to dynamic environments. Open source code: https://github.com/jinshilong-dev/SE-GA","url_abs":"https://arxiv.org/abs/2605.16883","url_pdf":"https://arxiv.org/pdf/2605.16883","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=2605.16883","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.16883"}},"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/jinshilong-dev/SE-GA","reach":null}],"summary":{"ran":8,"ran_draft_wrong":1,"ran_fixture":1,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":11,"ran":10,"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":"9f3f739c1707ce64","entry":"EmbeddingProvider","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f3f739c1707ce64"}},{"code_sha256_prefix":"a9321b3855e5417c","entry":"EpisodicEntry","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a9321b3855e5417c"}},{"code_sha256_prefix":"c3c51c8ad6873b35","entry":"EpisodicMemory","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c3c51c8ad6873b35"}},{"code_sha256_prefix":"3ab42b7bedec2705","entry":"ExperientialEntry","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3ab42b7bedec2705"}},{"code_sha256_prefix":"bc04176bfa8de566","entry":"ExperientialMemory","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"bc04176bfa8de566"}},{"code_sha256_prefix":"6fd06ce921aa3b41","entry":"SemanticEntry","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6fd06ce921aa3b41"}},{"code_sha256_prefix":"8cf7ee9fb618e448","entry":"SemanticMemory","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8cf7ee9fb618e448"}},{"code_sha256_prefix":"201b4e8d12b7955c","entry":"VisualEncoder","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"201b4e8d12b7955c"}},{"code_sha256_prefix":"95334fc548831d33","entry":"cosine_similarity","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"95334fc548831d33"}},{"code_sha256_prefix":"72ccb7048c526c5a","entry":"top_k_indices","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"72ccb7048c526c5a"}},{"code_sha256_prefix":"3d7a1b0348834580","entry":"TTMEMemory","repo":"jinshilong-dev/SE-GA","repo_kind":"found_in_text","path":"gui_sega/ttme/memory/ttme.py","file_url":"https://github.com/jinshilong-dev/SE-GA/blob/HEAD/gui_sega/ttme/memory/ttme.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3d7a1b0348834580"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}