Papers
Topics
Authors
Recent
Search
2000 character limit reached

Lowest Centroid: Extremal Optimization

Updated 5 July 2026
  • Lowest centroid is an extremal notion defined by optimizing centroids under geometric, combinatorial, or physical constraints across diverse fields.
  • In convex geometry, centroid localization (e.g., the sharp 4/21 bound) informs affine comparison metrics like the centroid-constrained Banach–Mazur distance.
  • In clustering and tree theory, lowest centroid methods yield optimal data initialization and minimal depth nodes, thereby enhancing performance and structural analysis.

Searching arXiv for recent and relevant papers on “lowest centroid” and closely related centroid notions.

“Lowest centroid” is not a single standardized term. Across convex geometry, clustering, random tree theory, and mechanics, it denotes an extremal centroid notion: a centroid constrained to a smallest admissible region, a centroid seed obtained from a lowest-energy optimization, a pseudo-centroid minimizing a clusterwise span, the centroid nearest the root in a tree, a centroid body with minimal admissible volume, or the lowest vertical position of a center of gravity during filling (Lassak, 2022, Lassak, 2022, Allgood et al., 2024, Glover, 2016, Durant et al., 2018, Haddad et al., 2019, Sjödin, 2017). The common structure is variational: a centroid is identified not merely as a mean, but as an optimizer under geometric, combinatorial, or physical constraints.

1. Terminological range and basic meanings

The term “centroid” changes meaning with the underlying object. In Euclidean convexity it is the barycenter of a body; in prototype-based clustering it is a representative or seed; in coordinate-free clustering it may be a data point minimizing a span functional; in tree theory it is a node minimizing total graph distance; in LpL_p convex geometry it gives rise to a derived body ΓpK\Gamma_p K; and in mechanics it is the center of gravity of a composite mass distribution.

Domain Centroid object “Lowest” or extremal meaning
Planar convexity Barycenter of a convex body Smallest universal localization or affine-comparison bound
Clustering Seed or representative point Lowest-energy initialization or minimum span
Increasing trees Centroid node Centroid nearest to the root
LpL_p convex geometry pp-centroid body Minimal admissible volume
Composite solids Center of gravity Minimum height during filling

A persistent misconception is that a centroid must be the Euclidean mean of coordinates. The clustering literature surveyed here explicitly replaces the classical centroid by a coordinate-free pseudo-centroid chosen from the data, while tree theory identifies centroid nodes combinatorially, and convex geometry studies both barycenters of bodies and centroid bodies derived from moment integrals. This suggests that “lowest centroid” is best understood as a family of extremal centroid constructions rather than a single definition.

2. Planar convex bodies: centroid localization and centroid-constrained affine distance

For a planar convex body AA, Lassak proved that if HAH_A is any inscribed affine-regular hexagon, then the centroid satisfies

g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),

and the factor $4/21$ is sharp (Lassak, 2022). In normalized coordinates,

a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),

the vertical coordinate of the centroid is therefore confined to [4/21,4/21][-4/21,\,4/21]. An explicit pentagon with vertices

ΓpK\Gamma_p K0

has area ΓpK\Gamma_p K1 and centroid ΓpK\Gamma_p K2, showing sharpness.

This localization feeds directly into the centroid-constrained Banach–Mazur theory. For convex bodies ΓpK\Gamma_p K3, the extended Banach–Mazur distance is

ΓpK\Gamma_p K4

while the centroid-constrained variant is

ΓpK\Gamma_p K5

The centroid variant is symmetric,

ΓpK\Gamma_p K6

and, by definition, the unconstrained distance is no larger than the constrained one (Lassak, 2022).

The main planar theorem is

ΓpK\Gamma_p K7

The proof uses Besicovitch’s inscribed affine-regular hexagon, the centroid localization ΓpK\Gamma_p K8, affine normalization to a common regular hexagon, a rotational-scaling map

ΓpK\Gamma_p K9

and a two-stage homothety argument. The relevant extremal factor is

LpL_p0

whose worst case reduces to

LpL_p1

maximized at LpL_p2, yielding LpL_p3 (Lassak, 2022).

The lower-bound side remains open. The paper cites that

LpL_p4

and also gives

LpL_p5

for a regular pentagon LpL_p6 and triangle LpL_p7. The resulting picture is a gap between the universal upper bound LpL_p8 and the known attained value LpL_p9, with the optimal constant in dimension pp0 still unresolved. A plausible implication is that the sharp centroid localization constant pp1 is not only a geometric fact about barycenter position, but a structural input into affine comparison problems for non-centrally symmetric bodies.

3. Clustering: lowest-energy initialization and coordinate-free pseudo-centroids

In prototype-based clustering, “lowest centroid” can refer to initialization by minimizing a clustering objective. AQOCI reframes centroid initialization through an NMF-like factorization

pp2

and minimizes

pp3

with one-hot constraints

pp4

The optimization is mapped to QUBO form,

pp5

equivalent to an Ising Hamiltonian

pp6

The lowest-energy bitstring encodes the preferred centroid set; AQOCI then adapts scale and offset so that qubit registers represent real-valued centroids rather than only coarse integers (Allgood et al., 2024).

AQOCI’s adaptive step initializes

pp7

updates scale and offset using a factor pp8 empirically set to pp9, and re-anneals iteratively. The evaluated setup used AA0, AA1, Gaussian blobs in AA2D, and a malware dataset reduced to AA3D by PCA; metrics were inertia, silhouette, homogeneity, completeness, V-measure, and iterations to convergence. The reported outcome was that AQOCI was comparable to classical techniques and superior to QOCI, with nearly identical inertia to random AA4-means and, on the MOTIF dataset, better silhouette than random initialization (Allgood et al., 2024).

A different extremal notion appears in pseudo-centroid clustering. Here the centroid is always chosen from the cluster itself, so the construction is medoid-like and coordinate-free. For a cluster AA5 with pairwise distance function AA6, the MinSum pseudo-centroid is

AA7

with span

AA8

and the MinMax pseudo-centroid is

AA9

with span

HAH_A0

The K-PC framework, together with K-MinSum and K-MinMax, mirrors K-means but uses these separation functions directly on distances that may be non-metric or even negative (Glover, 2016).

The paper also develops diversity-based and intensity-based starting methods, including theorems stating that Primary MinMax and Adaptive MinMax obtain best clusters of the selected admissible size at each construction stage. In this literature, “lowest centroid” means not lowest energy in a Hamiltonian landscape, but the data point minimizing a clusterwise total or worst-case distance. The two clustering traditions therefore share an optimization ethos while using distinct objective functions and admissible centroid classes.

4. Increasing trees: the centroid nearest to the root

For a tree HAH_A1, a node HAH_A2 is a centroid if it minimizes

HAH_A3

or equivalently if none of its branches contains more than half of the other nodes. Every tree has either one or two centroids; two centroids occur only when HAH_A4 is even, they are adjacent, and each has a largest branch of size exactly HAH_A5. In very simple increasing trees, the probability of two centroids vanishes at rate HAH_A6, so the paper adopts the convention that the “lowest centroid” is the centroid nearest to the root (Durant et al., 2018).

Very simple increasing trees include random recursive trees, plane-oriented increasing trees, and HAH_A7-ary increasing trees. Their common parameterization uses

HAH_A8

with HAH_A9 for recursive trees, g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),0 for plane-oriented trees, and g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),1 for g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),2-ary trees. The depth g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),3 of the lowest centroid converges to a discrete limiting variable g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),4 with

g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),5

In particular, the expected depth tends to g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),6 for plane-oriented trees, g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),7 for recursive trees, and g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),8 for binary increasing trees. The depth is g(A)Tc(HA),4/21(HA)=c(HA)+421(HAc(HA)),g(A)\in T_{c(H_A),\,4/21}(H_A) = c(H_A)+\frac{4}{21}\bigl(H_A-c(H_A)\bigr),9, not $4/21$0.

The limiting probability that the root is the centroid is

$4/21$1

with values approximately $4/21$2 for plane-oriented trees, $4/21$3 for recursive trees, and $4/21$4 for binary trees. The centroid label $4/21$5 also converges, with

$4/21$6

The normalized size $4/21$7 of the subtree rooted at the lowest centroid converges to a mixed distribution on $4/21$8 plus an atom at $4/21$9, with density

a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),0

This notion of “lowest” is combinatorial rather than metric or physical: it refers to minimum depth among centroid nodes. The result is a precise counterpart to the common heuristic that central nodes in recursively grown trees should lie close to the root. Here that heuristic is quantified by explicit limit laws, moments, and root-centroid probabilities.

5. a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),1 centroid bodies and minimal-volume extremizers

In a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),2 convex geometry, the centroid is encoded by the a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),3-centroid body. For a convex body a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),4, the support functions of the a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),5 moment body a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),6 and centroid body a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),7 are

