




已阅读5页,还剩31页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
CS 345 Data Mining,Online algorithms Search advertising,Online algorithms,Classic model of algorithms You get to see the entire input, then compute some function of it In this context, “offline algorithm” Online algorithm You get to see the input one piece at a time, and need to make irrevocable decisions along the way Similar to data stream models,Example: Bipartite matching,1,2,3,4,a,b,c,d,Girls,Boys,Example: Bipartite matching,1,2,3,4,a,b,c,d,M = (1,a),(2,b),(3,d) is a matching Cardinality of matching = |M| = 3,Girls,Boys,Example: Bipartite matching,1,2,3,4,a,b,c,d,Girls,Boys,M = (1,c),(2,b),(3,d),(4,a) is a perfect matching,Matching Algorithm,Problem: Find a maximum-cardinality matching for a given bipartite graph A perfect one if it exists There is a polynomial-time offline algorithm (Hopcroft and Karp 1973) But what if we dont have the entire graph upfront?,Online problem,Initially, we are given the set Boys In each round, one girls choices are revealed At that time, we have to decide to either: Pair the girl with a boy Dont pair the girl with any boy Example of application: assigning tasks to servers,Online problem,1,2,3,4,(1,a),(2,b),(3,d),Greedy algorithm,Pair the new girl with any eligible boy If there is none, dont pair girl How good is the algorithm?,Competitive Ratio,For input I, suppose greedy produces matching Mgreedy while an optimal matching is Mopt Competitive ratio = minall possible inputs I (|Mgreedy|/|Mopt|),Analyzing the greedy algorithm,Consider the set G of girls matched in Mopt but not in Mgreedy Then it must be the case that every boy adjacent to girls in G is already matched in Mgreedy There must be at least |G| such boys Otherwise the optimal algorithm could not have matched all the G girls Therefore |Mgreedy| |G| = |Mopt - Mgreedy| |Mgreedy|/|Mopt| 1/2,Worst-case scenario,1,2,3,4,(1,a),(2,b),History of web advertising,Banner ads (1995-2001) Initial form of web advertising Popular websites charged X$ for every 1000 “impressions” of ad Called “CPM” rate Modeled similar to TV, magazine ads Untargeted to demographically tageted Low clickthrough rates low ROI for advertisers,Performance-based advertising,Introduced by Overture around 2000 Advertisers “bid” on search keywords When someone searches for that keyword, the highest bidders ad is shown Advertiser is charged only if the ad is clicked on Similar model adopted by Google with some changes around 2002 Called “Adwords”,Ads vs. search results,Web 2.0,Performance-based advertising works! Multi-billion-dollar industry Interesting problems What ads to show for a search? If Im an advertiser, which search terms should I bid on and how much to bid?,Adwords problem,A stream of queries arrives at the search engine q1, q2, Several advertisers bid on each query When query qi arrives, search engine must pick a subset of advertisers whose ads are shown Goal: maximize search engines revenues Clearly we need an online algorithm!,Greedy algorithm,Simplest algorithm is greedy Its easy to see that the greedy algorithm is actually optimal!,Complications (1),Each ad has a different likelihood of being clicked Advertiser 1 bids $2, click probability = 0.1 Advertiser 2 bids $1, click probability = 0.5 Clickthrough rate measured historically Simple solution Instead of raw bids, use the “expected revenue per click”,The Adwords Innovation,Advertiser,Bid,CTR,Bid * CTR,A,B,C,$1.00,$0.75,$0.50,1%,2%,2.5%,1 cent,1.5 cents,1.125 cents,The Adwords Innovation,Advertiser,Bid,CTR,Bid * CTR,A,B,C,$1.00,$0.75,$0.50,1%,2%,2.5%,1 cent,1.5 cents,1.125 cents,Complications (2),Each advertiser has a limited budget Search engine guarantees that the advertiser will not be charged more than their daily budget,Simplified model (for now),Assume all bids are 0 or 1 Each advertiser has the same budget B One advertiser per query Lets try the greedy algorithm Arbitrarily pick an eligible advertiser for each keyword,Bad scenario for greedy,Two advertisers A and B A bids on query x, B bids on x and y Both have budgets of $4 Query stream: xxxxyyyy Worst case greedy choice: BBBB_ Optimal: AAAABBBB Competitive ratio = Simple analysis shows this is the worst case,BALANCE algorithm MSVV,Mehta, Saberi, Vazirani, and Vazirani For each query, pick the advertiser with the largest unspent budget Break ties arbitrarily,Example: BALANCE,Two advertisers A and B A bids on query x, B bids on x and y Both have budgets of $4 Query stream: xxxxyyyy BALANCE choice: ABABBB_ Optimal: AAAABBBB Competitive ratio = ,Analyzing BALANCE,Consider simple case: two advertisers, A1 and A2, each with budget B (assume B 1) Assume optimal solution exhausts both advertisers budgets BALANCE must exhaust at least one advertisers budget If not, we can allocate more queries Assume BALANCE exhausts A2s budget,Analyzing Balance,Opt revenue = 2B Balance revenue = 2B-x = B+y,We have y x Balance revenue is minimum for x=y=B/2 Minimum Balance revenue = 3B/2 Competitive Ratio = 3/4,Queries allocated to A1 in optimal solution,Queries allocated to A2 in optimal solution,General Result,In the general case, worst competitive ratio of BALANCE is 11/e = approx. 0.63 Interestingly, no online algorithm has a better competitive ratio Wont go through the details here, but lets see the worst case that gives this ratio,Worst case for BALANCE,N advertisers, each with budget B N 1 NB queries appear in N rounds of B queries each Round 1 queries: bidders A1, A2, , AN Round 2 queries: bidders A2, A3, , AN Round i queries: bidders Ai, , AN Optimum allocation: allocate round i queries to Ai Optimum revenue NB,BALANCE allocation,A1,A2,A3,AN-1,AN,After k rounds, sum of allocations to each of bins Ak,AN is Sk = Sk+1 = = SN = 1 1 kB/(N-i+1),If we find the smallest k such that Sk B, then after k rounds we cannot allocate any queries to any advertiser,BALANCE analysis,B/1 B/2 B/3 B/(N-k+1) B/(N-1) B/N,S1,S2,Sk = B,BALANCE analysis,Fact: Hn = 1 i n1/i = approx. log(n) for large n Result due to Euler,1/1 1/2 1/3 1/(N-k+1) 1/(N-1) 1/N,log(N),Sk = 1 im
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 第2章 第2节 第1课时 冬季南北温差大夏季普遍高温(新说课稿)2025-2026学年八年级上册地理(人教版)
- Unit 10 Musical chairs说课稿小学英语新世纪英语三年级下册-新世纪英语
- 16 田忌赛马(教学设计)-统编版语文五年级下册
- 16.3 角的平分线说课稿初中数学冀教版2024八年级上册-冀教版2024
- 11 我是一张纸(教学设计)部编版道德与法治二年级下册
- 资产审计申请书
- 海事安全与保安培训课件
- 师大版九年级科学上第一章第一节第一课时质量守恒定律说课稿
- 退商户押金申请书
- 房产证遗失申请书
- 金属热处理工测试考核试卷及答案
- 食品安全宣传培训会课件
- GB/T 21415-2025体外诊断医疗器械建立校准品、正确度控制物质和人体样品赋值的计量溯源性要求
- 患者走失应急演练脚本(2篇)
- 安徽省2025年公需科目培训测验答案(科目一)
- 高中数学-斐波那契数列与黄金分割教学设计
- 数据驱动的教育决策
- 农作物植保员职业技能竞赛题库及答案
- T梁湿接缝及横隔梁施工方案
- (完整)易制毒化学品使用管理责任书
- 石群邱关源电路课件(第8至16单元)白底
评论
0/150
提交评论