LGCVJan 5

CORE: Code-based Inverse Self-Training Framework with Graph Expansion for Virtual Agents

arXiv:2601.02201v1h-index: 22
Originality Incremental advance
AI Analysis

This addresses the problem of low behavioral diversity and reliance on manual rewards in training virtual agents, offering a robust and generalizable paradigm, though it appears incremental by combining existing concepts.

The paper tackles the conflict between Behavior Cloning and Reinforcement Learning in training Multimodal Virtual Agents by introducing CORE, a framework that bridges imitation and exploration to enhance behavioral diversity without manual reward design, achieving significant improvements in overall performance and generalization on Web and Android platforms.

The development of Multimodal Virtual Agents has made significant progress through the integration of Multimodal Large Language Models. However, mainstream training paradigms face key challenges: Behavior Cloning is simple and effective through imitation but suffers from low behavioral diversity, while Reinforcement Learning is capable of discovering novel strategies through exploration but heavily relies on manually designed reward functions. To address the conflict between these two methods, we present CORE, a Code-based Inverse Self-Training Framework with Graph Expansion that bridges imitation and exploration, offering a novel training framework that promotes behavioral diversity while eliminating the reliance on manually reward design. Specifically, we introduce Semantic Code Abstraction to automatically infers reward functions from expert demonstrations without manual design. The inferred reward function, referred to as the Label Function, is executable code that verifies one key step within a task. Building on this, we propose Strategy Graph Expansion to enhance in-domain behavioral diversity, which constructs a multi-path graph called Strategy Graph that captures diverse valid solutions beyond expert demonstrations. Furthermore, we introduce Trajectory-Guided Extrapolation, which enriches out-of-domain behavioral diversity by utilizing both successful and failed trajectories to expand the task space. Experiments on Web and Android platforms demonstrate that CORE significantly improves both overall performance and generalization, highlighting its potential as a robust and generalizable training paradigm for building powerful virtual agents.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes