Equivariant Neural Networks
Equivariant networks are built so that transforming the input, by rotation or reflection, transforms the output the same way, encoding symmetry.
Symmetry as a prior
Physical laws respect symmetries: rotate an experiment and the physics rotates with it. A model of such a system should behave the same way. An equivariant network guarantees this by construction: if the input is rotated, the output rotates correspondingly. This is stronger than invariance, where the output does not change, and it is exactly what vector and tensor fields require.
Why it helps learning
Encoding symmetry means the network need not learn separately how the system behaves in every orientation; one example teaches all rotated versions at once. This sharply reduces the data needed and rules out unphysical predictions that break the symmetry. The symmetry is baked in rather than hoped for, so it holds even on inputs unlike the training set.
How it is built
Equivariant layers restrict the allowed operations to those that commute with the symmetry group. For rotations in three dimensions, this leads to networks whose features carry definite transformation types, scalars, vectors, and higher tensors, and whose layers mix them only in symmetry-preserving ways. Group convolutions generalize the idea to discrete symmetries such as reflections and lattice rotations.
Where it matters
- Molecular and materials modeling, where energy is rotation-invariant and forces are equivariant
- Fluid and field problems, where velocity and stress transform as tensors
- Any system whose governing equations are isotropic
- Point-cloud and mesh data with no preferred orientation
Trade-offs
Equivariant architectures are more constrained and can be harder to implement and slower than generic networks, and they only help when the symmetry is real. When the physics genuinely possesses the symmetry, though, the payoff in data efficiency and physical fidelity is substantial, which is why equivariant models dominate machine-learned potentials in chemistry and materials science.