Biography:Alan M. Frieze

From HandWiki
Short description: British mathematician


Alan M. Frieze (born 25 October 1945 in London, England) is a professor in the Department of Mathematical Sciences at Carnegie Mellon University, Pittsburgh, United States. He graduated from the University of Oxford in 1966, and obtained his PhD from the University of London in 1975. His research interests lie in combinatorics, discrete optimisation and theoretical computer science. Currently, he focuses on the probabilistic aspects of these areas; in particular, the study of the asymptotic properties of random graphs, the average case analysis of algorithms, and randomised algorithms. His recent work has included approximate counting and volume computation via random walks; finding edge disjoint paths in expander graphs, and exploring anti-Ramsey theory and the stability of routing algorithms.

Key contributions

Two key contributions made by Alan Frieze are:

(1) polynomial time algorithm for approximating the volume of convex bodies

(2) algorithmic version for Szemerédi regularity lemma

Both these algorithms will be described briefly here.

Polynomial time algorithm for approximating the volume of convex bodies

The paper [1] is a joint work by Martin Dyer, Alan Frieze and Ravindran Kannan.

The main result of the paper is a randomised algorithm for finding an [math]\displaystyle{ \epsilon }[/math] approximation to the volume of a convex body [math]\displaystyle{ K }[/math] in [math]\displaystyle{ n }[/math]-dimensional Euclidean space by assume the existence of a membership oracle. The algorithm takes time bounded by a polynomial in [math]\displaystyle{ n }[/math], the dimension of [math]\displaystyle{ K }[/math] and [math]\displaystyle{ 1/\epsilon }[/math].

The algorithm is a sophisticated usage of the so-called Markov chain Monte Carlo (MCMC) method. The basic scheme of the algorithm is a nearly uniform sampling from within [math]\displaystyle{ K }[/math] by placing a grid consisting n-dimensional cubes and doing a random walk over these cubes. By using the theory of rapidly mixing Markov chains, they show that it takes a polynomial time for the random walk to settle down to being a nearly uniform distribution.

Algorithmic version for Szemerédi regularity partition

This paper [2] is a combined work by Alan Frieze and Ravindran Kannan. They use two lemmas to derive the algorithmic version of the Szemerédi regularity lemma to find an [math]\displaystyle{ \epsilon }[/math]-regular partition.


Lemma 1:
Fix k and [math]\displaystyle{ \gamma }[/math] and let [math]\displaystyle{ G=(V,E) }[/math] be a graph with [math]\displaystyle{ n }[/math] vertices. Let [math]\displaystyle{ P }[/math] be an equitable partition of [math]\displaystyle{ V }[/math] in classes [math]\displaystyle{ V_0, V_1, \ldots ,V_k }[/math]. Assume [math]\displaystyle{ |V_1| \gt 4^{2k} }[/math] and [math]\displaystyle{ 4^k \gt 600 \gamma ^2 }[/math]. Given proofs that more than [math]\displaystyle{ \gamma k^2 }[/math] pairs [math]\displaystyle{ (V_r,V_s) }[/math] are not [math]\displaystyle{ \gamma }[/math]-regular, it is possible to find in O(n) time an equitable partition [math]\displaystyle{ P' }[/math] (which is a refinement of [math]\displaystyle{ P }[/math]) into [math]\displaystyle{ 1+k4^k }[/math] classes, with an exceptional class of cardinality at most [math]\displaystyle{ |V_0|+n/4^k }[/math] and such that [math]\displaystyle{ \operatorname{ind}(P')\geq \operatorname{ind}(P) + \gamma^5/20 }[/math]


Lemma 2:
Let [math]\displaystyle{ W }[/math] be a [math]\displaystyle{ R \times C }[/math] matrix with [math]\displaystyle{ |R|=p }[/math], [math]\displaystyle{ |C|=q }[/math] and [math]\displaystyle{ \|W\|_\inf\leq1 }[/math] and [math]\displaystyle{ \gamma }[/math] be a positive real.
(a) If there exist [math]\displaystyle{ S \subseteq R }[/math], [math]\displaystyle{ T \subseteq C }[/math] such that [math]\displaystyle{ |S|\geq\gamma p }[/math], [math]\displaystyle{ |T|\geq\gamma q }[/math] and [math]\displaystyle{ |W(S,T)|\geq\gamma |S||T| }[/math] then [math]\displaystyle{ \sigma_1(W)\geq\gamma^3\sqrt{pq} }[/math]
(b) If [math]\displaystyle{ \sigma_1(W)\geq\gamma\sqrt{pq} }[/math], then there exist [math]\displaystyle{ S\subseteq R }[/math], [math]\displaystyle{ T\subseteq C }[/math] such that [math]\displaystyle{ |S|\geq\gamma'p }[/math], [math]\displaystyle{ |T|\geq\gamma'q }[/math] and [math]\displaystyle{ W(S,T)\geq\gamma'|S||T| }[/math] where [math]\displaystyle{ \gamma'=\gamma^3/108 }[/math]. Furthermore, [math]\displaystyle{ S }[/math], [math]\displaystyle{ T }[/math] can be constructed in polynomial time.


These two lemmas are combined in the following algorithmic construction of the Szemerédi regularity lemma.


[Step 1] Arbitrarily divide the vertices of [math]\displaystyle{ G }[/math] into an equitable partition [math]\displaystyle{ P_1 }[/math] with classes [math]\displaystyle{ V_0,V_1,\ldots,V_b }[/math] where [math]\displaystyle{ |V_i|\lfloor n/b \rfloor }[/math] and hence [math]\displaystyle{ |V_0|\lt b }[/math]. denote [math]\displaystyle{ k_1=b }[/math].
[Step 2] For every pair [math]\displaystyle{ (V_r,V_s) }[/math] of [math]\displaystyle{ P_i }[/math], compute [math]\displaystyle{ \sigma_1(W_{r,s}) }[/math]. If the pair [math]\displaystyle{ (V_r,V_s) }[/math] are not [math]\displaystyle{ \epsilon- }[/math]regular then by Lemma 2 we obtain a proof that they are not [math]\displaystyle{ \gamma=\epsilon^9/108- }[/math]regular.
[Step 3] If there are at most [math]\displaystyle{ \epsilon \left( \begin{array}{c} k_1\\ 2 \\ \end{array} \right) }[/math] pairs that produce proofs of non [math]\displaystyle{ \gamma- }[/math]regularity that halt. [math]\displaystyle{ P_i }[/math] is [math]\displaystyle{ \epsilon- }[/math]regular.
[Step 4] Apply Lemma 1 where [math]\displaystyle{ P=P_i }[/math], [math]\displaystyle{ k=k_i }[/math], [math]\displaystyle{ \gamma=\epsilon^9/108 }[/math] and obtain [math]\displaystyle{ P' }[/math] with [math]\displaystyle{ 1+k_i4^{k_i} }[/math] classes
[Step 5] Let [math]\displaystyle{ k_i+1 = k_i4^{k_i} }[/math], [math]\displaystyle{ P_i+1=P' }[/math], [math]\displaystyle{ i=i+1 }[/math] and go to Step 2.

Awards and honours

  • In 1991, Frieze received (jointly with Martin Dyer and Ravi Kannan) the Fulkerson Prize in Discrete Mathematics awarded by the American Mathematical Society and the Mathematical Programming Society. The award was for the paper "A random polynomial time algorithm for approximating the volume of convex bodies" in the Journal of the ACM).
  • In 1997 he was a Guggenheim Fellow.
  • In 2000, he received the IBM Faculty Partnership Award.
  • In 2006 he jointly received (with Michael Krivelevich) the Professor Pazy Memorial Research Award from the United States-Israel Binational Science Foundation.
  • In 2011 he was selected as a SIAM Fellow.[3]
  • In 2012 he was selected as an AMS Fellow.[4]
  • In 2014 he gave a plenary talk at the International Congress of Mathematicians in Seoul, South Korea.
  • In 2015 he was selected as a Simons Fellow.
  • In 2017 he was promoted to University professor.
  • In 2022 he became the Orion Hoch, S 1952 Professor.

Personal life

Frieze is married to Carol Frieze, who directs two outreach efforts for the computer science department at Carnegie Mellon University.[5]

References

External links