paper-with-me

홈 › Papers

GRAML: Goal Recognition As Metric Learning

2025-05-06 · Matan Shamir, Reuth Mirsky

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.

📄 PDF Abstract BibTeX arXiv:2505.03941

Code (0)

등록된 구현이 없습니다.

Tasks

Metric Learning

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

ProGraML: Graph-based Deep Learning for Program Optimization and Analysis

2020-03-23 · Chris Cummins, Zacharias V. Fisches, Tal Ben-Nun, Torsten Hoefler 외

The increasing complexity of computing systems places a tremendous burden on optimizing compilers, requiring ever more accurate and aggressive optimizations. Machine learning offers significant benefits for constructing …

BIG-bench Machine LearningDeep Learning

Proceedings of the Workshop on Grammar and Lexicon: interactions and interfaces (GramLex)

2016-12-01 · WS 2016 12 ·

Deep Data Flow Analysis

2020-11-21 · Chris Cummins, Hugh Leather, Zacharias Fisches, Tal Ben-Nun 외

Compiler architects increasingly look to machine learning when building heuristics for compiler optimization. The promise of automatic heuristic design, freeing the compiler engineer from the complex interactions of prog…

BIG-bench Machine LearningCompiler Optimization

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

Splintering Nonconcatenative Languages for Better Tokenization

2025-03-18 · Bar Gazit, Shaltiel Shmidman, Avi Shmidman, Yuval Pinter

Common subword tokenization algorithms like BPE and UnigramLM assume that text can be split into meaningful units by concatenative measures alone. This is not true for languages such as Hebrew and Arabic, where morpholog…