A Framework for Searching in Graphs in the Presence of Errors

D. Dereniowski, Daniel Graf, Stefan Tiegel, Przemyslaw Uzna'nski
{"title":"A Framework for Searching in Graphs in the Presence of Errors","authors":"D. Dereniowski, Daniel Graf, Stefan Tiegel, Przemyslaw Uzna'nski","doi":"10.4230/OASIcs.SOSA.2019.4","DOIUrl":null,"url":null,"abstract":"We consider the problem of searching for an unknown target vertex $t$ in a (possibly edge-weighted) graph. Each \\emph{vertex-query} points to a vertex $v$ and the response either admits $v$ is the target or provides any neighbor $s\\not=v$ that lies on a shortest path from $v$ to $t$. This model has been introduced for trees by Onak and Parys [FOCS 2006] and for general graphs by Emamjomeh-Zadeh et al. [STOC 2016]. In the latter, the authors provide algorithms for the error-less case and for the independent noise model (where each query independently receives an erroneous answer with known probability $p<1/2$ and a correct one with probability $1-p$). \nWe study this problem in both adversarial errors and independent noise models. First, we show an algorithm that needs $\\frac{\\log_2 n}{1 - H(r)}$ queries against \\emph{adversarial} errors, where adversary is bounded with its rate of errors by a known constant $r<1/2$. Our algorithm is in fact a simplification of previous work, and our refinement lies in invoking amortization argument. We then show that our algorithm coupled with Chernoff bound argument leads to an algorithm for independent noise that is simpler and with a query complexity that is both simpler and asymptotically better to one of Emamjomeh-Zadeh et al. [STOC 2016]. \nOur approach has a wide range of applications. First, it improves and simplifies Robust Interactive Learning framework proposed by Emamjomeh-Zadeh et al. [NIPS 2017]. Secondly, performing analogous analysis for \\emph{edge-queries} (where query to edge $e$ returns its endpoint that is closer to target) we actually recover (as a special case) noisy binary search algorithm that is asymptotically optimal, matching the complexity of Feige et al. [SIAM J. Comput. 1994]. Thirdly, we improve and simplify upon existing algorithm for searching of \\emph{unbounded} domains due to Aslam and Dhagat [STOC 1991].","PeriodicalId":93491,"journal":{"name":"Proceedings of the SIAM Symposium on Simplicity in Algorithms (SOSA)","volume":"6 1","pages":"4:1-4:17"},"PeriodicalIF":0.0000,"publicationDate":"2018-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"17","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings of the SIAM Symposium on Simplicity in Algorithms (SOSA)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.4230/OASIcs.SOSA.2019.4","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 17

Abstract

We consider the problem of searching for an unknown target vertex $t$ in a (possibly edge-weighted) graph. Each \emph{vertex-query} points to a vertex $v$ and the response either admits $v$ is the target or provides any neighbor $s\not=v$ that lies on a shortest path from $v$ to $t$. This model has been introduced for trees by Onak and Parys [FOCS 2006] and for general graphs by Emamjomeh-Zadeh et al. [STOC 2016]. In the latter, the authors provide algorithms for the error-less case and for the independent noise model (where each query independently receives an erroneous answer with known probability $p<1/2$ and a correct one with probability $1-p$). We study this problem in both adversarial errors and independent noise models. First, we show an algorithm that needs $\frac{\log_2 n}{1 - H(r)}$ queries against \emph{adversarial} errors, where adversary is bounded with its rate of errors by a known constant $r<1/2$. Our algorithm is in fact a simplification of previous work, and our refinement lies in invoking amortization argument. We then show that our algorithm coupled with Chernoff bound argument leads to an algorithm for independent noise that is simpler and with a query complexity that is both simpler and asymptotically better to one of Emamjomeh-Zadeh et al. [STOC 2016]. Our approach has a wide range of applications. First, it improves and simplifies Robust Interactive Learning framework proposed by Emamjomeh-Zadeh et al. [NIPS 2017]. Secondly, performing analogous analysis for \emph{edge-queries} (where query to edge $e$ returns its endpoint that is closer to target) we actually recover (as a special case) noisy binary search algorithm that is asymptotically optimal, matching the complexity of Feige et al. [SIAM J. Comput. 1994]. Thirdly, we improve and simplify upon existing algorithm for searching of \emph{unbounded} domains due to Aslam and Dhagat [STOC 1991].
图中存在错误的搜索框架
我们考虑在一个(可能是边加权的)图中搜索未知目标顶点$t$的问题。每个\emph{顶点查询}都指向顶点$v$,响应要么承认$v$是目标,要么提供位于从$v$到$t$的最短路径上的任何邻居$s\not=v$。该模型由Onak和Parys [fos 2006]和Emamjomeh-Zadeh等人[STOC 2016]引入。在后者中,作者提供了无错误情况和独立噪声模型的算法(其中每个查询独立地接收一个已知概率为$p<1/2$的错误答案和一个概率为$1-p$的正确答案)。我们在对抗性误差和独立噪声模型中研究了这个问题。首先,我们展示了一种算法,该算法需要$\frac{\log_2 n}{1 - H(r)}$针对\emph{对抗性}错误的查询,其中对手的错误率受到已知常数$r<1/2$的限制。我们的算法实际上是对之前工作的简化,我们的改进在于调用摊销参数。然后,我们证明,我们的算法与Chernoff界参数相结合,导致了一种更简单的独立噪声算法,其查询复杂度比Emamjomeh-Zadeh等人的算法更简单,且渐近更好。[STOC 2016]。我们的方法有广泛的应用。首先,它改进并简化了Emamjomeh-Zadeh等人[NIPS 2017]提出的鲁棒交互式学习框架。其次,对\emph{边查询}执行类似的分析(其中对边的查询$e$返回更接近目标的端点),我们实际上恢复(作为特殊情况)渐近最优的噪声二进制搜索算法,匹配Feige等人的复杂性[SIAM J. Comput. 1994]。第三,基于Aslam和Dhagat [STOC 1991]对已有的\emph{无界域}搜索算法进行改进和简化。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 求助全文
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信