paper-with-me

홈 › Papers

Embedding Symbolic Temporal Knowledge into Deep Sequential Models

2021-01-28 · Yaqi Xie, Fan Zhou, Harold Soh

Sequences and time-series often arise in robot tasks, e.g., in activity recognition and imitation learning. In recent years, deep neural networks (DNNs) have emerged as an effective data-driven methodology for processing sequences given sufficient training data and compute resources. However, when data is limited, simpler models such as logic/rule-based methods work surprisingly well, especially when relevant prior knowledge is applied in their construction. However, unlike DNNs, these "structured" models can be difficult to extend, and do not work well with raw unstructured data. In this work, we seek to learn flexible DNNs, yet leverage prior temporal knowledge when available. Our approach is to embed symbolic knowledge expressed as linear temporal logic (LTL) and use these embeddings to guide the training of deep models. Specifically, we construct semantic-based embeddings of automata generated from LTL formula via a Graph Neural Network. Experiments show that these learnt embeddings can lead to improvements in downstream robot tasks such as sequential action recognition and imitation learning.

📄 PDF Abstract BibTeX arXiv:2101.11981

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionActivity RecognitionGraph Neural NetworkImitation LearningTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

DeepDFA: Injecting Temporal Logic in Deep Learning for Sequential Subsymbolic Applications

2026-02-03 · Elena Umili, Francesco Argenziano, Roberto Capobianco arxiv

Integrating logical knowledge into deep neural network training is still a hard challenge, especially for sequential or temporally extended domains involving subsymbolic observations. To address this problem, we propose …

NeSyA: Neurosymbolic Automata

2024-12-10 · Nikolaos Manginas, George Paliouras, Luc De Raedt

Neurosymbolic (NeSy) AI has emerged as a promising direction to integrate neural and symbolic reasoning. Unfortunately, little effort has been given to developing NeSy systems tailored to sequential/temporal problems. We…

stl2vec: Semantic and Interpretable Vector Representation of Temporal Logic

2024-05-23 · Gaia Saveri, Laura Nenzi, Luca Bortolussi, Jan Křetínský

Integrating symbolic knowledge and data-driven learning algorithms is a longstanding challenge in Artificial Intelligence. Despite the recognized importance of this task, a notable gap exists due to the discreteness of s…

NeuSTIP: A Novel Neuro-Symbolic Model for Link and Time Prediction in Temporal Knowledge Graphs

2023-05-15 · Ishaan Singh, Navdeep Kaur, Garima Gaur, Mausam

While Knowledge Graph Completion (KGC) on static facts is a matured field, Temporal Knowledge Graph Completion (TKGC), that incorporates validity time into static facts is still in its nascent stage. The KGC methods fall…

Knowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage Modelling+4

Neuro-Symbolic Temporal Point Processes

2024-06-06 · Yang Yang, Chao Yang, Boyang Li, Yinghao Fu 외

Our goal is to $\textit{efficiently}$ discover a compact set of temporal logic rules to explain irregular events of interest. We introduce a neural-symbolic rule induction framework within the temporal point process mode…

Point Processes