Skip to main content

Showing 1–24 of 24 results for author: Brafman, R I

Searching in archive cs. Search in all archives.
.
  1. arXiv:2505.04493  [pdf

    cs.RO cs.AI

    Model-Based AI planning and Execution Systems for Robotics

    Authors: Or Wertheim, Ronen I. Brafman

    Abstract: Model-based planning and execution systems offer a principled approach to building flexible autonomous robots that can perform diverse tasks by automatically combining a host of basic skills. This idea is almost as old as modern robotics. Yet, while diverse general-purpose reasoning architectures have been proposed since, general-purpose systems that are integrated with modern robotic platforms ha… ▽ More

    Submitted 7 May, 2025; originally announced May 2025.

  2. arXiv:2403.18524  [pdf, other

    cs.RO

    Bridging the Gap: Regularized Reinforcement Learning for Improved Classical Motion Planning with Safety Modules

    Authors: Elias Goldsztejn, Ronen I. Brafman

    Abstract: Classical navigation planners can provide safe navigation, albeit often suboptimally and with hindered human norm compliance. ML-based, contemporary autonomous navigation algorithms can imitate more natural and humancompliant navigation, but usually require large and realistic datasets and do not always provide safety guarantees. We present an approach that leverages a classical algorithm to guide… ▽ More

    Submitted 27 March, 2024; originally announced March 2024.

    Comments: 8 pages

  3. arXiv:2207.09713  [pdf, other

    cs.RO cs.AI cs.SE

    Towards Plug'n Play Task-Level Autonomy for Robotics Using POMDPs and Generative Models

    Authors: Or Wertheim, Dan R. Suissa, Ronen I. Brafman

    Abstract: To enable robots to achieve high level objectives, engineers typically write scripts that apply existing specialized skills, such as navigation, object detection and manipulation to achieve these goals. Writing good scripts is challenging since they must intelligently balance the inherent stochasticity of a physical robot's actions and sensors, and the limited information it has. In principle, AI… ▽ More

    Submitted 20 July, 2022; originally announced July 2022.

    Comments: In Proceedings AREA 2022, arXiv:2207.09058

    Journal ref: EPTCS 362, 2022, pp. 98-111

  4. arXiv:2003.01008  [pdf, other

    cs.AI

    Learning and Solving Regular Decision Processes

    Authors: Eden Abadi, Ronen I. Brafman

    Abstract: Regular Decision Processes (RDPs) are a recently introduced model that extends MDPs with non-Markovian dynamics and rewards. The non-Markovian behavior is restricted to depend on regular properties of the history. These can be specified using regular expressions or formulas in linear dynamic logic over finite traces. Fully specified RDPs can be solved by compiling them into an appropriate MDP. Lea… ▽ More

    Submitted 2 March, 2020; originally announced March 2020.

    Comments: 7 pages, 1 figure

  5. arXiv:1912.02552  [pdf, other

    cs.AI

    Reinforcement Learning with Non-Markovian Rewards

    Authors: Maor Gaon, Ronen I. Brafman

    Abstract: The standard RL world model is that of a Markov Decision Process (MDP). A basic premise of MDPs is that the rewards depend on the last state and action only. Yet, many real-world rewards are non-Markovian. For example, a reward for bringing coffee only if requested earlier and not yet served, is non-Markovian if the state only records current requests and deliveries. Past work considered the probl… ▽ More

    Submitted 5 December, 2019; originally announced December 2019.

    Comments: To Appear in AAAI 2020

    Report number: Report-no: AAAI20 MSC Class: 68T20 (Primary) 68T05; 68T20; 68T27; 68T30; 68T40 (Secondary) ACM Class: F.2.2

  6. arXiv:1810.13354  [pdf, other

    cs.AI

    Privacy Preserving Multi-Agent Planning with Provable Guarantees

    Authors: Amos Beimel, Ronen I. Brafman

    Abstract: In privacy-preserving multi-agent planning, a group of agents attempt to cooperatively solve a multi-agent planning problem while maintaining private their data and actions. Although much work was carried out in this area in past years, its theoretical foundations have not been fully worked out. Specifically, although algorithms with precise privacy guarantees exist, even their most efficient impl… ▽ More

    Submitted 1 November, 2018; v1 submitted 31 October, 2018; originally announced October 2018.

  7. arXiv:1709.03363  [pdf, other

    cs.AI cs.CR

    A Planning Approach to Monitoring Behavior of Computer Programs

    Authors: Alexandre Cukier, Ronen I. Brafman, Yotam Perkal, David Tolpin

    Abstract: We describe a novel approach to monitoring high level behaviors using concepts from AI planning. Our goal is to understand what a program is doing based on its system call trace. This ability is particularly important for detecting malware. We approach this problem by building an abstract model of the operating system using the STRIPS planning language, casting system calls as planning operators.… ▽ More

    Submitted 11 September, 2017; originally announced September 2017.

  8. Replanning in Domains with Partial Information and Sensing Actions

    Authors: Ronen I. Brafman, Guy Shani

    Abstract: Replanning via determinization is a recent, popular approach for online planning in MDPs. In this paper we adapt this idea to classical, non-stochastic domains with partial information and sensing actions, presenting a new planner: SDR (Sample, Determinize, Replan). At each step we generate a solution plan to a classical planning problem induced by the original problem. We execute this plan as lo… ▽ More

    Submitted 23 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 45, pages 565-600, 2012

  9. 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

  10. A Heuristic Search Approach to Planning with Continuous Resources in Stochastic Domains

    Authors: Nicolas Meuleau, Emmanuel Benazera, Ronen I. Brafman, Eric A. Hansen, Mausam

    Abstract: We consider the problem of optimal planning in stochastic domains with resource constraints, where the resources are continuous and the choice of action at each step depends on resource availability. We introduce the HAO* algorithm, a generalization of the AO* algorithm that performs search in a hybrid state space that is modeled using both discrete and continuous state variables, where the contin… ▽ More

    Submitted 14 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 34, pages 27-59, 2009

  11. arXiv:1301.7361  [pdf

    cs.AI

    Structured Reachability Analysis for Markov Decision Processes

    Authors: Craig Boutilier, Ronen I. Brafman, Christopher W. Geib

    Abstract: Recent research in decision theoretic planning has focussed on making the solution of Markov decision processes (MDPs) more feasible. We develop a family of algorithms for structured reachability analysis of MDPs that are suitable when an initial state (or set of states) is known. Using compact, structured representations of MDPs (e.g., Bayesian networks), our methods, which vary in the tradeoff b… ▽ More

    Submitted 23 April, 2013; v1 submitted 30 January, 2013; originally announced January 2013.

    Comments: Appears in Proceedings of the Fourteenth Conference on Uncertainty in Artificial Intelligence (UAI1998)

    Report number: UAI-P-1998-PG-24-32

  12. arXiv:1301.6681  [pdf

    cs.AI

    Reasoning With Conditional Ceteris Paribus Preference Statem

    Authors: Craig Boutilier, Ronen I. Brafman, Holger H. Hoos, David L. Poole

    Abstract: In many domains it is desirable to assess the preferences of users in a qualitative rather than quantitative way. Such representations of qualitative preference orderings form an importnat component of automated decision tools. We propose a graphical representation of preferences that reflects conditional dependence and independence of preference statements under a ceteris paribus (all else being… ▽ More

    Submitted 23 January, 2013; originally announced January 2013.

    Comments: Appears in Proceedings of the Fifteenth Conference on Uncertainty in Artificial Intelligence (UAI1999)

    Report number: UAI-P-1999-PG-71-80

  13. arXiv:1301.2259  [pdf

    cs.AI

    UCP-Networks: A Directed Graphical Representation of Conditional Utilities

    Authors: Craig Boutilier, Fahiem Bacchus, Ronen I. Brafman

    Abstract: We propose a new directed graphical representation of utility functions, called UCP-networks, that combines aspects of two existing graphical models: generalized additive models and CP-networks. The network decomposes a utility function into a number of additive factors, with the directionality of the arcs reflecting conditional dependence of preference statements - in the underlying (qualitative)… ▽ More

    Submitted 10 January, 2013; originally announced January 2013.

    Comments: Appears in Proceedings of the Seventeenth Conference on Uncertainty in Artificial Intelligence (UAI2001)

    Report number: UAI-P-2001-PG-56-64

  14. arXiv:1301.0600  [pdf

    cs.LG cs.AI cs.IR

    An MDP-based Recommender System

    Authors: Guy Shani, Ronen I. Brafman, David Heckerman

    Abstract: Typical Recommender systems adopt a static view of the recommendation process and treat it as a prediction problem. We argue that it is more appropriate to view the problem of generating recommendations as a sequential decision problem and, consequently, that Markov decision processes (MDP) provide a more appropriate model for Recommender systems. MDPs introduce two benefits: they take into accoun… ▽ More

    Submitted 16 May, 2015; v1 submitted 12 December, 2012; originally announced January 2013.

    Comments: Appears in Proceedings of the Eighteenth Conference on Uncertainty in Artificial Intelligence (UAI2002)

    Report number: UAI-P-2002-PG-453-460

  15. arXiv:1301.0558  [pdf

    cs.AI

    Introducing Variable Importance Tradeoffs into CP-Nets

    Authors: Ronen I. Brafman, Carmel Domshlak

    Abstract: The ability to make decisions and to assess potential courses of action is a corner-stone of many AI applications, and usually this requires explicit information about the decision-maker s preferences. IN many applications, preference elicitation IS a serious bottleneck.The USER either does NOT have the time, the knowledge, OR the expert support required TO specify complex multi… ▽ More

    Submitted 12 December, 2012; originally announced January 2013.

    Comments: Appears in Proceedings of the Eighteenth Conference on Uncertainty in Artificial Intelligence (UAI2002)

    Report number: UAI-P-2002-PG-69-76

  16. arXiv:1210.4845  [pdf

    cs.AI

    Exploiting Uniform Assignments in First-Order MPE

    Authors: Udi Apsel, Ronen I. Brafman

    Abstract: The MPE (Most Probable Explanation) query plays an important role in probabilistic inference. MPE solution algorithms for probabilistic relational models essentially adapt existing belief assessment method, replacing summation with maximization. But the rich structure and symmetries captured by relational models together with the properties of the maximization operator offer an opportunity for add… ▽ More

    Submitted 16 October, 2012; originally announced October 2012.

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

    Report number: UAI-P-2012-PG-74-83

  17. arXiv:1207.4126  [pdf

    cs.AI

    Compact Value-Function Representations for Qualitative Preferences

    Authors: Ronen I. Brafman, Carmel Domshlak, Tanya Kogan

    Abstract: We consider the challenge of preference elicitation in systems that help users discover the most desirable item(s) within a given database. Past work on preference elicitation focused on structured models that provide a factored representation of users' preferences. Such models require less information to construct and support efficient reasoning algorithms. This paper makes two substantial contri… ▽ More

    Submitted 11 July, 2012; originally announced July 2012.

    Comments: Appears in Proceedings of the Twentieth Conference on Uncertainty in Artificial Intelligence (UAI2004)

    Report number: UAI-P-2004-PG-51-59

  18. arXiv:1202.3698  [pdf

    cs.AI

    Extended Lifted Inference with Joint Formulas

    Authors: Udi Apsel, Ronen I. Brafman

    Abstract: The First-Order Variable Elimination (FOVE) algorithm allows exact inference to be applied directly to probabilistic relational models, and has proven to be vastly superior to the application of standard inference methods on a grounded propositional model. Still, FOVE operators can be applied under restricted conditions, often forcing one to resort to propositional inference. This paper aims to ex… ▽ More

    Submitted 14 February, 2012; originally announced February 2012.

    Report number: UAI-P-2011-PG-11-18

  19. 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

  20. CP-nets: A Tool for Representing and Reasoning withConditional Ceteris Paribus Preference Statements

    Authors: C. Boutilier, R. I. Brafman, C. Domshlak, H. H. Hoos, D. Poole

    Abstract: Information about user preferences plays a key role in automated decision making. In many domains it is desirable to assess such preferences in a qualitative rather than quantitative way. In this paper, we propose a qualitative graphical representation of preferences that reflects conditional dependence and independence of preference statements under a ceteris paribus (all else being equal) interp… ▽ More

    Submitted 30 June, 2011; originally announced July 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 21, pages 135-191, 2004

  21. Learning to Coordinate Efficiently: A Model-based Approach

    Authors: R. I. Brafman, M. Tennenholtz

    Abstract: In common-interest stochastic games all players receive an identical payoff. Players participating in such games must learn to coordinate with each other in order to receive the highest-possible value. A number of reinforcement learning algorithms have been proposed for this problem, and some have been shown to converge to good solutions in the limit. In this paper we show that using very simple m… ▽ More

    Submitted 26 June, 2011; originally announced June 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 19, pages 11-23, 2003

  22. Structure and Complexity in Planning with Unary Operators

    Authors: R. I. Brafman, C. Domshlak

    Abstract: Unary operator domains -- i.e., domains in which operators have a single effect -- arise naturally in many control problems. In its most general form, the problem of STRIPS planning in unary operator domains is known to be as hard as the general STRIPS planning problem -- both are PSPACE-complete. However, unary operator domains induce a natural structure, called the domain's causal graph. This gr… ▽ More

    Submitted 26 June, 2011; originally announced June 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 18, pages 315-349, 2003

  23. Partial-Order Planning with Concurrent Interacting Actions

    Authors: C. Boutilier, R. I. Brafman

    Abstract: In order to generate plans for agents with multiple actuators, agent teams, or distributed controllers, we must be able to represent and plan using concurrent actions with interacting effects. This has historically been considered a challenging task requiring a temporal planner with the ability to reason explicitly about time. We show that with simple modifications, the STRIPS actio… ▽ More

    Submitted 1 June, 2011; originally announced June 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 14, pages 105-136, 2001

  24. arXiv:cs/9606102  [pdf, ps

    cs.AI

    On Partially Controlled Multi-Agent Systems

    Authors: R. I. Brafman, M. Tennenholtz

    Abstract: Motivated by the control theoretic distinction between controllable and uncontrollable events, we distinguish between two types of agents within a multi-agent system: controllable agents, which are directly controlled by the system's designer, and uncontrollable agents, which are not under the designer's direct control. We refer to such systems as partially controlled multi-agent systems, and we… ▽ More

    Submitted 31 May, 1996; originally announced June 1996.

    Comments: See http://www.jair.org/ for any accompanying files

    Journal ref: Journal of Artificial Intelligence Research, Vol 4, (1996), 477-507