AIMar 1

Incremental LTLf Synthesis

arXiv:2603.01201v1h-index: 25
Originality Incremental advance
AI Analysis

This addresses a practical challenge in reactive synthesis for autonomous systems, though it is incremental as it builds on existing LTLf methods.

The paper tackles the problem of incremental LTLf synthesis, where an agent must adapt strategies to new goals during execution while maintaining old ones, and proposes efficient techniques leveraging automata-based synthesis and formula progression, showing that minimal automata remain bounded in size despite formula growth.

In this paper, we study incremental LTLf synthesis -- a form of reactive synthesis where the goals are given incrementally while in execution. In other words, the protagonist agent is already executing a strategy for a certain goal when it receives a new goal: at this point, the agent has to abandon the current strategy and synthesize a new strategy still fulfilling the original goal, which was given at the beginning, as well as the new goal, starting from the current instant. In this paper, we formally define the problem of incremental synthesis and study its solution. We propose a solution technique that efficiently performs incremental synthesis for multiple LTLf goals by leveraging auxiliary data structures constructed during automata-based synthesis. We also consider an alternative solution technique based on LTLf formula progression. We show that, in spite of the fact that formula progression can generate formulas that are exponentially larger than the original ones, their minimal automata remain bounded in size by that of the original formula. On the other hand, we show experimentally that, if implemented naively, i.e., by actually computing the automaton of the progressed LTLf formulas from scratch every time a new goal arrives, the solution based on formula progression is not competitive.

Foundations

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

Your Notes