a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),8

a1=(1,1), a2=(1,1), a3=(2,0), a4=(1,1), a5=(1,1), a6=(2,0),a_1=(1,1),\ a_2=(-1,1),\ a_3=(-2,0),\ a_4=(-1,-1),\ a_5=(1,-1),\ a_6=(2,0),9

where

[4/21,4/21][-4/21,\,4/21]0

The [4/21,4/21][-4/21,\,4/21]1 Busemann–Petty centroid inequality states

[4/21,4/21][-4/21,\,4/21]2

equivalently

[4/21,4/21][-4/21,\,4/21]3

with equality if and only if [4/21,4/21][-4/21,\,4/21]4 is a [4/21,4/21][-4/21,\,4/21]5-symmetric ellipsoid centered at the origin (Haddad et al., 2019).

This is a “lowest centroid” statement in the sense of minimal attainable volume. Among origin-centered convex bodies of fixed volume, ellipsoids are exactly the bodies for which the centroid body has the smallest allowed volume, namely the original volume. The affine equivariance

[4/21,4/21][-4/21,\,4/21]6

shows that the extremizers are unique up to linear image, while translation is excluded from the equality characterization because the defining integrals are taken with respect to the origin.

The paper further embeds this in Firey’s [4/21,4/21][-4/21,\,4/21]7 Brunn–Minkowski theory. For [4/21,4/21][-4/21,\,4/21]8, the [4/21,4/21][-4/21,\,4/21]9 mixed volume

ΓpK\Gamma_p K00

satisfies the integral representation

ΓpK\Gamma_p K01

and the ΓpK\Gamma_p K02 Minkowski inequality

ΓpK\Gamma_p K03

The functional extension replaces bodies by functions ΓpK\Gamma_p K04 and ΓpK\Gamma_p K05, defines

ΓpK\Gamma_p K06

and proves a sharp lower bound for

ΓpK\Gamma_p K07

Thus the minimality principle extends from sets to a functional mixed-volume framework (Haddad et al., 2019).

6. Composite solids: the lowest center of gravity during filling

In mechanics, the lowest centroid problem becomes a question about the vertical coordinate of the center of gravity of a container partly filled with a homogeneous material. If ΓpK\Gamma_p K08 is the height of the center of gravity when the fill level is ΓpK\Gamma_p K09, then for the families treated in the paper—cylinders, cones, solids of revolution, power solids, spheres, and half-spheres—the minimum occurs exactly at the unique height ΓpK\Gamma_p K10 satisfying

ΓpK\Gamma_p K11

Equivalently, the center of gravity attains its lowest possible position when it lies on the top surface of the material inside the solid (Sjödin, 2017).

The general moment relations are

ΓpK\Gamma_p K12

ΓpK\Gamma_p K13

where ΓpK\Gamma_p K14 is the cross-sectional area, ΓpK\Gamma_p K15 and ΓpK\Gamma_p K16 are the mass and first moment of the container, and ΓpK\Gamma_p K17 is the fill density. Differentiation gives the unifying differential equation

ΓpK\Gamma_p K18

equivalently

ΓpK\Gamma_p K19

Since ΓpK\Gamma_p K20 while filling, the sign of the derivative is determined by ΓpK\Gamma_p K21: the centroid descends when it lies above the surface and rises when it lies below it. The crossing point is therefore the unique global minimum.

For a cylinder of radius ΓpK\Gamma_p K22 and height ΓpK\Gamma_p K23,

ΓpK\Gamma_p K24

and the extremum equation is

ΓpK\Gamma_p K25

For a top-down right circular cone,

ΓpK\Gamma_p K26

and the extremum condition becomes a cubic. Analogous explicit formulas are derived for spheres and half-spheres. The physical interpretation is entirely Archimedean: the infinitesimal slab added at height ΓpK\Gamma_p K27 contributes a first moment proportional to ΓpK\Gamma_p K28, and the centroid reaches its lowest point exactly when the lever-arm difference vanishes.

The mechanical notion is the most literal reading of “lowest centroid,” but it also clarifies the broader theme. In each of the literatures above, the centroid is singled out by an extremal principle—minimum admissible region, minimum affine distortion, minimum energy, minimum span, minimum depth, minimum volume, or minimum height. The phrase therefore names a class of optimization problems centered on different incarnations of centrality rather than a single universal object.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Lowest Centroid.