GRAML: Goal Recognition As Metric Learning
By: Matan Shamir, Reuth Mirsky
Potential Business Impact:
Teaches computers to guess goals from actions.
Goal Recognition (GR) is the problem of recognizing an agent's objectives based on observed actions. Recent data-driven approaches for GR alleviate the need for costly, manually crafted domain models. However, these approaches can only reason about a pre-defined set of goals, and time-consuming training is needed for new emerging goals. To keep this model-learning automated while enabling quick adaptation to new goals, this paper introduces GRAML: Goal Recognition As Metric Learning. GRAML uses a Siamese network to treat GR as a deep metric learning task, employing an RNN that learns a metric over an embedding space, where the embeddings for observation traces leading to different goals are distant, and embeddings of traces leading to the same goals are close. This metric is especially useful when adapting to new goals, even if given just one example observation trace per goal. Evaluated on a versatile set of environments, GRAML shows speed, flexibility, and runtime improvements over the state-of-the-art GR while maintaining accurate recognition.
Similar Papers
General Dynamic Goal Recognition
Artificial Intelligence
Helps robots learn what you want them to do.
Data Requirement Goal Modeling for Machine Learning Systems
Software Engineering
Helps anyone pick the best data for smart computer programs.
GRAM: A Generative Foundation Reward Model for Reward Generalization
Computation and Language
Teaches AI to learn better from more data.