87 research outputs found
Discovering the roots: Uniform closure results for algebraic classes under factoring
Newton iteration (NI) is an almost 350 years old recursive formula that
approximates a simple root of a polynomial quite rapidly. We generalize it to a
matrix recurrence (allRootsNI) that approximates all the roots simultaneously.
In this form, the process yields a better circuit complexity in the case when
the number of roots is small but the multiplicities are exponentially
large. Our method sets up a linear system in unknowns and iteratively
builds the roots as formal power series. For an algebraic circuit
of size we prove that each factor has size at most a
polynomial in: and the degree of the squarefree part of . Consequently,
if is a -hard polynomial then any nonzero multiple
is equally hard for arbitrary positive 's, assuming
that is at most .
It is an old open question whether the class of poly()-sized formulas
(resp. algebraic branching programs) is closed under factoring. We show that
given a polynomial of degree and formula (resp. ABP) size
we can find a similar size formula (resp. ABP) factor in
randomized poly()-time. Consequently, if determinant requires
size formula, then the same can be said about any of its
nonzero multiples.
As part of our proofs, we identify a new property of multivariate polynomial
factorization. We show that under a random linear transformation ,
completely factors via power series roots. Moreover, the
factorization adapts well to circuit complexity analysis. This with allRootsNI
are the techniques that help us make progress towards the old open problems,
supplementing the large body of classical results and concepts in algebraic
circuit factorization (eg. Zassenhaus, J.NT 1969, Kaltofen, STOC 1985-7 \&
Burgisser, FOCS 2001).Comment: 33 Pages, No figure
Genetic Algorithm for the Weight Maximization Problem on Weighted Automata
The weight maximization problem (WMP) is the problem of finding the word of
highest weight on a weighted finite state automaton (WFA). It is an essential
question that emerges in many optimization problems in automata theory.
Unfortunately, the general problem can be shown to be undecidable, whereas its
bounded decisional version is NP-complete. Designing efficient algorithms that
produce approximate solutions to the WMP in reasonable time is an appealing
research direction that can lead to several new applications including formal
verification of systems abstracted as WFAs. In particular, in combination with
a recent procedure that translates a recurrent neural network into a weighted
automaton, an algorithm for the WMP can be used to analyze and verify the
network by exploiting the simpler and more compact automata model. In this
work, we propose, implement and evaluate a metaheuristic based on genetic
algorithms to approximate solutions to the WMP. We experimentally evaluate its
performance on examples from the literature and show its potential on different
applications.Comment: Accepted at GECCO 202
- …