Zum Hauptinhalt springen

Showing 1–25 of 25 results for author: Shimony, S E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.14796  [pdf, other

    cs.AI

    Planning and Acting While the Clock Ticks

    Authors: Andrew Coles, Erez Karpas, Andrey Lavrinenko, Wheeler Ruml, Solomon Eyal Shimony, Shahaf Shperberg

    Abstract: Standard temporal planning assumes that planning takes place offline and then execution starts at time 0. Recently, situated temporal planning was introduced, where planning starts at time 0 and execution occurs after planning terminates. Situated temporal planning reflects a more realistic scenario where time passes during planning. However, in situated temporal planning a complete plan must be g… ▽ More

    Submitted 21 March, 2024; originally announced March 2024.

  2. arXiv:2303.02664  [pdf, other

    cs.AI

    A Formal Metareasoning Model of Concurrent Planning and Execution

    Authors: Amihay Elboher, Ava Bensoussan, Erez Karpas, Wheeler Ruml, Shahaf S. Shperberg, Solomon E. Shimony

    Abstract: Agents that plan and act in the real world must deal with the fact that time passes as they are planning. When timing is tight, there may be insufficient time to complete the search for a plan before it is time to act. By commencing execution before search concludes, one gains time to search by making planning and execution concurrent. However, this incurs the risk of making incorrect action choic… ▽ More

    Submitted 5 March, 2023; originally announced March 2023.

  3. arXiv:2302.09614  [pdf, other

    math.CO cs.DS

    On Existence of Must-Include Paths and Cycles in Undirected Graphs

    Authors: Yefim Dinitz, Solomon Eyal Shimony

    Abstract: Given an undirected graph $G=(V,E)$ and vertices $s,t,w_1,w_2\in V$, we study finding whether there exists a simple path $P$ from $s$ to $t$ such that $w_1,w_2 \in P$. As a sub-problem, we study the question: given an undirected graph and three of its edges, does there exist a simple cycle containing all those edges? We provide necessary and sufficient conditions for the existence of such paths an… ▽ More

    Submitted 19 February, 2023; originally announced February 2023.

  4. arXiv:1503.01327  [pdf, other

    cs.AI

    Estimating the Probability of Meeting a Deadline in Hierarchical Plans

    Authors: Liat Cohen, Solomon Eyal Shimony, Gera Weiss

    Abstract: Given a hierarchical plan (or schedule) with uncertain task times, we propose a deterministic polynomial (time and memory) algorithm for estimating the probability that its meets a deadline, or, alternately, that its {\em makespan} is less than a given duration. Approximation is needed as it is known that this problem is NP-hard even for sequential plans (just, a sum of random variables). In addit… ▽ More

    Submitted 24 December, 2017; v1 submitted 4 March, 2015; originally announced March 2015.

    Comments: A jornal version of an IJCAI-2015 paper: "Estimating the Probability of Meeting a Deadline in Hierarchical Plans"

  5. arXiv:1411.6593  [pdf, ps, other

    cs.AI

    Rational Deployment of Multiple Heuristics in IDA*

    Authors: David Tolpin, Oded Betzalel, Ariel Felner, Solomon Eyal Shimony

    Abstract: Recent advances in metareasoning for search has shown its usefulness in improving numerous search algorithms. This paper applies rational metareasoning to IDA* when several admissible heuristics are available. The obvious basic approach of taking the maximum of the heuristics is improved upon by lazy evaluation of the heuristics, resulting in a variant known as Lazy IDA*. We introduce a rational v… ▽ More

    Submitted 24 November, 2014; originally announced November 2014.

    Comments: 7 pages, 6 tables, 20 references

  6. arXiv:1408.2048  [pdf

    cs.AI

    Selecting Computations: Theory and Applications

    Authors: Nicholas Hay, Stuart Russell, David Tolpin, Solomon Eyal Shimony

    Abstract: Sequential decision problems are often approximately solvable by simulating possible future action sequences. Metalevel decision procedures have been developed for selecting which action sequences to simulate, based on estimating the expected improvement in decision quality that would result from any particular simulation; an example is the recent work on using bandit algorithms to control Monte C… ▽ More

    Submitted 9 August, 2014; originally announced August 2014.

    Comments: Appears in Proceedings of the Twenty-Eighth Conference on Uncertainty in Artificial Intelligence (UAI2012)

    Report number: UAI-P-2012-PG-346-355

  7. Generic Preferences over Subsets of Structured Objects

    Authors: Maxim Binshtok, Ronen I. Brafman, Carmel Domshlak, Solomon Eyal Shimony

    Abstract: Various tasks in decision making and decision support systems require selecting a preferred subset of a given set of items. Here we focus on problems where the individual items are described using a set of characterizing attributes, and a generic preference specification is required, that is, a specification that can work with an arbitrary set of items. For example, preferences over the content of… ▽ More

    Submitted 15 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 34, pages 133-164, 2009

  8. arXiv:1305.5030  [pdf, other

    cs.AI

    Towards Rational Deployment of Multiple Heuristics in A*

    Authors: David Tolpin, Tal Beja, Solomon Eyal Shimony, Ariel Felner, Erez Karpas

    Abstract: The obvious way to use several admissible heuristics in A* is to take their maximum. In this paper we aim to reduce the time spent on computing heuristics. We discuss Lazy A*, a variant of A* where heuristics are evaluated lazily: only when they are essential to a decision to be made in the A* search process. We present a new rational meta-reasoning based scheme, rational lazy A*, which decides wh… ▽ More

    Submitted 22 May, 2013; originally announced May 2013.

    Comments: 7 pages, IJCAI 2013, to appear

  9. arXiv:1304.1093  [pdf

    cs.AI

    A New Algorithm for Finding MAP Assignments to Belief Networks

    Authors: Solomon Eyal Shimony, Eugene Charniak

    Abstract: We present a new algorithm for finding maximum a-posterior) (MAP) assignments of values to belief networks. The belief network is compiled into a network consisting only of nodes with boolean (i.e. only 0 or 1) conditional probabilities. The MAP assignment is then found using a best-first search on the resulting network. We argue that, as one would anticipate, the algorithm is exponential for t… ▽ More

    Submitted 27 March, 2013; originally announced April 2013.

    Comments: Appears in Proceedings of the Sixth Conference on Uncertainty in Artificial Intelligence (UAI1990)

    Report number: UAI-P-1990-PG-98-105

  10. arXiv:1303.5751  [pdf

    cs.AI

    Algorithms for Irrelevance-Based Partial MAPs

    Authors: Solomon Eyal Shimony

    Abstract: Irrelevance-based partial MAPs are useful constructs for domain-independent explanation using belief networks. We look at two definitions for such partial MAPs, and prove important properties that are useful in designing algorithms for computing them effectively. We make use of these properties in modifying our standard MAP best-first algorithm, so as to handle irrelevance-based partial MAPs.

    Submitted 20 March, 2013; originally announced March 2013.

    Comments: Appears in Proceedings of the Seventh Conference on Uncertainty in Artificial Intelligence (UAI1991)

    Report number: UAI-P-1991-PG-370-377

  11. arXiv:1303.1478  [pdf

    cs.AI

    Relevant Explanations: Allowing Disjunctive Assignments

    Authors: Solomon Eyal Shimony

    Abstract: Relevance-based explanation is a scheme in which partial assignments to Bayesian belief network variables are explanations (abductive conclusions). We allow variables to remain unassigned in explanations as long as they are irrelevant to the explanation, where irrelevance is defined in terms of statistical independence. When multiple-valued variables exist in the system, especially when subsets… ▽ More

    Submitted 6 March, 2013; originally announced March 2013.

    Comments: Appears in Proceedings of the Ninth Conference on Uncertainty in Artificial Intelligence (UAI1993)

    Report number: UAI-P-1993-PG-200-207

  12. arXiv:1302.6842  [pdf

    cs.AI

    Belief Updating by Enumerating High-Probability Independence-Based Assignments

    Authors: Eugene Santos Jr., Solomon Eyal Shimony

    Abstract: Independence-based (IB) assignments to Bayesian belief networks were originally proposed as abductive explanations. IB assignments assign fewer variables in abductive explanations than do schemes assigning values to all evidentially supported variables. We use IB assignments to approximate marginal probabilities in Bayesian belief networks. Recent work in belief updating for Bayes networks atte… ▽ More

    Submitted 27 February, 2013; originally announced February 2013.

    Comments: Appears in Proceedings of the Tenth Conference on Uncertainty in Artificial Intelligence (UAI1994)

    Report number: UAI-P-1994-PG-506-513

  13. arXiv:1302.3602  [pdf

    cs.AI

    Sample-and-Accumulate Algorithms for Belief Updating in Bayes Networks

    Authors: Eugene Santos Jr., Solomon Eyal Shimony, Edward Williams

    Abstract: Belief updating in Bayes nets, a well known computationally hard problem, has recently been approximated by several deterministic algorithms, and by various randomized approximation algorithms. Deterministic algorithms usually provide probability bounds, but have an exponential runtime. Some randomized schemes have a polynomial runtime, but provide only probability estimates. We present randomi… ▽ More

    Submitted 13 February, 2013; originally announced February 2013.

    Comments: Appears in Proceedings of the Twelfth Conference on Uncertainty in Artificial Intelligence (UAI1996)

    Report number: UAI-P-1996-PG-477-484

  14. arXiv:1302.1567  [pdf

    cs.AI

    Cost-Sharing in Bayesian Knowledge Bases

    Authors: Solomon Eyal Shimony, Carmel Domshlak, Eugene Santos Jr

    Abstract: Bayesian knowledge bases (BKBs) are a generalization of Bayes networks and weighted proof graphs (WAODAGs), that allow cycles in the causal graph. Reasoning in BKBs requires finding the most probable inferences consistent with the evidence. The cost-sharing heuristic for finding least-cost explanations in WAODAGs was presented and shown to be effective by Charniak and Husain. However, the cycle… ▽ More

    Submitted 6 February, 2013; originally announced February 2013.

    Comments: Appears in Proceedings of the Thirteenth Conference on Uncertainty in Artificial Intelligence (UAI1997)

    Report number: UAI-P-1997-PG-421-428

  15. arXiv:1302.1520  [pdf

    cs.AI

    Bayes Networks for Sonar Sensor Fusion

    Authors: Ami Berler, Solomon Eyal Shimony

    Abstract: Wide-angle sonar mapping of the environment by mobile robot is nontrivial due to several sources of uncertainty: dropouts due to "specular" reflections, obstacle location uncertainty due to the wide beam, and distance measurement error. Earlier papers address the latter problems, but dropouts remain a problem in many environments. We present an approach that lifts the overoptimistic independence… ▽ More

    Submitted 6 February, 2013; originally announced February 2013.

    Comments: Appears in Proceedings of the Thirteenth Conference on Uncertainty in Artificial Intelligence (UAI1997)

    Report number: UAI-P-1997-PG-14-21

  16. arXiv:1207.5879  [pdf, other

    cs.AI

    Selecting Computations: Theory and Applications

    Authors: Nicholas Hay, Stuart Russell, David Tolpin, Solomon Eyal Shimony

    Abstract: Sequential decision problems are often approximately solvable by simulating possible future action sequences. {\em Metalevel} decision procedures have been developed for selecting {\em which} action sequences to simulate, based on estimating the expected improvement in decision quality that would result from any particular simulation; an example is the recent work on using bandit algorithms to con… ▽ More

    Submitted 24 July, 2012; originally announced July 2012.

    Comments: 10 pages, UAI 2012

  17. arXiv:1207.5589  [pdf, other

    cs.AI cs.LG

    VOI-aware MCTS

    Authors: David Tolpin, Solomon Eyal Shimony

    Abstract: UCT, a state-of-the art algorithm for Monte Carlo tree search (MCTS) in games and Markov decision processes, is based on UCB1, a sampling policy for the Multi-armed Bandit problem (MAB) that minimizes the cumulative regret. However, search differs from MAB in that in MCTS it is usually only the final "arm pull" (the actual move selection) that collects a reward, rather than all "arm pulls". In thi… ▽ More

    Submitted 24 July, 2012; originally announced July 2012.

    Comments: 2 pages, ECAI 2012

  18. arXiv:1207.5536  [pdf, other

    cs.AI cs.LG

    MCTS Based on Simple Regret

    Authors: David Tolpin, Solomon Eyal Shimony

    Abstract: UCT, a state-of-the art algorithm for Monte Carlo tree search (MCTS) in games and Markov decision processes, is based on UCB, a sampling policy for the Multi-armed Bandit problem (MAB) that minimizes the cumulative regret. However, search differs from MAB in that in MCTS it is usually only the final "arm pull" (the actual move selection) that collects a reward, rather than all "arm pulls". Therefo… ▽ More

    Submitted 23 July, 2012; originally announced July 2012.

    Comments: AAAI 2012, 7 pages. arXiv admin note: text overlap with arXiv:1108.3711

  19. arXiv:1207.4710  [pdf, other

    cs.CC

    Complexity of Canadian Traveler Problem Variants

    Authors: Dror Fried, Solomon Eyal Shimony, Amit Benbassat, Cenny Wenner

    Abstract: The Canadian traveler problem (CTP) is the problem of traversing a given graph, where some of the edges may be blocked - a state which is revealed only upon reaching an incident vertex. Originally stated by Papadimitriou and Yannakakis (1991), the adversarial version of CTP was shown to be PSPACE-complete, with the stochastic version shown to be #P-hard. We show that stochastic CTP is also PSPACE-… ▽ More

    Submitted 19 July, 2012; originally announced July 2012.

  20. arXiv:1206.3283  [pdf

    cs.AI

    Observation Subset Selection as Local Compilation of Performance Profiles

    Authors: Yan Radovilsky, Solomon Eyal Shimony

    Abstract: Deciding what to sense is a crucial task, made harder by dependencies and by a nonadditive utility function. We develop approximation algorithms for selecting an optimal set of measurements, under a dependency structure modeled by a tree-shaped Bayesian network (BN). Our approach is a generalization of composing anytime algorithm represented by conditional performance profiles. This is done by rel… ▽ More

    Submitted 13 June, 2012; originally announced June 2012.

    Comments: Appears in Proceedings of the Twenty-Fourth Conference on Uncertainty in Artificial Intelligence (UAI2008)

    Report number: UAI-P-2008-PG-460-467

  21. On Graphical Modeling of Preference and Importance

    Authors: R. I. Brafman, C. Domshlak, S. E. Shimony

    Abstract: In recent years, CP-nets have emerged as a useful tool for supporting preference elicitation, reasoning, and representation. CP-nets capture and support reasoning with qualitative conditional preference statements, statements that are relatively natural for users to express. In this paper, we extend the CP-nets formalism to handle another class of very natural qualitative statements one often uses… ▽ More

    Submitted 28 September, 2011; originally announced September 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 25, pages 389-424, 2006

  22. arXiv:1108.3711   

    cs.AI

    Doing Better Than UCT: Rational Monte Carlo Sampling in Trees

    Authors: David Tolpin, Solomon Eyal Shimony

    Abstract: UCT, a state-of-the art algorithm for Monte Carlo tree sampling (MCTS), is based on UCB, a sampling policy for the Multi-armed Bandit Problem (MAB) that minimizes the accumulated regret. However, MCTS differs from MAB in that only the final choice, rather than all arm pulls, brings a reward, that is, the simple regret, as opposite to the cumulative regret, must be minimized. This ongoing work aims… ▽ More

    Submitted 24 July, 2012; v1 submitted 18 August, 2011; originally announced August 2011.

    Comments: Withdrawn: "MCTS Based on Simple Regret" (arXiv:1207.5589) is the final corrected version published in AAAI 2012 proceedings

  23. arXiv:1104.1924  [pdf, other

    cs.AI

    Rational Deployment of CSP Heuristics

    Authors: David Tolpin, Solomon Eyal Shimony

    Abstract: Heuristics are crucial tools in decreasing search effort in varied fields of AI. In order to be effective, a heuristic must be efficient to compute, as well as provide useful information to the search algorithm. However, some well-known heuristics which do well in reducing backtracking are so heavy that the gain of deploying them in a search algorithm might be outweighed by their overhead. We pr… ▽ More

    Submitted 11 April, 2011; originally announced April 2011.

    Comments: 7 pages, 2 figures, to appear in IJCAI-2011, http://www.ijcai.org/

    Journal ref: IJCAI-2011

  24. arXiv:1003.5305  [pdf, other

    cs.AI

    Rational Value of Information Estimation for Measurement Selection

    Authors: David Tolpin, Solomon Eyal Shimony

    Abstract: Computing value of information (VOI) is a crucial task in various aspects of decision-making under uncertainty, such as in meta-reasoning for search; in selecting measurements to make, prior to choosing a course of action; and in managing the exploration vs. exploitation tradeoff. Since such applications typically require numerous VOI computations during a single run, it is essential that VOI be c… ▽ More

    Submitted 16 April, 2010; v1 submitted 27 March, 2010; originally announced March 2010.

    Comments: 7 pages, 2 figures, presented at URPDM2010; plots fixed

  25. arXiv:0906.3149  [pdf, other

    cs.AI

    Semi-Myopic Sensing Plans for Value Optimization

    Authors: David Tolpin, Solomon Eyal Shimony

    Abstract: We consider the following sequential decision problem. Given a set of items of unknown utility, we need to select one of as high a utility as possible (``the selection problem''). Measurements (possibly noisy) of item values prior to selection are allowed, at a known cost. The goal is to optimize the overall sequential decision process of measurements and selection. Value of information (VOI)… ▽ More

    Submitted 17 June, 2009; originally announced June 2009.

    Comments: 9 pages, 4 figures, presented at BISFAI 2009