---
title: 'Lowest Centroid: Extremal Optimization'
url: https://www.emergentmind.com/topics/lowest-centroid
type: topic
---

# Lowest Centroid: Extremal Optimization

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 [2212.11609][2202.01815][2401.11258][1607.03467][1802.09334][1906.09599][1712.01646]. 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 \(L_p\) convex geometry it gives rise to a derived body \(\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 |
| \(L_p\) convex geometry | \(p\)-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 \(A\), Lassak proved that if \(H_A\) is any inscribed affine-regular hexagon, then the centroid satisfies
\[
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 [2202.01815]. In normalized coordinates,
\[
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]\). An explicit pentagon with vertices
\[
(-2,0),\ (-1,-1),\ (1,-1),\ (2,0),\ (0,2)
\]
has area \(7\) and centroid \((0,4/21)\), showing sharpness.

This localization feeds directly into the centroid-constrained Banach–Mazur theory. For convex bodies \(C,D\subset E^d\), the extended Banach–Mazur distance is
\[
\delta_{\mathrm{BM}}(C,D)
=
\inf_{a,h_\lambda}
\left\{
\lambda\ge 1:\ a(D)\subset C\subset h_\lambda(a(D))
\right\},
\]
while the centroid-constrained variant is
\[
\delta_{\mathrm{BM}}^{\mathrm{cen}}(C,D)
=
\inf_{a,h_\lambda}
\left\{
\lambda\ge 1:\ a(C)\subset D\subset h_\lambda(a(C)),\
\operatorname{cen}(a(C))=\operatorname{cen}(D)
\right\}.
\]
The centroid variant is symmetric,
\[
\delta_{\mathrm{BM}}^{\mathrm{cen}}(C,D)=\delta_{\mathrm{BM}}^{\mathrm{cen}}(D,C),
\]
and, by definition, the unconstrained distance is no larger than the constrained one [2212.11609].

The main planar theorem is
\[
\delta_{\mathrm{BM}}^{\mathrm{cen}}(C,D)\le \frac{69}{17}
\qquad
\text{for all planar convex bodies }C,D\subset E^2.
\]
The proof uses Besicovitch’s inscribed affine-regular hexagon, the centroid localization \( \operatorname{cen}(A)\in \frac{4}{21}H_A\), affine normalization to a common regular hexagon, a rotational-scaling map
\[
(r,s)=\left(\frac32 r^*+\frac12\sqrt3\,s^*,\ -\frac12\sqrt3\,r^*+\frac32 s^*\right),
\]
and a two-stage homothety argument. The relevant extremal factor is
\[
f(p,q,r,s)=
\frac{\sqrt{3}\,(3-2p)\,(3+r)}
{(3-2r)\bigl(\sqrt{3}+\sqrt{3}p+q\bigr)-(3-2p)s},
\]
whose worst case reduces to
\[
g(p,r)=
\frac{\sqrt{3}\,(3-2p)\,(3+r)}
{(3-2r)\sqrt{3}(1+p)},
\]
maximized at \((p,r)=(0,2/7)\), yielding \(69/17\) [2212.11609].

The lower-bound side remains open. The paper cites that
\[
\delta_{\mathrm{BM}}^{\mathrm{cen}}(\text{parallelogram},\text{triangle})=\frac52,
\]
and also gives
\[
\delta_{\mathrm{BM}}^{\mathrm{cen}}(P,T)\le \frac{7-\sqrt5}{2}
\]
for a regular pentagon \(P\) and triangle \(T\). The resulting picture is a gap between the universal upper bound \(69/17\) and the known attained value \(5/2\), with the optimal constant in dimension \(2\) still unresolved. A plausible implication is that the sharp centroid localization constant \(4/21\) 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
\[
V\approx WH
\]
and minimizes
\[
\min_{W,H}\ \|V-WH\|_F^2+\lambda_1 P_{\text{lin}}(W)+\lambda_2 P_{\text{onehot}}(H),
\]
with one-hot constraints
\[
P_{\text{onehot}}(H)=\sum_j\left(\sum_i h_{ij}-1\right)^2.
\]
The optimization is mapped to QUBO form,
\[
f_0(\mathbf{x})=\mathbf{x}^\top Q\mathbf{x},
\]
equivalent to an Ising Hamiltonian
\[
H(\mathbf{s})=\sum_i h_i s_i+\sum_{i<j}J_{ij}s_is_j.
\]
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 [2401.11258].

AQOCI’s adaptive step initializes
\[
s=\frac{\text{upperLimit}-\text{lowerLimit}}{2^{\text{bits}}-1},
\]
updates scale and offset using a factor \(\beta\) empirically set to \(2\), and re-anneals iteratively. The evaluated setup used \(k=3\), \(n=250\), Gaussian blobs in \(2\)D, and a malware dataset reduced to \(2\)D 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 \(k\)-means and, on the MOTIF dataset, better silhouette than random initialization [2401.11258].

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 \(C\subseteq N\) with pairwise distance function \(d(i,j)\), the MinSum pseudo-centroid is
\[
p^*=\arg\min_{i\in C}\sum_{j\in C\setminus\{i\}} d(i,j),
\]
with span
\[
\mathrm{MSSpan}(C)=\sum_{j\in C\setminus\{p^*\}} d(p^*,j),
\]
and the MinMax pseudo-centroid is
\[
p^*=\arg\min_{i\in C}\max_{j\in C\setminus\{i\}} d(i,j),
\]
with span
\[
\mathrm{MMSpan}(C)=\max_{j\in C\setminus\{p^*\}} d(p^*,j).
\]
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 [1607.03467].

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 \(T\), a node \(v\) is a centroid if it minimizes
\[
\sum_{u\in V(T)} \operatorname{dist}(v,u),
\]
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 \(n\) is even, they are adjacent, and each has a largest branch of size exactly \(n/2\). In very simple increasing trees, the probability of two centroids vanishes at rate \(\Theta(1/n)\), so the paper adopts the convention that the “lowest centroid” is the centroid nearest to the root [1802.09334].

Very simple increasing trees include random recursive trees, plane-oriented increasing trees, and \(d\)-ary increasing trees. Their common parameterization uses
\[
y'(x)=(1-c_1x)^{-\alpha},
\qquad
\alpha=1+\frac{c_2}{c_1}>0,
\]
with \(\alpha=1\) for recursive trees, \(\alpha=\tfrac12\) for plane-oriented trees, and \(\alpha=\tfrac{d}{d-1}\) for \(d\)-ary trees. The depth \(D_n\) of the lowest centroid converges to a discrete limiting variable \(D\) with
\[
\mathbb{E}(D)=\alpha,
\qquad
\operatorname{Var}(D)=\alpha^2(4\ln 2-3)+\alpha.
\]
In particular, the expected depth tends to \(1/2\) for plane-oriented trees, \(1\) for recursive trees, and \(2\) for binary increasing trees. The depth is \(O_p(1)\), not \(\Theta(\log n)\).

The limiting probability that the root is the centroid is
\[
\mathbb{P}(L=1)
=
1-\frac{\alpha}{\alpha-1}\left(1-2^{-(\alpha-1)}\right),
\]
with values approximately \(0.586\) for plane-oriented trees, \(1-\ln 2\approx 0.307\) for recursive trees, and \(0\) for binary trees. The centroid label \(L_n\) also converges, with
\[
\mathbb{E}(L)=1+\frac32\alpha,
\qquad
\operatorname{Var}(L)=-\frac{7}{12}\alpha^2+\frac{19}{6}\alpha.
\]
The normalized size \(S_n/n\) of the subtree rooted at the lowest centroid converges to a mixed distribution on \([1/2,1)\) plus an atom at \(1\), with density
\[
f(\theta)=4\,\frac{\alpha}{\alpha-1}
\left(\alpha(2\theta)^{-(\alpha+1)}-(2\theta)^{-2}\right).
\]

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. \(L_p\) centroid bodies and minimal-volume extremizers

In \(L_p\) convex geometry, the centroid is encoded by the \(p\)-centroid body. For a convex body \(K\subset\mathbb{R}^n\), the support functions of the \(L_p\) moment body \(M_pK\) and centroid body \(\Gamma_pK\) are
\[
h_{M_pK}(x)^p=\int_K |\langle x,y\rangle|^p\,dy,
\]
\[
h_{\Gamma_pK}(x)^p
=
\frac{1}{\operatorname{vol}(K)c_{n,p}}
\int_K |\langle x,y\rangle|^p\,dy,
\]
where
\[
c_{n,p}=\frac{\omega_{n+p}}{\omega_2\omega_n\omega_{p-1}}.
\]
The \(L_p\) Busemann–Petty centroid inequality states
\[
\operatorname{vol}(\Gamma_pK)\ge \operatorname{vol}(K),
\]
equivalently
\[
\operatorname{vol}(M_pK)\ge c_{n,p}^{n/p}\operatorname{vol}(K)^{(n+p)/p},
\]
with equality if and only if \(K\) is a \(0\)-symmetric ellipsoid centered at the origin [1906.09599].

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
\[
\Gamma_p(AK)=A\Gamma_p(K)
\qquad
(A\in GL_n(\mathbb{R}))
\]
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 \(L_p\) Brunn–Minkowski theory. For \(1\le r<\infty\), the \(L_r\) mixed volume
\[
V_r(K,L)
=
\frac{r}{n}\lim_{\varepsilon\to 0}
\frac{\operatorname{vol}(K+_r \varepsilon\cdot_r L)-\operatorname{vol}(K)}{\varepsilon}
\]
satisfies the integral representation
\[
V_r(K,L)=\frac1n\int_{S^{n-1}} h_L(u)^r\,dS_r(K,u)
\]
and the \(L_r\) Minkowski inequality
\[
V_r(K,L)\ge \operatorname{vol}(K)^{(n-r)/n}\operatorname{vol}(L)^{r/n}.
\]
The functional extension replaces bodies by functions \(f\) and \(g\), defines
\[
V_r(f,K)=\frac1n\int_{\mathbb{R}^n} h_K(-\nabla f(x))^r\,dx,
\]
and proves a sharp lower bound for
\[
\int_{\mathbb{R}^n}
\left(
\int_{\mathbb{R}^n} g(y)\,|\langle \nabla f(x),y\rangle|^p\,dy
\right)^{r/p}
dx.
\]
Thus the minimality principle extends from sets to a functional mixed-volume framework [1906.09599].

## 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 \(z_G(h)\) is the height of the center of gravity when the fill level is \(h\in[0,H]\), 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 \(h^*\) satisfying
\[
z_G(h^*)=h^*.
\]
Equivalently, the center of gravity attains its lowest possible position when it lies on the top surface of the material inside the solid [1712.01646].

The general moment relations are
\[
m(h)=m_s+\rho_f\int_0^h A(z)\,dz,
\qquad
M_1(h)=M_s+\rho_f\int_0^h zA(z)\,dz,
\]
\[
z_G(h)=\frac{M_1(h)}{m(h)},
\]
where \(A(z)\) is the cross-sectional area, \(m_s\) and \(M_s\) are the mass and first moment of the container, and \(\rho_f\) is the fill density. Differentiation gives the unifying differential equation
\[
\frac{d}{dh}z_G(h)
=
-\frac{m'(h)}{m(h)}\bigl(z_G(h)-h\bigr),
\]
equivalently
\[
\bigl(T(h)m(h)\bigr)'=m'(h)h.
\]
Since \(m'(h)>0\) while filling, the sign of the derivative is determined by \(z_G(h)-h\): 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 \(R\) and height \(H\),
\[
A(z)=\pi R^2,
\qquad
z_G(h)=
\frac{M_s+\rho_f\pi R^2 h^2/2}{m_s+\rho_f\pi R^2 h},
\]
and the extremum equation is
\[
\rho_f\pi R^2 h^{*2}+2m_s h^*-2M_s=0.
\]
For a top-down right circular cone,
\[
A(z)=\pi R^2 z^2/H^2,
\]
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 \(h\) contributes a first moment proportional to \(h\), 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.

Source: https://www.emergentmind.com/topics/lowest-centroid