paper-with-me

홈 › Papers

Goal Recognition as Reinforcement Learning

2022-02-13 · Leonardo Rosa Amado, Reuth Mirsky, Felipe Meneguzzi

Most approaches for goal recognition rely on specifications of the possible dynamics of the actor in the environment when pursuing a goal. These specifications suffer from two key issues. First, encoding these dynamics requires careful design by a domain expert, which is often not robust to noise at recognition time. Second, existing approaches often need costly real-time computations to reason about the likelihood of each potential goal. In this paper, we develop a framework that combines model-free reinforcement learning and goal recognition to alleviate the need for careful, manual domain design, and the need for costly online executions. This framework consists of two main stages: Offline learning of policies or utility functions for each potential goal, and online inference. We provide a first instance of this framework using tabular Q-learning for the learning stage, as well as three measures that can be used to perform the inference stage. The resulting instantiation achieves state-of-the-art performance against goal recognizers on standard evaluation domains and superior performance in noisy environments.

📄 PDF Abstract BibTeX arXiv:2202.06356

Code (1)

leonardoamado/gr_from_demonstration 공식 구현

Tasks

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Goal Recognition using Actor-Critic Optimization

2024-12-31 · Ben Nageris, Felipe Meneguzzi, Reuth Mirsky

Goal Recognition aims to infer an agent's goal from a sequence of observations. Existing approaches often rely on manually engineered domains and discrete representations. Deep Recognition using Actor-Critic Optimization…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

ODGR: Online Dynamic Goal Recognition

2024-07-23 · Matan Shamir, Osher Elhadad, Matthew E. Taylor, Reuth Mirsky

Traditionally, Reinforcement Learning (RL) problems are aimed at optimization of the behavior of an agent. This paper proposes a novel take on RL, which is used to learn the policy of another agent, to allow real-time re…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

Multi-Agent Goal Recognition with Team- and Goal-Conditioned Reinforcement Learning and Factorized Branch-and-Bound

2026-06-24 · Thiago Thomas, Gabriel de Oliveira Ramos, Felipe Meneguzzi arxiv

Multi-agent goal recognition asks an observer to jointly infer which agents act together and what each team is trying to achieve, so the hypothesis space grows combinatorially with the number of team partitions and goals…

Reinforcement Learning

GRAIL: Goal Recognition Alignment through Imitation Learning

2026-02-15 · Osher Elhadad, Felipe Meneguzzi, Reuth Mirsky arxiv

Understanding an agent's goals from its behavior is fundamental to aligning AI systems with human intentions. Existing goal recognition methods typically rely on an optimal goal-oriented policy representation, which may …

Reinforcement Learning

Boosting Image Recognition with Non-differentiable Constraints

2019-10-02 · Xuan Li, Yuchen Lu, Peng Xu, Jizong Peng 외

In this paper, we study the problem of image recognition with non-differentiable constraints. A lot of real-life recognition applications require a rich output structure with deterministic constraints that are discrete o…

BlockingInductive BiasReinforcement Learning