paper-with-me

Papers

GAS: Generative Auto-bidding with Post-training Search

2024-12-22 · Yewen Li, Shuai Mao, Jingtong Gao, Nan Jiang, Yunjian Xu, Qingpeng Cai, Fei Pan, Peng Jiang, Bo An

Auto-bidding is essential in facilitating online advertising by automatically placing bids on behalf of advertisers. Generative auto-bidding, which generates bids based on an adjustable condition using models like transformers and diffusers, has recently emerged as a new trend due to its potential to learn optimal strategies directly from data and adjust flexibly to preferences. However, generative models suffer from low-quality data leading to a mismatch between condition, return to go, and true action value, especially in long sequential decision-making. Besides, the majority preference in the dataset may hinder models' generalization ability on minority advertisers' preferences. While it is possible to collect high-quality data and retrain multiple models for different preferences, the high cost makes it unaffordable, hindering the advancement of auto-bidding into the era of large foundation models. To address this, we propose a flexible and practical Generative Auto-bidding scheme using post-training Search, termed GAS, to refine a base policy model's output and adapt to various preferences. We use weak-to-strong search alignment by training small critics for different preferences and an MCTS-inspired search to refine the model's output. Specifically, a novel voting mechanism with transformer-based critics trained with policy indications could enhance search alignment performance. Additionally, utilizing the search, we provide a fine-tuning method for high-frequency preference scenarios considering computational efficiency. Extensive experiments conducted on the real-world dataset and online A/B test on the Kuaishou advertising platform demonstrate the effectiveness of GAS, achieving significant improvements, e.g., 1.554% increment of target cost.

📄 PDF Abstract BibTeX arXiv:2412.17018

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencySequential Decision Making

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

JD-BP: A Joint-Decision Generative Framework for Auto-Bidding and Pricing

2026-04-07 · Linghui Meng, Chun Gan, Shengsheng Niu, Chengcheng Zhang 외 arxiv

Auto-bidding services optimize real-time bidding strategies for advertisers under key performance indicator (KPI) constraints such as target return on investment and budget. However, uncertainties such as model predictio…

SEGB: Self-Evolved Generative Bidding with Local Autoregressive Diffusion

2025-12-31 · Yulong Gao, Wan Jiang, Mingzhe Cao, Xuepu Wang 외 arxiv

In the realm of online advertising, automated bidding has become a pivotal tool, enabling advertisers to efficiently capture impression opportunities in real-time. Recently, generative auto-bidding has shown significant …

VAO: Validation-Aligned Optimization for Cross-Task Generative Auto-Bidding

2025-10-09 · Yiqin Lv, Zhiyu Mou, Miao Xu, Jinghao Chen 외 arxiv

Generative auto-bidding has demonstrated strong performance in online advertising, yet it often suffers from data scarcity in small-scale settings with limited advertiser participation. While cross-task data sharing is a…

LBM: Hierarchical Large Auto-Bidding Model via Reasoning and Acting

2026-03-05 · Yewen Li, Zhiyi Lyu, Peng Jiang, Qingpeng Cai 외 arxiv

The growing scale of ad auctions on online advertising platforms has intensified competition, making manual bidding impractical and necessitating auto-bidding to help advertisers achieve their economic goals. Current aut…

Reinforcement Learning

Enhancing Generative Auto-bidding with Offline Reward Evaluation and Policy Search

2025-09-19 · Zhiyu Mou, Yiqin Lv, Miao Xu, Qi Wang 외 arxiv

Auto-bidding is a critical tool for advertisers to improve advertising performance. Recent progress has demonstrated that AI-Generated Bidding (AIGB), which learns a conditional generative planner from offline data, achi…

Reinforcement Learning