ROAIFLLGMay 1, 2025

TeLoGraF: Temporal Logic Planning via Graph-encoded Flow Matching

arXiv:2505.00562v14 citationsh-index: 4Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in robotics and control applications by enabling efficient planning for diverse STL specifications, though it is incremental as it builds on existing STL and flow-matching methods.

The paper tackles the problem of solving complex tasks with general signal temporal logic (STL) specifications by proposing TeLoGraF, which uses graph neural networks and flow-matching to learn solutions, resulting in a 10-100x faster inference speed and improved STL satisfaction rates compared to baselines.

Learning to solve complex tasks with signal temporal logic (STL) specifications is crucial to many real-world applications. However, most previous works only consider fixed or parametrized STL specifications due to the lack of a diverse STL dataset and encoders to effectively extract temporal logic information for downstream tasks. In this paper, we propose TeLoGraF, Temporal Logic Graph-encoded Flow, which utilizes Graph Neural Networks (GNN) encoder and flow-matching to learn solutions for general STL specifications. We identify four commonly used STL templates and collect a total of 200K specifications with paired demonstrations. We conduct extensive experiments in five simulation environments ranging from simple dynamical models in the 2D space to high-dimensional 7DoF Franka Panda robot arm and Ant quadruped navigation. Results show that our method outperforms other baselines in the STL satisfaction rate. Compared to classical STL planning algorithms, our approach is 10-100X faster in inference and can work on any system dynamics. Besides, we show our graph-encoding method's capability to solve complex STLs and robustness to out-distribution STL specifications. Code is available at https://github.com/mengyuest/TeLoGraF

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes