SlideShare a Scribd company logo
1 of 45
Download to read offline
Polyhedral computations in computational
algebraic geometry and optimization
Vissarion Fisikopoulos
Computer Science Department, Algorithms Group
LSE, Lunchtime Seminar, 15 May 2015
Outline of the talk
Polytopes defined by oracles: computation & combinatorics
Enumeration of 2-level polytopes
Motivation: resultant polytopes
Algebra:
complexity of resultant polynomial
Geometry:
generalize Birkhoff polytopes
faces are Minkowski sums of resultant polytopes
vertices → triangulations ↔ subdivisions of Mink. sums
Applications:
support computation → interpolate implicit equation of
parametric hypersurface
compute resultants, discriminants
Examples of resultant polytopes
Newton polytope
Definition
Given polynomial f ∈ K[x1, . . . , xn] the Newton polytope N(f) of
f is the convex hull of the support, i.e. exponent vectors of
monomials with non-zero coefficient.
3
2
1 2 3 5
5
f(x1, x2) = 8x2 + x1x2 − 24x2
2 −
16x2
1 + 220x2
1x2 − 34x1x2
2 −
84x3
1x2 +6x2
1x2
2 −8x1x3
2 +8x3
1x2
2 +
8x3
1 + 18x3
2
N(f)
1
Polytopes and Algebra
Definition
Given are polynomials f0, f1, . . . , fn ∈ K[x1, . . . , xn], s.t. the
supports define an essential family A0, A1, . . . , An ⊂ Zn, i.e. the
Ai generate Zn and any k-subset generates a sublattice of
dimension ≥ k.
The system’s (sparse) resultant R is the polynomial in the system’s
coefficients, defined up to sign, which vanishes iff the polynomials
have a common root in the corresponding toric variety X:
(K
∗
)n ⊂ X.
The resultant polytope N(R) is the Newton polytope of R.
A0
A1
N(R)R(a, b, c, d, e) = ad2
b + c2
b2
− 2caeb + a2
e2
f0(x) = ax2
+ b
f1(x) = cx2
+ dx + e
Birkhoff polytope
Linear polynomials
A0
A1
N(R)
f0(x, y) = ax + by + c
f1(x, y) = dx + ey + f
f2(x, y) = gx + hy + iA2
a b c
d e f
g h i
4-dimensional Birkhoff polytope
R(a, b, c, d, e, f, g, h, i) =
Existing work
Resultants, secondary polytopes, Cayley trick [GKZ ’94]
TOPCOM [Rambau ’02] computes all vertices of secondary
polytope.
[Michiels & Verschelde DCG’99] coarse equivalence classes of
secondary polytope vertices.
[Michiels & Cools DCG’00] decomposition of Σ(A) in
Minkoski summands, including N(R).
Tropical geometry [Sturmfels-Yu ’08]: algorithms for resultant
polytope (GFan library) [Jensen-Yu ’11] and discriminant
polytope (TropLi software) [Rincn ’12].
Regularity
Regular subdivision of A ⊂ Rd are obtained by projecting the lower
(or upper) hull of A lifted to Rd+1 via a lifting function
w ∈ (R|A|)×.
w = (2, 1, 4)w = (2, 6, 4)
A
Resultant polytope vertices and mixed subdivisions
A subdivision S of A0 + A1 + · · · + An is
mixed when its cells have expressions as Minkowski sums of
convex hulls of point subsets in Ai’s,
fine when each cell has dimension equal to the sum of its
summands dimensions.
Example
mixed subdivision S of A0 + A1 + A2
A0
A1
A2
Resultant polytope vertices and mixed subdivisions
A subdivision S of A0 + A1 + · · · + An is
mixed when its cells have expressions as Minkowski sums of
convex hulls of point subsets in Ai’s,
fine when each cell has dimension equal to the sum of its
summands dimensions.
Theorem [GKZ ’94, Sturmfels ’94]
many-to-one relation between regular fine mixed subdivisions
and N(R) vertices
one-to-one relation between regular fine mixed subdivisions
and secondary polytope Σ(A) vertices
The idea of the algorithm for N(R)
Input: A ∈ Z2n defined by A0, A1, . . . , An ⊂ Zn
Simplistic method:
compute the secondary polytope Σ(A)
many-to-one relation between vertices of Σ(A) and N(R)
Cannot enum 1 representative/class by walking on secondary edges
The idea of the algorithm for N(R)
Input: A ∈ Z2n defined by A0, A1, . . . , An ⊂ Zn
New Algorithm:
Vertex oracle: given direction vector compute a vertex of
N(R) by computing a subdivision using the direction as lifting
Output sensitive: computes only one subdivision of A per
N(R) vertex + one per N(R) facet
Computes projections of N(R) or Σ(A)
Incremental algorithm for N(R)
first: compute conv.hull of d + 1 aff. indep. vertices of N(R)
step: call the oracle with outer normal vector of a halfspace
→ either validate this halfspace
→ or add a new vertex to the convex hull
N(R)
Q
Incremental algorithm for N(R)
first: compute conv.hull of d + 1 aff. indep. vertices of N(R)
step: call the oracle with outer normal vector of a halfspace
→ either validate this halfspace
→ or add a new vertex to the convex hull
Theorem (Emiris,F,Konaxis,Penaranda)
Given P ⊆ Rd, H-, V-repr. & triang. T of N(R) can be computed
in
O(d5
ns2
) arithmetic operations + O(n + m) oracle calls
s is the number of cells of T.
Incremental algorithm for N(R)
first: compute conv.hull of d + 1 aff. indep. vertices of N(R)
step: call the oracle with outer normal vector of a halfspace
→ either validate this halfspace
→ or add a new vertex to the convex hull
Theorem (Emiris,F,Konaxis,Penaranda)
Given P ⊆ Rd, H-, V-repr. & triang. T of N(R) can be computed
in
O(d5
ns2
) arithmetic operations + O(n + m) oracle calls
s is the number of cells of T.
BUT: s can be O n d/2
ResPol package
Towards high-dimensional CGAL (Computational Geometry
Algorithms Library)
Hashing of determinantal predicates scheme: optimizing
sequences of similar determinants (x100 speed-up)
Computes 5-, 6- and 7-dimensional polytopes with 35K, 23K
and 500 vertices, respectively, within 2hrs
Computes polytopes of many important surface equations
encountered in geometric modeling in < 1sec, whereas the
corresponding secondary polytopes are intractable
http://sourceforge.net/projects/respol
Combinatorics of resultant polytopes
[GKZ’90] Univariate case, general-dimensional N(R):
The Ai are multisets from Z: |A0| = k0 + 1, |A1| = k1 + 1 ⇒
⇒ dim N(R) = k0 + k1 − 1, k0+k1
k0
vertices, k0k1 + 3 facets.
[Sturmfels’94] Multivariate case / up to 3 dimensions
The only resultant polytopes up to dimension 3
One step beyond: 4-dimensional N(R)
f-vector of face cardinalities: of vertices, edges, ridges, facets.
Some f-vectors (generic input):
(5, 10, 10, 5): 4-simplex
(6, 15, 18, 9): Birkhoff
(8, 20, 21, 9)
(9, 22, 21, 8)
. . .
(10, 26, 25, 9): Sylvester, ki ∈ {2, 3}
. . .
(17, 50, 50, 17)
(18, 51, 48, 15)
(18, 51, 49, 16)
(18, 52, 50, 16)
(18, 52, 51, 17)
(18, 53, 51, 16)
(18, 53, 53, 18)
(18, 54, 54, 18)
(19, 54, 52, 17)
(19, 55, 51, 15)
(19, 55, 52, 16)
(19, 55, 54, 18)
(19, 56, 54, 17)
(19, 56, 56, 19)
(19, 57, 57, 19)
(20, 58, 54, 16)
(20, 59, 57, 18)
(20, 60, 60, 20)
(21, 62, 60, 19)
(21, 63, 63, 21)
(22, 66, 66, 22)
Combinatorics of 4-dim resultant polytopes
Theorem (Dickenstein,Emiris,F)
Given essential family A0, A1, . . . , An ⊂ Zn, with N(R) of
dimension 4, N(R) is (a degeneration of) any of the following
polytopes:
(i) |Ai| : 2 . . . 2, 5, N(R) is the 4-simplex, f-vector (5, 10, 10, 5).
(ii) |Ai| : 2 . . . 2, 3, 4, N(R) f-vector (10, 26, 25, 9).
(iii) |Ai| : 2 . . . 2, 3, 3, 3, N(R) has maximal face numbers
˜f3 = 22, ˜f2 = 66, ˜f1 = ˜f0 + 44, and 22 ≤ ˜f0 ≤ 28.
Degenarations can only decrease the number of faces.
Previous upper bound for vertices yields 6608 [Sturmfels’94].
Focus on new case (iii): reduces to n = 2 and
|A0| = |A1| = |A2| = 3
Mixed subdivisions and N(R) faces (I)
Proposition (GKZ,Sturmfels)
Consider the regular mixed subdivision S of A0 + A1 + · · · + An,
obtained by a lifting defined by w ∈ Rm. Then, S defines a face of
N(R) which has w as outer normal, equal to the Newton polytope
of
σ∈S
R(f0|σ, . . . , fn|σ)dσ
,
i.e. the Minkowski sum of the resultant polytopes of subsystems
{f0|σ, . . . , fn|σ} correspods to cells σ ∈ S, where dσ is the
normalized volume of σ.
Mink. sum of N(R) triangle and N(R) segmentsubd. S of A0 + A1 + A2
Genericity maximizes complexity (II)
Theorem
The number of N(R) faces for 3 triangles is maximized for generic
triangles, namely 2-d, without parallel edges.
N(R∗
) f-vector: (18, 52, 50, 16)
N(R) f-vector: (14, 38, 36, 12)
p
p∗
A0 A1 A2
A0 A1 A2
Possible facets
Lemma
resultant facet: 3-d N(R): octagon in S,
prism: 2-d N(R) (triangle) + 1-d N(R): heptagon and
hexagon,
zonotope: 1-d N(R) + 1-d N(R) + 1-d N(R): 3 hexagons.
3D
2D
Counting facets and duality of mixed subdivisions (III)
Lemma
Maximal face numbers are as follows:
9 resultant facets: 9 octagons with |Ai| = 3, 3, 2.
9 prisms: 9 hexagon-heptagon pairs:
unique subdivision if common edge
picked, i.e., common dual ray fixed.
4 zonotopes: 4 triplets of tri-chromatic points.
Extensions - Open problems
Algorithmic
Total polynomial algorithms for CH (edge-directions
[Emiris-F-Gartner])
Volume computation (randomized implementation [Emiris-F])
Lattice points enumeration
Combinatorial
The maximum f-vector of a 4d N(R) is (22, 66, 66, 22)
Explain symmetry of maximal f-vectors
Outline of the talk
Polytopes defined by oracles: computation & combinatorics
Enumeration of 2-level polytopes
Enumeration of 2-level polytopes
Joint work with:
Adam Bohn (now in Tailand)
Yuri Faenza (now at EPFL)
Samuel Fiorini (ULB)
Marco Macchia (ULB)
Kanstantsin Pashkovich (now at Waterloo)
H0 H1
Definition (#1)
A polytope P is 2-level if ∀ facet-defining hyperplane H0 ∃ a
parallel hyperplane H1 such that: vert(P) ⊆ H0 ∪ H1
4, 6, 4 5, 8, 5 6, 9, 5 6, 12, 8 8, 12, 6
7, 12, 7 5, 9, 6 6, 11, 7
Definition (#2)
A polytope P is 2-level iff its slack matrix is 0/1 (perhaps after
scaling some facets)
Not invariant under polarity:
P = P∆
=
S(P) =






0 0 0 2 2 2
2 2 2 0 0 0
0 0 3 0 0 3
0 3 0 0 3 0
3 0 0 3 0 0






S(P ) =








0 2 0 0 3
0 2 0 3 0
0 2 3 0 0
2 0 0 0 3
2 0 0 3 0
2 0 3 0 0








Motivations for studying 2-level polytopes
Algebraic combinatorics / Erhart polynomials (Stanley ’80)
Statistical disclosure elimination (Sullivant ’06)
Centrally symmetric polytopes (Sanyal, Werner, Ziegler ’09)
Theta bodies (Gouveia, Parrilo & Thomas ’10)
Communication complexity (log-rank conjecture)
Combinatorial optimization (what do 2-level polytopes
capture?)
Examples of 2-level polytopes
Birkhoff polytopes := convhull of permutation matrices
Hanner polytopes := iterated products / free sums of
segments
Stable set polytope STAB(G) with G perfect
Hansen polytopes := twisted prisms over STAB(G), G perfect
{x ∈ [0, 1]d | Ax = b} where A is totally unimodular and b
integer
General properties of 2-level polytopes (2LPs)
A d-dim 2LP has at most 2d vertices and facets (GPT ’10)
A polytope is 2-level iff its Theta rank is 1
(it is a projection of a spectahedron) (GPT ’10)
Every face of a 2LP is a 2LP
General properties of 2-level polytopes (2LPs)
A d-dim 2LP has at most 2d vertices and facets (GPT ’10)
A polytope is 2-level iff its Theta rank is 1
(it is a projection of a spectahedron) (GPT ’10)
Every face of a 2LP is a 2LP
The combinatorial type of a 2LP determines its affine type
A 2LP has a simple vertex iff it is STAB(G), G perfect
General properties of 2-level polytopes (2LPs)
A d-dim 2LP has at most 2d vertices and facets (GPT ’10)
A polytope is 2-level iff its Theta rank is 1
(it is a projection of a spectahedron) (GPT ’10)
Every face of a 2LP is a 2LP
The combinatorial type of a 2LP determines its affine type
A 2LP has a simple vertex iff it is STAB(G), G perfect
Simplicial cores
In 2-level polytope P, pick
d + 1 vertices v1, . . . , vd+1
d + 1 facets F1, . . . , Fd+1
such that ∀i : vi /∈ Fi and vi+1, . . . , vd+1 ∈ Fi
Simplicial cores
In 2-level polytope P, pick
d + 1 vertices v1, . . . , vd+1
d + 1 facets F1, . . . , Fd+1
such that ∀i : vi /∈ Fi and vi+1, . . . , vd+1 ∈ Fi
v1
F1
Simplicial cores
In 2-level polytope P, pick
d + 1 vertices v1, . . . , vd+1
d + 1 facets F1, . . . , Fd+1
such that ∀i : vi /∈ Fi and vi+1, . . . , vd+1 ∈ Fi
v1
F1
Equivalently, find following submatrix in S(P):









1 0 0 0 · · · 0 0
∗ 1 0 0 · · · 0 0
∗ ∗ 1 0 · · · 0 0
...
...
...
∗ ∗ ∗ ∗ · · · 1 0
∗ ∗ ∗ ∗ · · · ∗ 1









Embeddings









1 0 0 0 · · · 0 0
∗ 1 0 0 · · · 0 0
∗ ∗ 1 0 · · · 0 0
.
.
.
.
.
.
.
.
.
∗ ∗ ∗ ∗ · · · 1 0
∗ ∗ ∗ ∗ · · · ∗ 1









=






0
M
.
.
.
0
∗ · · · ∗ 1






Lemma
For 2L P an x-embedding has 0/1 facets:
P = {x ∈ Rd
| ∀E ∈ E : 0
i∈E
xi 1}
for some E with subsets of [d] and vert(P) ⊆ M−1{0, 1}d ⊆ Zd
(E contains all the subsets of [d] if P is the simplex)
Lemma
For 2L P a y-embedding is P = conv(X) for X ⊆ {0, 1}d
Remark: The two embeddings linked: y = Mx ⇐⇒ x = M−1y
A proxy for 2LP: closed sets
Definition
I := M−1 · {0, 1}d then A ⊆ I is closed if clI(A) = A.
E(A) :=
x∈A
{E ⊆ [d] | 0 ≤ x(E) ≤ 1} .
clI(A) := {x ∈ I | 0 ≤ x(E) ≤ 1 for every E ∈ E(A)} .
Lemma
If 2L P in x-embedding then the vertex set of P is a closed set wrt
M−1 · {0, 1}d.
The enumeration algorithm
Input: List Ld−1 of 2L polytopes & simplicial cores
1. Foreach P1 ∈ Ld−1 & simplicial core Γ1: Md−1 := M(Γ1)
1.1 Complete Md−1 to a (d × d)-matrix in the following way:
Md :=







1 0 · · · 0
0
b1
...
bd−2
Md−1







where b = (b1, . . . , bd−2) ∈ {0, 1}d−2
.
1.2 Foreach b1, . . . , bd−2 ∈ {0, 1}:
1.2.1 Using the Ganter-Reuter algorithm, compute the list A of
closed sets wrt M−1
d · ({1} × {0, 1}d−1
)
1.2.2 Foreach A ∈ A, let P := conv ({0} × P1) ∪ A .
1.2.3 If P is 2-level & not isomorphic to any P ∈ Ld, add P to Ld.
Experimental results
d 2L ∆-f STAB polar CS Birk 0/1 closed sets
3 5 4 4 4 2 4 8 19
4 19 12 11 12 4 11 192 350
5 106 41 33 42 13 33 1,048,576 21239
6 1150 248 148 276 45 129 ∼ 1.8 · 1019
1.05 · 108
7 - - 906 - 238 661 - -
8 - - 8887 - - 4530 - -
Combinatorially equivalent 0/1 polytopes and 2L polytopes
∆-f: with on simplicial facet
STAB: stable sets of perfect graphs [Hougardy06]
polar: 2-level polytopes whose polar is 2-level
CS: centrally symmetric
Birk: Birkhoff polytope faces [Paffenholz13]
’-’: exact numbers are unknown.
Statistics: facets vs vertices
0
10
20
30
40
50
60
70
0 10 20 30 40 50 60 70
facets
vertices
2-level
centrally-symmetric
f(x) = 64*12/x
The relation between the number of facets and the number of
vertices of 6-dim 2-level polytopes
Statistics: number of 2L
0
20
40
60
80
100
120
0 10 20 30 40 50 60 70 80
2Lpolytopes
vertices
no simplicial facet
one simplicial facet
The number of 6-dim 2-level polytopes and the class with the ones
with a simplicial facet as a function of the number of vertices.
Open questions
Output-sensitive enumeration algorithm for 2L polytopes
(Hint: better proxy)
g(d) := #(d-dimensional 2L polytopes, up to isomorphism)
Is g(d) = 2poly(d)?
Known: g(d) 2Ω(d2) (e.g., STAB(G) with G bipartite)
Open questions
Output-sensitive enumeration algorithm for 2L polytopes
(Hint: better proxy)
g(d) := #(d-dimensional 2L polytopes, up to isomorphism)
Is g(d) = 2poly(d)?
Known: g(d) 2Ω(d2) (e.g., STAB(G) with G bipartite)
xc(P) = extension complexity = min # facets of a lift of P
f(d) := max{xc(P) | P is d-dimensional 2L polytope}
Is f(d) = 2polylog(d)? (“log-rank conj. for slack matrices”)
xc(STAB(G)) 2O(log2
n)
for n-vertex perfect G (Yannakakis’91)
f(d) 2
˜O(
√
d) for d-dimensional 2LP (Lovett ’14)
g(d) 2O[poly(d)f2(d)] (Rothvoss ’11)
Thank you!

More Related Content

What's hot

A nonlinear approximation of the Bayesian Update formula
A nonlinear approximation of the Bayesian Update formulaA nonlinear approximation of the Bayesian Update formula
A nonlinear approximation of the Bayesian Update formulaAlexander Litvinenko
 
Classification with mixtures of curved Mahalanobis metrics
Classification with mixtures of curved Mahalanobis metricsClassification with mixtures of curved Mahalanobis metrics
Classification with mixtures of curved Mahalanobis metricsFrank Nielsen
 
Regret Minimization in Multi-objective Submodular Function Maximization
Regret Minimization in Multi-objective Submodular Function MaximizationRegret Minimization in Multi-objective Submodular Function Maximization
Regret Minimization in Multi-objective Submodular Function MaximizationTasuku Soma
 
A series of maximum entropy upper bounds of the differential entropy
A series of maximum entropy upper bounds of the differential entropyA series of maximum entropy upper bounds of the differential entropy
A series of maximum entropy upper bounds of the differential entropyFrank Nielsen
 
Elliptical curve cryptography
Elliptical curve cryptographyElliptical curve cryptography
Elliptical curve cryptographyBarani Tharan
 
Nonconvex Compressed Sensing with the Sum-of-Squares Method
Nonconvex Compressed Sensing with the Sum-of-Squares MethodNonconvex Compressed Sensing with the Sum-of-Squares Method
Nonconvex Compressed Sensing with the Sum-of-Squares MethodTasuku Soma
 
IITJEE - 2010 ii -mathematics
IITJEE - 2010  ii -mathematicsIITJEE - 2010  ii -mathematics
IITJEE - 2010 ii -mathematicsVasista Vinuthan
 
Elliptic Curve Cryptography
Elliptic Curve CryptographyElliptic Curve Cryptography
Elliptic Curve CryptographyJorgeVillamarin5
 
Lecture 2 family of fcts
Lecture 2   family of fctsLecture 2   family of fcts
Lecture 2 family of fctsnjit-ronbrown
 
Bregman divergences from comparative convexity
Bregman divergences from comparative convexityBregman divergences from comparative convexity
Bregman divergences from comparative convexityFrank Nielsen
 
15 puzzle problem using branch and bound
15 puzzle problem using branch and bound15 puzzle problem using branch and bound
15 puzzle problem using branch and boundAbhishek Singh
 
Efficient Hill Climber for Multi-Objective Pseudo-Boolean Optimization
Efficient Hill Climber for Multi-Objective Pseudo-Boolean OptimizationEfficient Hill Climber for Multi-Objective Pseudo-Boolean Optimization
Efficient Hill Climber for Multi-Objective Pseudo-Boolean Optimizationjfrchicanog
 
On the Jensen-Shannon symmetrization of distances relying on abstract means
On the Jensen-Shannon symmetrization of distances relying on abstract meansOn the Jensen-Shannon symmetrization of distances relying on abstract means
On the Jensen-Shannon symmetrization of distances relying on abstract meansFrank Nielsen
 
Chap7 2 Ecc Intro
Chap7 2 Ecc IntroChap7 2 Ecc Intro
Chap7 2 Ecc IntroEdora Aziz
 

What's hot (20)

A nonlinear approximation of the Bayesian Update formula
A nonlinear approximation of the Bayesian Update formulaA nonlinear approximation of the Bayesian Update formula
A nonlinear approximation of the Bayesian Update formula
 
Functions JC H2 Maths
Functions JC H2 MathsFunctions JC H2 Maths
Functions JC H2 Maths
 
Classification with mixtures of curved Mahalanobis metrics
Classification with mixtures of curved Mahalanobis metricsClassification with mixtures of curved Mahalanobis metrics
Classification with mixtures of curved Mahalanobis metrics
 
Regret Minimization in Multi-objective Submodular Function Maximization
Regret Minimization in Multi-objective Submodular Function MaximizationRegret Minimization in Multi-objective Submodular Function Maximization
Regret Minimization in Multi-objective Submodular Function Maximization
 
A series of maximum entropy upper bounds of the differential entropy
A series of maximum entropy upper bounds of the differential entropyA series of maximum entropy upper bounds of the differential entropy
A series of maximum entropy upper bounds of the differential entropy
 
JC Vectors summary
JC Vectors summaryJC Vectors summary
JC Vectors summary
 
Elliptical curve cryptography
Elliptical curve cryptographyElliptical curve cryptography
Elliptical curve cryptography
 
Nonconvex Compressed Sensing with the Sum-of-Squares Method
Nonconvex Compressed Sensing with the Sum-of-Squares MethodNonconvex Compressed Sensing with the Sum-of-Squares Method
Nonconvex Compressed Sensing with the Sum-of-Squares Method
 
IITJEE - 2010 ii -mathematics
IITJEE - 2010  ii -mathematicsIITJEE - 2010  ii -mathematics
IITJEE - 2010 ii -mathematics
 
Elliptic Curve Cryptography
Elliptic Curve CryptographyElliptic Curve Cryptography
Elliptic Curve Cryptography
 
Lecture 2 family of fcts
Lecture 2   family of fctsLecture 2   family of fcts
Lecture 2 family of fcts
 
Bregman divergences from comparative convexity
Bregman divergences from comparative convexityBregman divergences from comparative convexity
Bregman divergences from comparative convexity
 
Volume computation and applications
Volume computation and applications Volume computation and applications
Volume computation and applications
 
1524 elliptic curve cryptography
1524 elliptic curve cryptography1524 elliptic curve cryptography
1524 elliptic curve cryptography
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Appli...
 Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Appli... Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Appli...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Appli...
 
15 puzzle problem using branch and bound
15 puzzle problem using branch and bound15 puzzle problem using branch and bound
15 puzzle problem using branch and bound
 
Efficient Hill Climber for Multi-Objective Pseudo-Boolean Optimization
Efficient Hill Climber for Multi-Objective Pseudo-Boolean OptimizationEfficient Hill Climber for Multi-Objective Pseudo-Boolean Optimization
Efficient Hill Climber for Multi-Objective Pseudo-Boolean Optimization
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
 
On the Jensen-Shannon symmetrization of distances relying on abstract means
On the Jensen-Shannon symmetrization of distances relying on abstract meansOn the Jensen-Shannon symmetrization of distances relying on abstract means
On the Jensen-Shannon symmetrization of distances relying on abstract means
 
Chap7 2 Ecc Intro
Chap7 2 Ecc IntroChap7 2 Ecc Intro
Chap7 2 Ecc Intro
 

Similar to Polyhedral computations in computational algebraic geometry and optimization

The Newton polytope of the sparse resultant
The Newton polytope of the sparse resultantThe Newton polytope of the sparse resultant
The Newton polytope of the sparse resultantVissarion Fisikopoulos
 
Combinatorics of 4-dimensional Resultant Polytopes
Combinatorics of 4-dimensional Resultant PolytopesCombinatorics of 4-dimensional Resultant Polytopes
Combinatorics of 4-dimensional Resultant PolytopesVissarion Fisikopoulos
 
"Combinatorics of 4-dimensional resultant polytopes"
"Combinatorics of 4-dimensional resultant polytopes""Combinatorics of 4-dimensional resultant polytopes"
"Combinatorics of 4-dimensional resultant polytopes"Vissarion Fisikopoulos
 
Volume and edge skeleton computation in high dimensions
Volume and edge skeleton computation in high dimensionsVolume and edge skeleton computation in high dimensions
Volume and edge skeleton computation in high dimensionsVissarion Fisikopoulos
 
A new practical algorithm for volume estimation using annealing of convex bodies
A new practical algorithm for volume estimation using annealing of convex bodiesA new practical algorithm for volume estimation using annealing of convex bodies
A new practical algorithm for volume estimation using annealing of convex bodiesVissarion Fisikopoulos
 
Parallel Evaluation of Multi-Semi-Joins
Parallel Evaluation of Multi-Semi-JoinsParallel Evaluation of Multi-Semi-Joins
Parallel Evaluation of Multi-Semi-JoinsJonny Daenen
 
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by OraclesEfficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by OraclesVissarion Fisikopoulos
 
Problem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodProblem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodPeter Herbert
 
Semi-Supervised Regression using Cluster Ensemble
Semi-Supervised Regression using Cluster EnsembleSemi-Supervised Regression using Cluster Ensemble
Semi-Supervised Regression using Cluster EnsembleAlexander Litvinenko
 
Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...Alexander Litvinenko
 
Oracle-based algorithms for high-dimensional polytopes.
Oracle-based algorithms for high-dimensional polytopes.Oracle-based algorithms for high-dimensional polytopes.
Oracle-based algorithms for high-dimensional polytopes.Vissarion Fisikopoulos
 
Beginning direct3d gameprogrammingmath01_primer_20160324_jintaeks
Beginning direct3d gameprogrammingmath01_primer_20160324_jintaeksBeginning direct3d gameprogrammingmath01_primer_20160324_jintaeks
Beginning direct3d gameprogrammingmath01_primer_20160324_jintaeksJinTaek Seo
 
Optimization Techniques
Optimization TechniquesOptimization Techniques
Optimization TechniquesAjay Bidyarthy
 
Nbhm m. a. and m.sc. scholarship test 2005
Nbhm m. a. and m.sc. scholarship test 2005Nbhm m. a. and m.sc. scholarship test 2005
Nbhm m. a. and m.sc. scholarship test 2005MD Kutubuddin Sardar
 
Density theorems for Euclidean point configurations
Density theorems for Euclidean point configurationsDensity theorems for Euclidean point configurations
Density theorems for Euclidean point configurationsVjekoslavKovac1
 
Practical computation of Hecke operators
Practical computation of Hecke operatorsPractical computation of Hecke operators
Practical computation of Hecke operatorsMathieu Dutour Sikiric
 

Similar to Polyhedral computations in computational algebraic geometry and optimization (20)

The Newton polytope of the sparse resultant
The Newton polytope of the sparse resultantThe Newton polytope of the sparse resultant
The Newton polytope of the sparse resultant
 
Combinatorics of 4-dimensional Resultant Polytopes
Combinatorics of 4-dimensional Resultant PolytopesCombinatorics of 4-dimensional Resultant Polytopes
Combinatorics of 4-dimensional Resultant Polytopes
 
"Combinatorics of 4-dimensional resultant polytopes"
"Combinatorics of 4-dimensional resultant polytopes""Combinatorics of 4-dimensional resultant polytopes"
"Combinatorics of 4-dimensional resultant polytopes"
 
Volume and edge skeleton computation in high dimensions
Volume and edge skeleton computation in high dimensionsVolume and edge skeleton computation in high dimensions
Volume and edge skeleton computation in high dimensions
 
A new practical algorithm for volume estimation using annealing of convex bodies
A new practical algorithm for volume estimation using annealing of convex bodiesA new practical algorithm for volume estimation using annealing of convex bodies
A new practical algorithm for volume estimation using annealing of convex bodies
 
Parallel Evaluation of Multi-Semi-Joins
Parallel Evaluation of Multi-Semi-JoinsParallel Evaluation of Multi-Semi-Joins
Parallel Evaluation of Multi-Semi-Joins
 
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by OraclesEfficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
Efficient Volume and Edge-Skeleton Computation for Polytopes Given by Oracles
 
Problem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodProblem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element Method
 
cswiercz-general-presentation
cswiercz-general-presentationcswiercz-general-presentation
cswiercz-general-presentation
 
Semi-Supervised Regression using Cluster Ensemble
Semi-Supervised Regression using Cluster EnsembleSemi-Supervised Regression using Cluster Ensemble
Semi-Supervised Regression using Cluster Ensemble
 
Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...
 
Oracle-based algorithms for high-dimensional polytopes.
Oracle-based algorithms for high-dimensional polytopes.Oracle-based algorithms for high-dimensional polytopes.
Oracle-based algorithms for high-dimensional polytopes.
 
Automatic bayesian cubature
Automatic bayesian cubatureAutomatic bayesian cubature
Automatic bayesian cubature
 
Beginning direct3d gameprogrammingmath01_primer_20160324_jintaeks
Beginning direct3d gameprogrammingmath01_primer_20160324_jintaeksBeginning direct3d gameprogrammingmath01_primer_20160324_jintaeks
Beginning direct3d gameprogrammingmath01_primer_20160324_jintaeks
 
Optimization Techniques
Optimization TechniquesOptimization Techniques
Optimization Techniques
 
Nbhm m. a. and m.sc. scholarship test 2005
Nbhm m. a. and m.sc. scholarship test 2005Nbhm m. a. and m.sc. scholarship test 2005
Nbhm m. a. and m.sc. scholarship test 2005
 
Unit 3
Unit 3Unit 3
Unit 3
 
Unit 3
Unit 3Unit 3
Unit 3
 
Density theorems for Euclidean point configurations
Density theorems for Euclidean point configurationsDensity theorems for Euclidean point configurations
Density theorems for Euclidean point configurations
 
Practical computation of Hecke operators
Practical computation of Hecke operatorsPractical computation of Hecke operators
Practical computation of Hecke operators
 

More from Vissarion Fisikopoulos

"Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL.""Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL."Vissarion Fisikopoulos
 
"Regular triangularions and resultant polytopes."
"Regular triangularions and resultant polytopes." "Regular triangularions and resultant polytopes."
"Regular triangularions and resultant polytopes." Vissarion Fisikopoulos
 
"Exact and approximate algorithms for resultant polytopes."
"Exact and approximate algorithms for resultant polytopes." "Exact and approximate algorithms for resultant polytopes."
"Exact and approximate algorithms for resultant polytopes." Vissarion Fisikopoulos
 
"An output-sensitive algorithm for computing projections of resultant polytop...
"An output-sensitive algorithm for computing projections of resultant polytop..."An output-sensitive algorithm for computing projections of resultant polytop...
"An output-sensitive algorithm for computing projections of resultant polytop...Vissarion Fisikopoulos
 
"Faster Geometric Algorithms via Dynamic Determinant Computation."
"Faster Geometric Algorithms via Dynamic Determinant Computation." "Faster Geometric Algorithms via Dynamic Determinant Computation."
"Faster Geometric Algorithms via Dynamic Determinant Computation." Vissarion Fisikopoulos
 
Efficient Edge-Skeleton Computation for Polytopes Defined by Oracles
Efficient Edge-Skeleton Computation for Polytopes Defined by OraclesEfficient Edge-Skeleton Computation for Polytopes Defined by Oracles
Efficient Edge-Skeleton Computation for Polytopes Defined by OraclesVissarion Fisikopoulos
 
High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...Vissarion Fisikopoulos
 
Working with spatial trajectories in Boost Geometry
Working with spatial trajectories in Boost GeometryWorking with spatial trajectories in Boost Geometry
Working with spatial trajectories in Boost GeometryVissarion Fisikopoulos
 
High-dimensional sampling and volume computation
High-dimensional sampling and volume computationHigh-dimensional sampling and volume computation
High-dimensional sampling and volume computationVissarion Fisikopoulos
 
Conctructing Polytopes via a Vertex Oracle
Conctructing Polytopes via a Vertex OracleConctructing Polytopes via a Vertex Oracle
Conctructing Polytopes via a Vertex OracleVissarion Fisikopoulos
 
Efficient Random-Walk Methods forApproximating Polytope Volume
Efficient Random-Walk Methods forApproximating Polytope VolumeEfficient Random-Walk Methods forApproximating Polytope Volume
Efficient Random-Walk Methods forApproximating Polytope VolumeVissarion Fisikopoulos
 
Geodesic algorithms: an experimental study
Geodesic algorithms: an experimental studyGeodesic algorithms: an experimental study
Geodesic algorithms: an experimental studyVissarion Fisikopoulos
 
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)Vissarion Fisikopoulos
 
Faster Geometric Algorithms via Dynamic Determinant Computation
Faster Geometric Algorithms via Dynamic Determinant ComputationFaster Geometric Algorithms via Dynamic Determinant Computation
Faster Geometric Algorithms via Dynamic Determinant ComputationVissarion Fisikopoulos
 
An algorithm for computing resultant polytopes
An algorithm for computing resultant polytopesAn algorithm for computing resultant polytopes
An algorithm for computing resultant polytopesVissarion Fisikopoulos
 

More from Vissarion Fisikopoulos (16)

"Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL.""Mesh of Periodic Minimal Surfaces in CGAL."
"Mesh of Periodic Minimal Surfaces in CGAL."
 
"Regular triangularions and resultant polytopes."
"Regular triangularions and resultant polytopes." "Regular triangularions and resultant polytopes."
"Regular triangularions and resultant polytopes."
 
"Exact and approximate algorithms for resultant polytopes."
"Exact and approximate algorithms for resultant polytopes." "Exact and approximate algorithms for resultant polytopes."
"Exact and approximate algorithms for resultant polytopes."
 
"An output-sensitive algorithm for computing projections of resultant polytop...
"An output-sensitive algorithm for computing projections of resultant polytop..."An output-sensitive algorithm for computing projections of resultant polytop...
"An output-sensitive algorithm for computing projections of resultant polytop...
 
"Faster Geometric Algorithms via Dynamic Determinant Computation."
"Faster Geometric Algorithms via Dynamic Determinant Computation." "Faster Geometric Algorithms via Dynamic Determinant Computation."
"Faster Geometric Algorithms via Dynamic Determinant Computation."
 
Efficient Edge-Skeleton Computation for Polytopes Defined by Oracles
Efficient Edge-Skeleton Computation for Polytopes Defined by OraclesEfficient Edge-Skeleton Computation for Polytopes Defined by Oracles
Efficient Edge-Skeleton Computation for Polytopes Defined by Oracles
 
High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...High-dimensional polytopes defined by oracles: algorithms, computations and a...
High-dimensional polytopes defined by oracles: algorithms, computations and a...
 
Working with spatial trajectories in Boost Geometry
Working with spatial trajectories in Boost GeometryWorking with spatial trajectories in Boost Geometry
Working with spatial trajectories in Boost Geometry
 
High-dimensional sampling and volume computation
High-dimensional sampling and volume computationHigh-dimensional sampling and volume computation
High-dimensional sampling and volume computation
 
Conctructing Polytopes via a Vertex Oracle
Conctructing Polytopes via a Vertex OracleConctructing Polytopes via a Vertex Oracle
Conctructing Polytopes via a Vertex Oracle
 
Enumeration of 2-level polytopes
Enumeration of 2-level polytopesEnumeration of 2-level polytopes
Enumeration of 2-level polytopes
 
Efficient Random-Walk Methods forApproximating Polytope Volume
Efficient Random-Walk Methods forApproximating Polytope VolumeEfficient Random-Walk Methods forApproximating Polytope Volume
Efficient Random-Walk Methods forApproximating Polytope Volume
 
Geodesic algorithms: an experimental study
Geodesic algorithms: an experimental studyGeodesic algorithms: an experimental study
Geodesic algorithms: an experimental study
 
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
The Earth is not flat; but it's not round either (Geography on Boost.Geometry)
 
Faster Geometric Algorithms via Dynamic Determinant Computation
Faster Geometric Algorithms via Dynamic Determinant ComputationFaster Geometric Algorithms via Dynamic Determinant Computation
Faster Geometric Algorithms via Dynamic Determinant Computation
 
An algorithm for computing resultant polytopes
An algorithm for computing resultant polytopesAn algorithm for computing resultant polytopes
An algorithm for computing resultant polytopes
 

Recently uploaded

Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxUmerFayaz5
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPirithiRaju
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfSumit Kumar yadav
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)Areesha Ahmad
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)Areesha Ahmad
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsSumit Kumar yadav
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencySheetal Arora
 

