---
title: Tensor Field Networks
url: https://www.emergentmind.com/topics/tensor-field-network
type: topic
---

# Tensor Field Networks

Tensor Field Networks (TFNs) are neural network architectures designed to operate on 3D point clouds with built-in invariance or equivariance to rigid Euclidean transformations (rotations and translations in $\mathbb{R}^3$) and point permutations, while field tensor network states (fTNS) constitute a class of infinite-dimensional tensor networks constructed from conformal field theory (CFT) correlators, designed to capture the critical ground states and symmetry-protected properties of spin systems. Both frameworks highlight the role of symmetries in geometric or physical systems and provide principled methods to encode these constraints within either machine learning models or quantum many-body wavefunctions.

## 1. Mathematical Foundations and Symmetry Principles

TFNs and fTNS both explicitly encode symmetry principles in their construction. 

In TFNs, the central requirement is equivariance under the groups of translations in $\mathbb{R}^3$, rotations ($SO(3)$), and permutations of the point set:
- **Translational Equivariance:** $T_t\{(r_\alpha, x_\alpha)\} = \{(r_\alpha + t, x_\alpha)\}$ with $L \circ T_t = T_t \circ L$.
- **Rotational Equivariance:** Under $g \in SO(3)$, point positions transform as $r_\alpha \to R(g)r_\alpha$ and features as $x_\alpha \to D^X(g) x_\alpha$, with the equivariance condition $L \circ [R(g) \oplus D^X(g)] = [R(g) \oplus D^Y(g)] \circ L$.
- **Permutation Equivariance:** Permutation of points indexed by $\sigma$ satisfies $L \circ P_\sigma = P_\sigma \circ L$.

fTNS, in contrast, replace the finite bond dimension of matrix product states (MPS) with an infinite-dimensional virtual space defined by a 1D quantum field—the Hilbert space of a 2D CFT. The $N$-site spin chain wavefunction is
$$
|\psi\rangle = \sum_{s_1,\dots,s_N=1}^d c_{s_1\cdots s_N}\, |s_1\cdots s_N\rangle
$$
with coefficients given by functional integrals over boundary conditions for each virtual space segment:
$$
c_{s_1\cdots s_N} = \int[\mathcal{D}f_1]\cdots[\mathcal{D}f_N]\,\mathcal{A}^{s_1}_{f_1,f_2}\, \mathcal{A}^{s_2}_{f_2,f_3} \cdots \mathcal{A}^{s_N}_{f_N, f_1}
$$
The fTNS construction encodes symmetries at the physical layer (e.g., SU(2) spin rotation) in terms of commutators with the corresponding CFT currents acting on the virtual degrees of freedom [2209.11253].

## 2. Feature Representations and Equivariant Operations

In TFNs, every feature at point $a$ is represented as a direct sum of irreducible SO(3) representations (rotation orders) $l=0,1,2,\dots$:
- **Scalars:** $l=0$ (dimension 1)
- **Vectors:** $l=1$ (dimension 3)
- **Symmetric traceless rank-2 tensors:** $l=2$ (dimension 5), and so forth

Each rotation order $l$ is accompanied by $n_l$ channels, and features are indexed as $V^{(l)}_{a,c,m}$ with $m=-l, \dotsc, l$. 

For fTNS, the indices of the tensor network move from discrete (as in conventional MPS) to virtual bonds specified by boundary functions $f_i(x)$ in the Hilbert space $\mathbb{L}^2(\mathbb{R}) \cup \mathbb{K}$, enabling the encoding of CFT symmetries and criticality.

## 3. Construction of Equivariant Layers and Functionals

