---
title: Low-Rank Chow Decomposition
url: https://www.emergentmind.com/topics/low-rank-chow-decomposition
type: topic
---

# Low-Rank Chow Decomposition

A low-rank Chow decomposition is an explicit representation of a homogeneous form or symmetric tensor as a minimal sum of products of linear forms, where the number of summands—known as the Chow rank—is kept small relative to the ambient dimension. For a homogeneous degree-$d$ form in $n+1$ variables, the Chow decomposition expresses the form as a sum of $s$ completely reducible terms, each being a product of $d$ linear forms. The study of low-rank Chow decompositions, their geometric structure, and efficient algorithms for their computation has significant implications in algebraic geometry, tensor analysis, theoretical computer science, and quantum information.

## 1. The Chow Variety and Chow Rank

Let $\mathbb{k}$ be an algebraically closed field of characteristic zero and $R = \mathbb{k}[x_0, ..., x_n]$. The Chow variety $\mathrm{Ch}_d(\mathbb{P}^n)$ is the (projective) variety of all degree-$d$ forms which factor completely into linear forms:
$$
\mathrm{Ch}_d(\mathbb{P}^n) = \mathrm{Split}_d(\mathbb{P}^n) = \left\{ [\ell_1 \cdots \ell_d] \in \mathbb{P}(R_d) : \ell_i \in R_1 \right\},
$$
where $R_1$ denotes the space of linear forms. Its dimension is $d n$.

Given a homogeneous form $F \in R_d$, its Chow rank $\operatorname{rk}_{\mathrm{Ch}}(F)$ is the smallest $s$ such that
$$
F = \sum_{i=1}^s \ell_{i,1} \ell_{i,2} \cdots \ell_{i,d},\qquad \ell_{i,j} \in R_1.
$$
Equivalently, this is the minimal $s$ for which $[F]$ lies in the $s$th secant variety $\sigma_s(\mathrm{Ch}_d(\mathbb{P}^n))$ of the Chow variety [1508.05546].

## 2. Secant Varieties and Expected Chow Rank

For any projective variety $X \subset \mathbb{P}^N$, the $s$th secant variety $\sigma_s(X)$ is
$$
\sigma_s(X) := \overline{ \bigcup_{x_1, ..., x_s \in X} \langle x_1, ..., x_s \rangle },
$$
the Zariski closure of all linear spans of $s$ points of $X$. For the Chow variety, $\sigma_s(\mathrm{Ch}_d(\mathbb{P}^n))$ parameterizes all forms of Chow rank at most $s$.

A standard dimension count yields the expected dimension,
$$
\operatorname{exp\,dim}\ \sigma_s(\mathrm{Ch}_d(\mathbb{P}^n)) = \min\{\, s(d n + 1) - 1,\, \binom{n+d}{d} - 1\,\}.
$$
The smallest $s$ where this secant variety fills the space gives a generic upper bound $s_0$ for the Chow rank:
$$
s_0 = \left\lceil \frac{\binom{n+d}{d}}{d n + 1} \right\rceil.
$$

## 3. Geometric and Algebraic Results for Low Chow Rank

A principal result is that for all $s \leq 35$, the secant variety $\sigma_s(\mathrm{Ch}_d(\mathbb{P}^n))$ is nondefective for all $n,d \in \mathbb{N}$ except for the case $d=2$ and $2 \leq s \leq n/2$, the so-called classical quadratic defect [1508.05546]. That is, for $d \ne 2$ and $s \leq 35$, generic forms of degree $d$ in $n+1$ variables have Chow rank exactly $s_0$. Explicit generic decompositions can be constructed in these cases. For example, generic forms in the following settings satisfy this closed-form bound:

| $n$   | $d$   | $\binom{n+d}{d}$ | $d n + 1$ | $s_0$ | Description (examples)      |
|-------|-------|------------------|-----------|-------|----------------------------|
| $1$   | any   | $d+1$            | $d+1$     | $1$   | binary forms factor        |
| $2$   | $3$   | $10$             | $7$       | $2$   | plane cubics: $L_1L_2L_3 + L_4L_5L_6$ |
| $3$   | $3$   | $20$             | $10$      | $2$   | cubic surfaces             |
| $n$   | $d$   |                  |           |       | See [1508.05546], Cor. 4.3 |

