DRIVE: Distributional and Retrieval-Augmented Bidding with Value Evaluation
About
Auto-bidding is a core component of real-time advertising systems, where decisions must optimize long-term performance under budget and cost constraints, while online exploration is prohibitively risky. Offline reinforcement learning and, more recently, Transformer-based sequence modeling have shown promise for learning bidding policies from logged data, but their unimodal and purely parametric formulations often collapse multiple effective bidding strategies into suboptimal averaged actions and perform unreliably under sparse or long-tail traffic. To mitigate these limitations, we propose DRIVE (Distributional and Retrieval-Augmented Bidding with Value Evaluation), a unified Transformer-based framework that decouples candidate action generation from decision making for offline auto-bidding. DRIVE combines distributional action modeling, retrieval-augmented candidate generation from high-quality historical decisions, and value-based evaluation to select the most promising bid at inference time. Extensive experiments on AuctionNet and additional offline reinforcement learning benchmarks demonstrate that DRIVE consistently improves bidding performance and generalizes well across multiple Transformer-based methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Auto-bidding | AuctionNet | Score551 | 150 | |
| Auto-bidding | AuctionNet-Sparse | Score51.8 | 112 | |
| Offline Reinforcement Learning | D4RL Gym hopper-medium | Normalized Return67.3 | 54 | |
| Offline Reinforcement Learning | D4RL Gym hopper-expert | Normalized Avg Return106.1 | 43 | |
| Offline Reinforcement Learning | D4RL MuJoCo hopper-medium-replay | Normalized Score89.2 | 42 | |
| Offline Reinforcement Learning | D4RL Maze2d-large | Normalized Performance84.4 | 39 | |
| Offline Reinforcement Learning | D4RL Maze2d-medium | Normalized Performance136.8 | 29 | |
| Offline Reinforcement Learning | D4RL Maze2d-umaze | Normalized Performance Score56.3 | 20 | |
| Offline Reinforcement Learning | D4RL Gym-MuJoCo walker2d-expert | Normalized Score108.6 | 19 | |
| Offline Reinforcement Learning | D4RL Gym MuJoCo halfcheetah-expert | Normalized Score93 | 8 |