The TFN convolutional structure employs filters constructed from the product of spherical harmonics and learnable radial profiles:
$$
W^{(\ell_f, n)}_m(r) = R_n(\|r\|) Y^{(\ell_f)}_m(\hat{r})
$$
Here, $Y^{(\ell)}_m$ are real spherical harmonics and $R_n$ are trainable radial functions. The convolution of a neighbor feature of order $\ell_i$ with a filter of order $\ell_f$ is performed via tensor products, with the output decomposed into all admissible orders $\ell_o \in \{|\ell_i - \ell_f|, \dotsc, \ell_i + \ell_f\}$ using Clebsch–Gordan coefficients:
$$
(h'_i)_{\ell_o, m_o} 
= \sum_{j \in N(i)} \sum_{\ell_f, m_f} \sum_{\ell_i, m_i} \sum_n
C^{(\ell_o, m_o)}_{(\ell_f, m_f), (\ell_i, m_i)}
h^{(\ell_i)}_{j,m_i}
R_n(\|r_{ij}\|) 
Y^{(\ell_f)}_{m_f}(\hat{r}_{ij})
$$
This structure guarantees transformation under $SO(3)$ as geometric tensors of order $\ell_o$ [1802.08219].

fTNS constructions use CFT correlators as local functional elements,
$$
c_{s_1\cdots s_N} \propto \langle \chi_{s_1}:e^{i\sqrt{\alpha}s_1\phi(z_1)}: \cdots \chi_{s_N}:e^{i\sqrt{\alpha}s_N\phi(z_N)}: \rangle
$$
which is mapped to a path integral over fields on a cylinder partitioned into $N$ strips, each with boundary data and possible vertex insertions.

## 4. Symmetry Action and Topological Classification

Symmetry actions in TFNs are directly embedded through the choice of irreducible representations and the constraint that every layer is equivariant to $SO(3)$, $T(\mathbb{R}^3)$, and permutations. Nonlinearities are designed to preserve equivariance, acting on channel indices and tensor norms.

In fTNS, physical-site symmetries (e.g., SU(2) generated by the Pauli matrices) correspond, on the virtual space, to affine-Lie (Kac-Moody) currents of the CFT:
$$
H(z) = :i\partial\phi(z):, \quad E^\pm(z) = :e^{\pm i\sqrt{2}\phi(z)}:
$$
with contour-integrated charges,
$$
Q^a = \frac{1}{2\pi i}\oint dz\, J^a(z)
$$
The symmetry action on the functionals is specified by commutators with these charges. Projective representations in the virtual space, diagnosed via group commutators (e.g., $V_xV_yV_x^{-1}V_y^{-1}=-1$ for SU(2)), assert the ability for fTNS to carry critical symmetry-protected topological (SPT) order analogous to the MPS classification via cocycles $\omega \in \mathcal{H}^2(G, U(1))$ [2209.11253].

## 5. Implementation and Complexity

TFNs are implemented as deep architectures with convolutional modules of the form: convolution $\rightarrow$ self-interaction $\rightarrow$ nonlinearity. For practical applications, feature dimensions typically use orders up to $\ell=2$ or 3. Radial profiles $R_n$ are parameterized through small multilayer perceptrons over a fixed Gaussian-basis expansion of $r$. Computational complexity is $O(\sum_\ell n_\ell \times |N(i)| \times (2\ell+1)^2)$ per neighbor, with neighborhood pruning for scalability. GPU-accelerated implementations enable operation on point sets of thousands of points [1802.08219].

## 6. Applications and Empirical Results

TFNs have demonstrated strong empirical performance in multiple domains:
- **Geometry:** In a 3D-Tetris shape classification task, TFNs achieved 100% accuracy under random rotations and translations, requiring no rotational augmentation, while standard non-equivariant networks failed to generalize.
- **Physics:** TFNs learned Newtonian inverse-square law (vector outputs of $\ell=1$) and the moment of inertia tensor (outputs at $\ell=0 \oplus 2$) from data, matching analytic decompositions.
- **Chemistry:** On missing-atom prediction in quantum chemistry datasets, TFNs exhibited atom-type and position accuracy exceeding 91%, generalizing to molecules larger than those seen in training, with a mean absolute error of $0.14\,\text{Å}$ and per-element accuracy for C and H above 94%.

For fTNS, the method provides an analytic framework to derive the critical SPT properties of quantum spin chain ground states, with explicit application to the Majumdar–Ghosh model. In this system, the two dimerized ground states correspond to SPT classes differing by their representations of SU(2) symmetry in the virtual space; the distinction is diagnosed by evaluating the group commutator, demonstrating the fundamental SPT structure present in critical, CFT-constructed tensor networks [2209.11253].

## 7. Generalizations and Broader Context

TFNs provide a template for constructing neural network architectures respecting geometric symmetries of Euclidean space, relevant for any learning task on 3D point clouds or molecular graphs where physical invariance is desired [1802.08219].

fTNS generalizes the MPS formalism to critical systems where the virtual space is continuous/infinite-dimensional, supporting both critical behavior and symmetry/topological distinctions inaccessible to finite-bond-dimension tensor networks. Any CFT with local action and suitable primary fields admits an associated fTNS, with the SPT classification directly encoded by the projective properties of the CFT's symmetry currents. The formalism enables the identification and interpolation between trivial and nontrivial SPT phases via control over the spatial configuration of vertex operator insertions in the CFT correlator, offering a systematic route to classifying 1D critical SPT states [2209.11253].

Source: https://www.emergentmind.com/topics/tensor-field-network