Here it is a short nonrestrictive list of some concrete topics to be developed in a master / PhD thesis project.
I'm also open to interesting suggestions!

More topics can be found in the automata theory master seminar.

Zeroness / equivalence of classes of power series

Zeroness / equivalence of classes of weighted AUTOMATA

Separability of data and timed languages

EFFICIENT AUTOMATA MINIMISATION

Algorithms manipulating nondeterministic finite automata (NFA) usually run faster on smaller instances. For this reason, the problem of reducing the size of NFA has received a lot of attention. One popular approach quotients the state space automaton w.r.t. suitable efficiently computable equivalence relations, such a simulation relations [1]. Another sound equivalence is multiplicity equivalence (is it the case that for every word the two states have the same number of accepting runs?). It can be computed in PTIME using linear algebra, however exploiting it in state space reduction has not been done so far. The aim of this project is to combine simulation and multiplicity equivalence relations to improve the state of the art in state space reduction for NFA.