Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 2 / Issue 3

available in:   PDF (212 kB) PS (57 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-002-03-0097

 

An Optimal Parallel Algorithm for Learning DFA

José L. Balcázar (Universitat Politècnica de Catalunya, Spain)

Josep Díaz (Universitat Politècnica de Catalunya, Spain)

Ricard Gavaldà (Universitat Politècnica de Catalunya, Spain)

Osamu Watanabe (Tokyo Institute of Technology, Japan)

Abstract: Sequential algorithms given by Angluin (1987) and Schapire (1992) learn deterministic finite automata (DFA) exactly from Membership and Equivalence queries. These algorithms are feasible, in the sense that they take time polynomial in n and m, where n is the number of states of the automaton and m is the length of the longest counterexample to an Equivalence query. This paper studies whether parallelism can lead to substantially more efficient algorithms for the problem. We show that no CRCW PRAM machine using a number of processors polynomial in n and m can identify DFA in o(n/log n) time. Furthermore, this lower bound is tight up to constant factors: we develop a CRCW PRAM learning algorithm that uses polynomially many processors and exactly learns DFA in time O(n/log n).

Keywords: DFA, computational learning theory, equivalence query, membership query, optimal parallel learning, query learning

Categories: F.1.3, F.2