Papers
Topics
Authors
Recent
Search
2000 character limit reached

EquiForm: Robust Equivariance & Equilibrium

Updated 1 February 2026
  • EquiForm is a collection of frameworks that leverage symmetry principles, including equivariance and equilibrium, across geometric deep learning, finite element analysis, and differential geometry.
  • It features an SE(3)-equivariant policy learning pipeline with geometric denoising and contrastive alignment to achieve noise-robust robotic manipulation from 3D point clouds.
  • The approach significantly improves performance in simulation and real-world tasks, while ensuring accurate stress approximations and scale invariance in advanced computational models.

EquiForm refers to a set of mathematical and computational frameworks that leverage equivariance principles, scale invariance, or equilibrium constraints to achieve robust geometric or physical reasoning in diverse domains. The name has been adopted for advanced methods in geometric deep learning, equilibrium finite element formulations, and scale-invariant geometry, each with distinct formulations and applications. This entry surveys the three primary meanings of EquiForm, with particular emphasis on SE(3)-equivariant policy learning for 3D point cloud-based manipulation, as well as related developments in structural mechanics and differential geometry.

1. SE(3)-Equivariant Policy Learning with EquiForm

EquiForm is a noise-robust SE(3)-equivariant policy learning framework for robotic manipulation from 3D point clouds (Zhang et al., 24 Jan 2026). The approach is founded on the requirement that observation-to-action mappings in robot policy learning are equivariant with respect to rigid body transformations in SE(3) (the group of 3D rotations and translations). For an observation O=(X,s)O = (X, \mathbf s), where X∈R3×NX \in\mathbb R^{3\times N} is a point cloud and s\mathbf s is a proprioceptive state, the policy π:O↦a\pi : O \mapsto \mathbf a is SE(3)-equivariant if

π(T▹O)=T▹π(O)\pi(T \triangleright O) = T \triangleright \pi(O)

for all T∈SE(3)T \in \mathrm{SE}(3), where T▹X=RX+b1⊤T \triangleright X = RX + \mathbf b\mathbf 1^\top and T▹a=Ra+bT \triangleright \mathbf a = R\mathbf a + \mathbf b.

SE(3)-equivariant encoders (Ψ\Psi) are used to canonicalize point cloud observations: X^=Ψ(X)−1▹X.\hat X = \Psi(X)^{-1} \triangleright X. This allows the policy to output actions in a canonical pose and map them back to the world frame, preserving the desired equivariance.

2. Handling Noise-Induced Equivariance Deviations

In realistic settings, point cloud observations are distorted by noise, occlusions, and pose perturbations, breaking SE(3) equivariance. The stochastic noise operator X∈R3×NX \in\mathbb R^{3\times N}0 applied to a point cloud (X∈R3×NX \in\mathbb R^{3\times N}1) is not SE(3)-equivariant: X∈R3×NX \in\mathbb R^{3\times N}2 and thus

X∈R3×NX \in\mathbb R^{3\times N}3

Consequently, noisy versions of otherwise equivalent observations can yield inconsistent latent representations and policy outputs. This "equivariance deviation" is a primary source of generalization failure in existing equivariant neural architectures for robotic manipulation (Zhang et al., 24 Jan 2026).

3. Geometric Denoising in EquiForm

EquiForm introduces an explicit geometric denoising module to address the above challenge. Each noisy point X∈R3×NX \in\mathbb R^{3\times N}4 is projected onto a locally estimated surface normal and smoothed in the tangent direction:

  • Normal-direction projection: Computes the local neighborhood mean X∈R3×NX \in\mathbb R^{3\times N}5, estimates the normal X∈R3×NX \in\mathbb R^{3\times N}6 (via PCA), then projects using

X∈R3×NX \in\mathbb R^{3\times N}7

  • Tangent-direction smoothing: Updates each X∈R3×NX \in\mathbb R^{3\times N}8 using

X∈R3×NX \in\mathbb R^{3\times N}9

The denoised point cloud s\mathbf s0 serves as the foundation for robust SE(3)-equivariant encoding and policy prediction.

4. Contrastive Equivariant Alignment Objective

Residual inconsistencies due to partial views and occlusion are addressed by a contrastive InfoNCE loss on the encoder's latent features (Zhang et al., 24 Jan 2026). For each denoised cloud s\mathbf s1 and its augmented view s\mathbf s2, the InfoNCE loss is defined as: s\mathbf s3 where s\mathbf s4, s\mathbf s5, and similarity is measured by cosine similarity. Minimizing s\mathbf s6 regularizes representations to remain consistent under rigid transformations and noise, preserving the SE(3) structure.

5. Policy Learning Pipeline and Experimental Results

The EquiForm pipeline at each timestep processes a raw cloud, applies geometric denoising, extracts features via an SE(3)-equivariant encoder, and predicts a canonical action which is mapped back to the original pose. The total training loss combines standard behavior cloning and the contrastive equivariant alignment term. The action head is implemented as a diffusion model.

Empirical evaluations cover 16 simulation tasks and 4 real-robot manipulation tasks (Zhang et al., 24 Jan 2026). Results are summarized below.

Task domain DP3 (non-equivariant) Canonical Policy EquiForm
Simulation (avg) 42.3% 56.6% 66.6%
Real Robot (avg) 12.5% 17.5% 45%

EquiForm improves average success in simulation by 17.2 percentage points compared to Canonical Policy and by 28.1 points in real-world benchmarks. Ablation shows the geometric denoising and contrastive modules yield complementary gains.

6. EquiForm in Finite Element Equilibrium

EquiForm also designates a high-order mixed spectral element method for elastic equilibrium (Olesen et al., 2016). This formulation uses integrated traction components as degrees of freedom for the stress field, directly enforcing equilibrium of forces pointwise (if body forces are polynomial), and enforcing equilibrium of moments weakly via Lagrange multipliers. Spectral element bases are constructed to guarantee interelement traction continuity and pointwise satisfaction of equilibrium constraints. Practical outcomes include monotonic convergence of the complementary energy functional, physically accurate stress and displacement approximations, and resilience to mesh singularities on both orthogonal and curvilinear grids.

7. EquiForm in Differential Geometry

In the context of 4D Minkowski space, EquiForm refers to the equiform differential geometry of curves (Abdel-Aziz et al., 2015). For a smooth spacelike curve s\mathbf s7, the equiform parameter s\mathbf s8 and the associated equiform frame yield equiform curvatures: s\mathbf s9 Plane curves are characterized by π:O↦a\pi : O \mapsto \mathbf a0, hyperplane curves by π:O↦a\pi : O \mapsto \mathbf a1, and general helices (constant slope) by both π:O↦a\pi : O \mapsto \mathbf a2 constant. These equiform invariants are relevant for relativistic kinematics, computer vision (scale-invariant curve matching), and the study of self-similar motions.


The unifying principle across these interpretations of EquiForm is the explicit modeling or enforcement of symmetry-related structure—be it SE(3)-equivariance in policy learning, equilibrium in numerical PDE solvers, or scale invariance in the differential geometry of curves. Each instantiation leverages this structure for heightened robustness, generalization, and physical consistency in geometric computation and learning (Zhang et al., 24 Jan 2026, Olesen et al., 2016, Abdel-Aziz et al., 2015).

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 EquiForm.