Daily Tech Briefing
AI 科技速览

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

AI 快讯
arXiv Machine Learning · 2026/7/28 04:00:00

Discrepancy-Rounded Fair Bandits with Static and Time-Varying Exposure Floors

AI 中文解读
这篇研究为解决推荐系统里的“公平曝光”问题提供了新思路。核心亮点是:在保证每个创作者或商品都能获得最低推荐次数的前提下,首次用数学方法证明了好算法能达到理论最优效率,且实验效果比现有调参方法更稳定。 通俗解读:想象你在刷短视频,平台不仅要让你看到喜欢的内容,还得确保每个小创作者都有一定曝光量,不能只推热门。以前的做法要么算不准、要么牺牲推荐质量。这篇论文发现,问题本质是个“舍入”游戏——把理想的公平曝光计划拆解成实际推送次数,并用巧妙算法既严格遵守每个创作者的曝光底线,又让推荐效果几乎不受影响。他们设计的新方法能适应不同时段的需求变化,比如某类内容这周必须多推几次,下周可以少推。 实际影响:对普通用户来说,你的推荐列表会更丰富多样,不再总是那几个人气账号;对小创作者和商家而言,他们的内容能被公平地展示给潜在用户,避免被算法埋没。平台也能更透明地履行合规要求,比如某些类别必须保证一定曝光比例,所有操作自动完成,无需人工调参数。
arXiv:2607.22935v1 Announce Type: new Abstract: Minimum-exposure constraints arise in recommendation, content curation, and regulated allocation when each provider, arm, or group must receive guaranteed exposure inside a period rather than only in aggregate. We study stochastic bandits with exact exposure floors and show that the right object is a rounding problem: a fractional fair schedule is realized as integral pulls, and the exposure error is exactly a discrepancy vector. The main contribution is a blockwise model with time-varying floors. BDQ-UCB satisfies every block floor deterministically and has fair regret governed by the nonmandatory budget $R$, not the horizon $T$, with high-probability regret $O(\sqrt{KR\log(KT)})$. A MOSS residual variant attains $O(\sqrt{KR})$, and a matching lower bound gives the minimax rate $\Theta(\sqrt{KR})$, even with positive mandatory exposure; a kl-UCB$^{++}$ residual rule adds instance-dependent optimality. The formulation becomes essential for overlapping group floors: per-arm rounding can violate a group constraint by $\Omega(s)$ in the group size, whereas Beck--Fiala null-space rounding meets every group floor within the block budget with violation below the arm degree $t$, and composes with UCB at the same $R$-parametrized regret. For learned group plans, we close disjoint systems at $\widetilde\Theta(\sqrt{KT})$, give a dual-ledger decomposition explaining why naive index rules fail under overlap, and prove a plan-sampling rule that is pathwise feasible under an initial cover-slack condition and attains a conditional $\widetilde O(\sqrt{KT})$ guarantee, leaving the condition-free overlap rate open. Experiments on synthetic floors, MovieLens-100k genre exposure, and deployment stress tests show exact feasibility without penalty tuning and regret competitive with tuned Lagrangian baselines.
分享
阅读原文