Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/30 15:56:11

On-Policy and Off-Policy Learning for Large Action Spaces

AI 中文解读
1. 核心亮点:这篇研究为“动作空间极大”的AI决策难题提供了两套新算法,让AI在数百万个选项中也能高效学习。 2. 通俗解读:想象一个AI要在一百万种商品里推荐给你,或者医生要选一种治疗方案。传统方法容易“挑花眼”,要么乱试、要么学不到经验。这篇论文把学习方式分成两类:一边摸索一边学的“在线学习”,和翻看历史记录学的“离线学习”。研究者发明了两种新招数:一种让AI参考相似选项的经验来快速锁定目标;另一种让AI从旧数据中学习时更谨慎,避免被带偏。就像人们下棋时,既会实战积累经验,也会复盘旧棋谱,关键是怎么在数不清的走法里找到好棋。 3. 实际影响:这项技术最直接的影响是让推荐系统、广告投放、医疗决策等功能变得更聪明高效。未来你刷短视频、逛购物网站时,AI能更精准地猜中你想要的,同时减少试错成本。在医疗领域,它也能帮助医生在大量药物和诊疗方案中快速找到最优选择,提升治疗效果。这些算法还降低了大数据学习的门槛,让更多企业能开发出实用的AI服务。
This thesis studies policy learning in interactive systems where an agent observes a context, selects an action from a very large set, and receives partial feedback. The main framework is contextual bandits, with two paradigms: on-policy learning, where the agent interacts sequentially with the environment and minimizes regret, and off-policy learning, where it learns from logged data collected by a logging policy. In large action spaces, both settings face major challenges: inefficient exploration, sparse data coverage, high-variance importance weights, extrapolation bias, and difficult optimization landscapes. The first part develops structured Bayesian methods for on-policy learning. We introduce meTS, a mixed-effect extension of Thompson sampling, and dTS, which leverages diffusion-inspired priors to model dependencies between actions. These methods share information across actions and yield regret guarantees depending on an effective number of actions. The second part addresses off-policy learning. We propose sDM, a structured direct method based on latent variables, show that optimization error can dominate estimation error in large action spaces, and introduce concave, efficiently optimizable policy-weighted log-likelihood objectives. Finally, we develop differentiable pessimistic methods based on exponential smoothing and PAC-Bayesian bounds to control the bias-variance trade-off of regularized importance-sampling estimators.
分享
阅读原文