In these regimes, any generic form of degree $d$ in $n+1$ variables can be written as a sum of $s_0$ products of $d$ linear forms.

## 4. Efficient Algorithms for Low-Rank Chow Decomposition

The computational problem of finding, for a given form or symmetric tensor, a minimal Chow decomposition was for a long time approached by symbolic or algebraic methods with high complexity. Recent advances have produced the first algorithms with linear or sub-quadratic time in the ambient tensor size for low-rank cases.

For order-3 symmetric tensors $T\in \mathrm{Sym}^3(\mathbb{C}^n)$ (i.e., cubic polynomials), a Chow decomposition is an expression
$$
T = \sum_{i=1}^r a_{i1} a_{i2} a_{i3}
$$
with each set of linear forms $a_{i1},a_{i2},a_{i3}\in \mathbb{C}^n$. For concise tensors of Chow rank $r = n/3$, and provided the linear forms are in general position, there exists a deterministic $O(n^3)$-time algorithm for computing this decomposition [2509.10450]:

- Generic “probe” vectors $f,g,\ell\in\mathbb{C}^n$ are selected.
- Contractions $M_0 = T_f$, $M_1 = T_g$ form a matrix pencil.
- The generalized eigenvalue problem $\det(M_0 - \lambda M_1) = 0$ yields $3r$ eigenpairs corresponding to the underlying linear forms.
- Inner product tests cluster eigenvectors, and rank-1 factors are reconstructed via intersections in 3D subspaces.

The uniqueness (identifiability) of the decomposition is certified under these genericity conditions [2509.10450].

## 5. Extensions: Higher Orders and Degeneracies

The pencil-based eigenvalue method generalizes to higher odd-order symmetric tensors $T \in S^{2d+1}(\mathbb{C}^n)$ of Chow rank $r = O(n^d)$, with runtime $O(n^{3d+1})$, which is sub-quadratic in the ambient dimension $\binom{n+d-1}{d}$. The contraction is performed along one copy of $\mathbb{C}^n$, forming pencils of size $\binom{n+d-1}{d} \times \binom{n+d-1}{d}$. For certain non-generic orbits (e.g., decompositions into "W-tensors" of the form $a^2b$), specialized algorithms partition the eigenstructure and identify factors efficiently in $O(n^4)$ time [2509.10450].

Decompositions for even orders or for non-concise tensors remain open challenges; the current techniques crucially rely on properties of odd-order pencils and concise support.

## 6. Applications and Computational Complexity

Low-rank Chow decompositions correspond to highly nontrivial decompositions in algebraic geometry, depth-3 $\Sigma\Pi\Sigma$ circuits in computational complexity, and sums of symmetric product states in quantum information. For generic settings where the Chow rank achieves its expected value $s_0$, the optimal homogeneous circuit size for evaluation is $s_0 + d s_0 (n+2)$ [1508.05546]. The new algorithms for cubic and higher-order cases, achieving runtimes linear or sub-quadratic in the tensor support, represent major improvements over prior algebraic and symbolic approaches.

Potential directions for further research include:
- Extending computational certificates beyond the $s \leq 35$ regime,
- Establishing analogous induction and decomposition theory in the superabundant regime,
- Decomposing mixed-degree split varieties,
- Exploring the relevance of Chow decompositions in the study of star configurations and hypersurface intersections [1508.05546, 2509.10450].

## 7. Proof Techniques, Limitations, and Open Problems

The study of Chow ranks and decompositions is grounded in secant variety theory. Terracini’s lemma provides the differential geometric underpinning for dimension counts and proofs of nondefectivity: tangent spaces at generic points combine to fill the ambient tangent space unless coalescence (defectivity) occurs. Direct sum decompositions and parameter counts, coupled with computer-aided rank calculations (e.g., Macaulay2 computations up to $s=35$), form the foundation of recent results [1508.05546].

Known limitations include the classical quadratic defect, the complexity of even-order decompositions, and the treatment of non-concise or ill-conditioned tensors. Extending pencil techniques, classifying degeneracies, and improving practical robustness and scalability are ongoing challenges. The synthesis of geometric theory with algorithmic advances continues to shape the field and suggests wider applicability to computational algebraic geometry and tensor theory.

Source: https://www.emergentmind.com/topics/low-rank-chow-decomposition