Recently uploaded (20)

Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdfPests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
Pests of cotton_Borer_Pests_Binomics_Dr.UPR.pdf
 
Chemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdfChemistry 4th semester series (krishna).pdf
Chemistry 4th semester series (krishna).pdf
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 

Polyhedral computations in computational algebraic geometry and optimization

  • 1. Polyhedral computations in computational algebraic geometry and optimization Vissarion Fisikopoulos Computer Science Department, Algorithms Group LSE, Lunchtime Seminar, 15 May 2015
  • 2. Outline of the talk Polytopes defined by oracles: computation & combinatorics Enumeration of 2-level polytopes
  • 3. Motivation: resultant polytopes Algebra: complexity of resultant polynomial Geometry: generalize Birkhoff polytopes faces are Minkowski sums of resultant polytopes vertices → triangulations ↔ subdivisions of Mink. sums Applications: support computation → interpolate implicit equation of parametric hypersurface compute resultants, discriminants Examples of resultant polytopes
  • 4. Newton polytope Definition Given polynomial f ∈ K[x1, . . . , xn] the Newton polytope N(f) of f is the convex hull of the support, i.e. exponent vectors of monomials with non-zero coefficient. 3 2 1 2 3 5 5 f(x1, x2) = 8x2 + x1x2 − 24x2 2 − 16x2 1 + 220x2 1x2 − 34x1x2 2 − 84x3 1x2 +6x2 1x2 2 −8x1x3 2 +8x3 1x2 2 + 8x3 1 + 18x3 2 N(f) 1
  • 5. Polytopes and Algebra Definition Given are polynomials f0, f1, . . . , fn ∈ K[x1, . . . , xn], s.t. the supports define an essential family A0, A1, . . . , An ⊂ Zn, i.e. the Ai generate Zn and any k-subset generates a sublattice of dimension ≥ k. The system’s (sparse) resultant R is the polynomial in the system’s coefficients, defined up to sign, which vanishes iff the polynomials have a common root in the corresponding toric variety X: (K ∗ )n ⊂ X. The resultant polytope N(R) is the Newton polytope of R. A0 A1 N(R)R(a, b, c, d, e) = ad2 b + c2 b2 − 2caeb + a2 e2 f0(x) = ax2 + b f1(x) = cx2 + dx + e
  • 6. Birkhoff polytope Linear polynomials A0 A1 N(R) f0(x, y) = ax + by + c f1(x, y) = dx + ey + f f2(x, y) = gx + hy + iA2 a b c d e f g h i 4-dimensional Birkhoff polytope R(a, b, c, d, e, f, g, h, i) =
  • 7. Existing work Resultants, secondary polytopes, Cayley trick [GKZ ’94] TOPCOM [Rambau ’02] computes all vertices of secondary polytope. [Michiels & Verschelde DCG’99] coarse equivalence classes of secondary polytope vertices. [Michiels & Cools DCG’00] decomposition of Σ(A) in Minkoski summands, including N(R). Tropical geometry [Sturmfels-Yu ’08]: algorithms for resultant polytope (GFan library) [Jensen-Yu ’11] and discriminant polytope (TropLi software) [Rincn ’12].
  • 8. Regularity Regular subdivision of A ⊂ Rd are obtained by projecting the lower (or upper) hull of A lifted to Rd+1 via a lifting function w ∈ (R|A|)×. w = (2, 1, 4)w = (2, 6, 4) A
  • 9. Resultant polytope vertices and mixed subdivisions A subdivision S of A0 + A1 + · · · + An is mixed when its cells have expressions as Minkowski sums of convex hulls of point subsets in Ai’s, fine when each cell has dimension equal to the sum of its summands dimensions. Example mixed subdivision S of A0 + A1 + A2 A0 A1 A2
  • 10. Resultant polytope vertices and mixed subdivisions A subdivision S of A0 + A1 + · · · + An is mixed when its cells have expressions as Minkowski sums of convex hulls of point subsets in Ai’s, fine when each cell has dimension equal to the sum of its summands dimensions. Theorem [GKZ ’94, Sturmfels ’94] many-to-one relation between regular fine mixed subdivisions and N(R) vertices one-to-one relation between regular fine mixed subdivisions and secondary polytope Σ(A) vertices
  • 11. The idea of the algorithm for N(R) Input: A ∈ Z2n defined by A0, A1, . . . , An ⊂ Zn Simplistic method: compute the secondary polytope Σ(A) many-to-one relation between vertices of Σ(A) and N(R) Cannot enum 1 representative/class by walking on secondary edges
  • 12. The idea of the algorithm for N(R) Input: A ∈ Z2n defined by A0, A1, . . . , An ⊂ Zn New Algorithm: Vertex oracle: given direction vector compute a vertex of N(R) by computing a subdivision using the direction as lifting Output sensitive: computes only one subdivision of A per N(R) vertex + one per N(R) facet Computes projections of N(R) or Σ(A)
  • 13. Incremental algorithm for N(R) first: compute conv.hull of d + 1 aff. indep. vertices of N(R) step: call the oracle with outer normal vector of a halfspace → either validate this halfspace → or add a new vertex to the convex hull N(R) Q
  • 14. Incremental algorithm for N(R) first: compute conv.hull of d + 1 aff. indep. vertices of N(R) step: call the oracle with outer normal vector of a halfspace → either validate this halfspace → or add a new vertex to the convex hull Theorem (Emiris,F,Konaxis,Penaranda) Given P ⊆ Rd, H-, V-repr. & triang. T of N(R) can be computed in O(d5 ns2 ) arithmetic operations + O(n + m) oracle calls s is the number of cells of T.
  • 15. Incremental algorithm for N(R) first: compute conv.hull of d + 1 aff. indep. vertices of N(R) step: call the oracle with outer normal vector of a halfspace → either validate this halfspace → or add a new vertex to the convex hull Theorem (Emiris,F,Konaxis,Penaranda) Given P ⊆ Rd, H-, V-repr. & triang. T of N(R) can be computed in O(d5 ns2 ) arithmetic operations + O(n + m) oracle calls s is the number of cells of T. BUT: s can be O n d/2
  • 16. ResPol package Towards high-dimensional CGAL (Computational Geometry Algorithms Library) Hashing of determinantal predicates scheme: optimizing sequences of similar determinants (x100 speed-up) Computes 5-, 6- and 7-dimensional polytopes with 35K, 23K and 500 vertices, respectively, within 2hrs Computes polytopes of many important surface equations encountered in geometric modeling in < 1sec, whereas the corresponding secondary polytopes are intractable http://sourceforge.net/projects/respol
  • 17. Combinatorics of resultant polytopes [GKZ’90] Univariate case, general-dimensional N(R): The Ai are multisets from Z: |A0| = k0 + 1, |A1| = k1 + 1 ⇒ ⇒ dim N(R) = k0 + k1 − 1, k0+k1 k0 vertices, k0k1 + 3 facets. [Sturmfels’94] Multivariate case / up to 3 dimensions The only resultant polytopes up to dimension 3
  • 18. One step beyond: 4-dimensional N(R) f-vector of face cardinalities: of vertices, edges, ridges, facets. Some f-vectors (generic input): (5, 10, 10, 5): 4-simplex (6, 15, 18, 9): Birkhoff (8, 20, 21, 9) (9, 22, 21, 8) . . . (10, 26, 25, 9): Sylvester, ki ∈ {2, 3} . . . (17, 50, 50, 17) (18, 51, 48, 15) (18, 51, 49, 16) (18, 52, 50, 16) (18, 52, 51, 17) (18, 53, 51, 16) (18, 53, 53, 18) (18, 54, 54, 18) (19, 54, 52, 17) (19, 55, 51, 15) (19, 55, 52, 16) (19, 55, 54, 18) (19, 56, 54, 17) (19, 56, 56, 19) (19, 57, 57, 19) (20, 58, 54, 16) (20, 59, 57, 18) (20, 60, 60, 20) (21, 62, 60, 19) (21, 63, 63, 21) (22, 66, 66, 22)
  • 19. Combinatorics of 4-dim resultant polytopes Theorem (Dickenstein,Emiris,F) Given essential family A0, A1, . . . , An ⊂ Zn, with N(R) of dimension 4, N(R) is (a degeneration of) any of the following polytopes: (i) |Ai| : 2 . . . 2, 5, N(R) is the 4-simplex, f-vector (5, 10, 10, 5). (ii) |Ai| : 2 . . . 2, 3, 4, N(R) f-vector (10, 26, 25, 9). (iii) |Ai| : 2 . . . 2, 3, 3, 3, N(R) has maximal face numbers ˜f3 = 22, ˜f2 = 66, ˜f1 = ˜f0 + 44, and 22 ≤ ˜f0 ≤ 28. Degenarations can only decrease the number of faces. Previous upper bound for vertices yields 6608 [Sturmfels’94]. Focus on new case (iii): reduces to n = 2 and |A0| = |A1| = |A2| = 3
  • 20. Mixed subdivisions and N(R) faces (I) Proposition (GKZ,Sturmfels) Consider the regular mixed subdivision S of A0 + A1 + · · · + An, obtained by a lifting defined by w ∈ Rm. Then, S defines a face of N(R) which has w as outer normal, equal to the Newton polytope of σ∈S R(f0|σ, . . . , fn|σ)dσ , i.e. the Minkowski sum of the resultant polytopes of subsystems {f0|σ, . . . , fn|σ} correspods to cells σ ∈ S, where dσ is the normalized volume of σ. Mink. sum of N(R) triangle and N(R) segmentsubd. S of A0 + A1 + A2
  • 21. Genericity maximizes complexity (II) Theorem The number of N(R) faces for 3 triangles is maximized for generic triangles, namely 2-d, without parallel edges. N(R∗ ) f-vector: (18, 52, 50, 16) N(R) f-vector: (14, 38, 36, 12) p p∗ A0 A1 A2 A0 A1 A2
  • 22. Possible facets Lemma resultant facet: 3-d N(R): octagon in S, prism: 2-d N(R) (triangle) + 1-d N(R): heptagon and hexagon, zonotope: 1-d N(R) + 1-d N(R) + 1-d N(R): 3 hexagons. 3D 2D
  • 23. Counting facets and duality of mixed subdivisions (III) Lemma Maximal face numbers are as follows: 9 resultant facets: 9 octagons with |Ai| = 3, 3, 2. 9 prisms: 9 hexagon-heptagon pairs: unique subdivision if common edge picked, i.e., common dual ray fixed. 4 zonotopes: 4 triplets of tri-chromatic points.
  • 24. Extensions - Open problems Algorithmic Total polynomial algorithms for CH (edge-directions [Emiris-F-Gartner]) Volume computation (randomized implementation [Emiris-F]) Lattice points enumeration Combinatorial The maximum f-vector of a 4d N(R) is (22, 66, 66, 22) Explain symmetry of maximal f-vectors
  • 25. Outline of the talk Polytopes defined by oracles: computation & combinatorics Enumeration of 2-level polytopes
  • 26. Enumeration of 2-level polytopes Joint work with: Adam Bohn (now in Tailand) Yuri Faenza (now at EPFL) Samuel Fiorini (ULB) Marco Macchia (ULB) Kanstantsin Pashkovich (now at Waterloo)
  • 27. H0 H1 Definition (#1) A polytope P is 2-level if ∀ facet-defining hyperplane H0 ∃ a parallel hyperplane H1 such that: vert(P) ⊆ H0 ∪ H1 4, 6, 4 5, 8, 5 6, 9, 5 6, 12, 8 8, 12, 6 7, 12, 7 5, 9, 6 6, 11, 7
  • 28. Definition (#2) A polytope P is 2-level iff its slack matrix is 0/1 (perhaps after scaling some facets) Not invariant under polarity: P = P∆ = S(P) =       0 0 0 2 2 2 2 2 2 0 0 0 0 0 3 0 0 3 0 3 0 0 3 0 3 0 0 3 0 0       S(P ) =         0 2 0 0 3 0 2 0 3 0 0 2 3 0 0 2 0 0 0 3 2 0 0 3 0 2 0 3 0 0        
  • 29. Motivations for studying 2-level polytopes Algebraic combinatorics / Erhart polynomials (Stanley ’80) Statistical disclosure elimination (Sullivant ’06) Centrally symmetric polytopes (Sanyal, Werner, Ziegler ’09) Theta bodies (Gouveia, Parrilo & Thomas ’10) Communication complexity (log-rank conjecture) Combinatorial optimization (what do 2-level polytopes capture?)
  • 30. Examples of 2-level polytopes Birkhoff polytopes := convhull of permutation matrices Hanner polytopes := iterated products / free sums of segments Stable set polytope STAB(G) with G perfect Hansen polytopes := twisted prisms over STAB(G), G perfect {x ∈ [0, 1]d | Ax = b} where A is totally unimodular and b integer
  • 31. General properties of 2-level polytopes (2LPs) A d-dim 2LP has at most 2d vertices and facets (GPT ’10) A polytope is 2-level iff its Theta rank is 1 (it is a projection of a spectahedron) (GPT ’10) Every face of a 2LP is a 2LP
  • 32. General properties of 2-level polytopes (2LPs) A d-dim 2LP has at most 2d vertices and facets (GPT ’10) A polytope is 2-level iff its Theta rank is 1 (it is a projection of a spectahedron) (GPT ’10) Every face of a 2LP is a 2LP The combinatorial type of a 2LP determines its affine type A 2LP has a simple vertex iff it is STAB(G), G perfect
  • 33. General properties of 2-level polytopes (2LPs) A d-dim 2LP has at most 2d vertices and facets (GPT ’10) A polytope is 2-level iff its Theta rank is 1 (it is a projection of a spectahedron) (GPT ’10) Every face of a 2LP is a 2LP The combinatorial type of a 2LP determines its affine type A 2LP has a simple vertex iff it is STAB(G), G perfect
  • 34. Simplicial cores In 2-level polytope P, pick d + 1 vertices v1, . . . , vd+1 d + 1 facets F1, . . . , Fd+1 such that ∀i : vi /∈ Fi and vi+1, . . . , vd+1 ∈ Fi
  • 35. Simplicial cores In 2-level polytope P, pick d + 1 vertices v1, . . . , vd+1 d + 1 facets F1, . . . , Fd+1 such that ∀i : vi /∈ Fi and vi+1, . . . , vd+1 ∈ Fi v1 F1
  • 36. Simplicial cores In 2-level polytope P, pick d + 1 vertices v1, . . . , vd+1 d + 1 facets F1, . . . , Fd+1 such that ∀i : vi /∈ Fi and vi+1, . . . , vd+1 ∈ Fi v1 F1 Equivalently, find following submatrix in S(P):          1 0 0 0 · · · 0 0 ∗ 1 0 0 · · · 0 0 ∗ ∗ 1 0 · · · 0 0 ... ... ... ∗ ∗ ∗ ∗ · · · 1 0 ∗ ∗ ∗ ∗ · · · ∗ 1         
  • 37. Embeddings          1 0 0 0 · · · 0 0 ∗ 1 0 0 · · · 0 0 ∗ ∗ 1 0 · · · 0 0 . . . . . . . . . ∗ ∗ ∗ ∗ · · · 1 0 ∗ ∗ ∗ ∗ · · · ∗ 1          =       0 M . . . 0 ∗ · · · ∗ 1       Lemma For 2L P an x-embedding has 0/1 facets: P = {x ∈ Rd | ∀E ∈ E : 0 i∈E xi 1} for some E with subsets of [d] and vert(P) ⊆ M−1{0, 1}d ⊆ Zd (E contains all the subsets of [d] if P is the simplex) Lemma For 2L P a y-embedding is P = conv(X) for X ⊆ {0, 1}d Remark: The two embeddings linked: y = Mx ⇐⇒ x = M−1y
  • 38. A proxy for 2LP: closed sets Definition I := M−1 · {0, 1}d then A ⊆ I is closed if clI(A) = A. E(A) := x∈A {E ⊆ [d] | 0 ≤ x(E) ≤ 1} . clI(A) := {x ∈ I | 0 ≤ x(E) ≤ 1 for every E ∈ E(A)} . Lemma If 2L P in x-embedding then the vertex set of P is a closed set wrt M−1 · {0, 1}d.
  • 39. The enumeration algorithm Input: List Ld−1 of 2L polytopes & simplicial cores 1. Foreach P1 ∈ Ld−1 & simplicial core Γ1: Md−1 := M(Γ1) 1.1 Complete Md−1 to a (d × d)-matrix in the following way: Md :=        1 0 · · · 0 0 b1 ... bd−2 Md−1        where b = (b1, . . . , bd−2) ∈ {0, 1}d−2 . 1.2 Foreach b1, . . . , bd−2 ∈ {0, 1}: 1.2.1 Using the Ganter-Reuter algorithm, compute the list A of closed sets wrt M−1 d · ({1} × {0, 1}d−1 ) 1.2.2 Foreach A ∈ A, let P := conv ({0} × P1) ∪ A . 1.2.3 If P is 2-level & not isomorphic to any P ∈ Ld, add P to Ld.
  • 40. Experimental results d 2L ∆-f STAB polar CS Birk 0/1 closed sets 3 5 4 4 4 2 4 8 19 4 19 12 11 12 4 11 192 350 5 106 41 33 42 13 33 1,048,576 21239 6 1150 248 148 276 45 129 ∼ 1.8 · 1019 1.05 · 108 7 - - 906 - 238 661 - - 8 - - 8887 - - 4530 - - Combinatorially equivalent 0/1 polytopes and 2L polytopes ∆-f: with on simplicial facet STAB: stable sets of perfect graphs [Hougardy06] polar: 2-level polytopes whose polar is 2-level CS: centrally symmetric Birk: Birkhoff polytope faces [Paffenholz13] ’-’: exact numbers are unknown.
  • 41. Statistics: facets vs vertices 0 10 20 30 40 50 60 70 0 10 20 30 40 50 60 70 facets vertices 2-level centrally-symmetric f(x) = 64*12/x The relation between the number of facets and the number of vertices of 6-dim 2-level polytopes
  • 42. Statistics: number of 2L 0 20 40 60 80 100 120 0 10 20 30 40 50 60 70 80 2Lpolytopes vertices no simplicial facet one simplicial facet The number of 6-dim 2-level polytopes and the class with the ones with a simplicial facet as a function of the number of vertices.
  • 43. Open questions Output-sensitive enumeration algorithm for 2L polytopes (Hint: better proxy) g(d) := #(d-dimensional 2L polytopes, up to isomorphism) Is g(d) = 2poly(d)? Known: g(d) 2Ω(d2) (e.g., STAB(G) with G bipartite)
  • 44. Open questions Output-sensitive enumeration algorithm for 2L polytopes (Hint: better proxy) g(d) := #(d-dimensional 2L polytopes, up to isomorphism) Is g(d) = 2poly(d)? Known: g(d) 2Ω(d2) (e.g., STAB(G) with G bipartite) xc(P) = extension complexity = min # facets of a lift of P f(d) := max{xc(P) | P is d-dimensional 2L polytope} Is f(d) = 2polylog(d)? (“log-rank conj. for slack matrices”) xc(STAB(G)) 2O(log2 n) for n-vertex perfect G (Yannakakis’91) f(d) 2 ˜O( √ d) for d-dimensional 2LP (Lovett ’14) g(d) 2O[poly(d)f2(d)] (Rothvoss ’11)