Enhancing Generative Auto-bidding with Offline Reward Evaluation and Policy Search
Zhiyu Mou, Yiqin Lv, Miao Xu, Qi Wang, Yixiu Mao, Qichen Ye, Chao Li, Rongquan Bai, Chuan Yu, Jian Xu, Bo Zheng
TL;DR
This work tackles auto-bidding under a budget by augmenting a generative auto-bidding framework with a trajectory evaluator and a KL-Lipschitz-constrained score-maximization objective, enabling safe exploration beyond the offline dataset. The core idea, AIGB-Pearl, learns a supervised trajectory evaluator and couples it with a Lipschitz-constrained planner trained via a Wasserstein-based regularization using synchronous coupling; a sub-optimality bound ties evaluator bias and dataset mismatch to the overall performance. The approach avoids bootstrapping instability typical of offline RL and provides theoretical guarantees on generalization while maintaining training stability. Extensive simulations and real-world A/B tests demonstrate state-of-the-art GMV gains and improved generalization to unseen advertisers, validating both the theoretical framework and practical algorithm. The method holds practical significance for scalable, reliable, and safe generative planning in large-scale online advertising systems.
Abstract
Auto-bidding serves as a critical tool for advertisers to improve their advertising performance. Recent progress has demonstrated that AI-Generated Bidding (AIGB), which learns a conditional generative planner from offline data, achieves superior performance compared to typical offline reinforcement learning (RL)-based auto-bidding methods. However, existing AIGB methods still face a performance bottleneck due to their inherent inability to explore beyond the static offline dataset. To address this, we propose {AIGB-Pearl} (\emph{{P}lanning with {E}valu{A}tor via RL}), a novel method that integrates generative planning and policy optimization. The core of AIGB-Pearl lies in constructing a trajectory evaluator for scoring generation quality and designing a provably sound KL-Lipschitz-constrained score maximization scheme to ensure safe and efficient exploration beyond the offline dataset. A practical algorithm incorporating the synchronous coupling technique is further devised to ensure the model regularity required by the proposed scheme. Extensive experiments on both simulated and real-world advertising systems demonstrate the state-of-the-art performance of our approach.
