← Latest papers
📊 statistics

Drawback of Enforcing Equivariance and its Compensation via the Lens of Expressive Power

This paper demonstrates that while enforcing equivariance in 2-layer ReLU networks can reduce their expressive power, this limitation can be compensated by increasing model size, which paradoxically leads to a reduced hypothesis space dimensionality and improved generalizability.

Original authors: Yuzhu Chen, Tian Qin, Xinmei Tian, Fengxiang He, Dacheng Tao

Published 2026-05-18
📖 4 min read☕ Coffee break read

Original authors: Yuzhu Chen, Tian Qin, Xinmei Tian, Fengxiang He, Dacheng Tao

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to recognize shapes. You notice that a square looks the same whether you rotate it 90 degrees or flip it upside down. This is called symmetry.

In the world of machine learning, scientists have built special "symmetry-aware" robots (called Equivariant Neural Networks) that are forced to understand these rules from the start. The idea is: "If the input changes in a specific way, the robot's internal thinking should change in a matching way." This usually makes the robot smarter and faster at learning.

However, this paper asks a tricky question: Does forcing the robot to follow these symmetry rules make it less capable of learning other things?

Here is the breakdown of their findings, using simple analogies:

1. The "Rigid Blueprint" Problem (The Drawback)

Imagine you are an architect designing a house.

  • A Normal Network (GN) is like a flexible architect. They can draw walls, windows, and doors wherever they want to fit the specific shape of the land.
  • A Symmetry Network (LEN) is like an architect who is forced to use a "symmetry blueprint." If they put a window on the left side, they must put an identical window on the right side. If they tilt a wall one way, they must tilt another wall the opposite way.

The paper shows that this "rigid blueprint" can be a problem. Sometimes, to build a specific shape (like a weirdly angled roof), the normal architect needs just one unique wall. But the symmetry architect, forced to mirror everything, might need three or four walls to achieve the same result.

The Finding: If you give both architects the exact same amount of building materials (the same "model size"), the symmetry architect will often fail to build the shape as well as the normal one. They are less "expressive" because their hands are tied by the rules.

2. The "Buy More Bricks" Solution (The Compensation)

So, is the symmetry approach useless? No. The paper says there is a fix: Just give them more bricks.

If the symmetry architect is forced to build three walls to do what the normal architect does with one, you simply give them a bigger pile of bricks (enlarge the model size).

  • The paper proves that if you increase the size of the symmetry network by a specific amount (related to how many ways you can rotate or flip the data), it can build any shape the normal network can build.
  • In fact, for some tasks, doubling the size of the symmetry network is enough to make it just as good as the normal one.

3. The Surprise: "Bigger but Simpler" (The Benefit)

Here is the most surprising part. Usually, when you make a model bigger, you worry it will get "confused" or overfit (memorize the training data instead of learning the rules).

But the paper finds that even though the symmetry network is physically larger (more neurons), its internal logic is actually simpler.

  • The Analogy: Imagine the normal architect has 9 different knobs they can turn to adjust the house. The symmetry architect has 12 knobs (because the network is bigger), but because of the symmetry rules, those 12 knobs are all locked together. Turning one knob automatically turns the others. So, the symmetry architect is really only controlling 5 independent knobs.

The Result: Because the symmetry network has fewer "independent knobs" (a smaller hypothesis space), it is actually better at generalizing. It is less likely to get confused by new, unseen data. It trades raw size for structural simplicity, which turns out to be a winning combination.

Summary

  • The Problem: Forcing a neural network to respect symmetry (like rotation or flipping) restricts its freedom, making it harder to learn complex shapes if you don't give it enough resources.
  • The Fix: You can fix this by making the symmetry network bigger (adding more neurons).
  • The Bonus: Even though the symmetry network is bigger, its internal rules are so strict that it actually has a "simpler mind" than a normal network of the same size. This makes it surprisingly good at learning new things without getting confused.

In short: Symmetry constraints can limit a small model, but if you scale up the model, you get the best of both worlds: the power to learn complex patterns and the simplicity to generalize well.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →