Followup Paper -- "Neural Networks Provably Learn Group Representations: From Cyclic to Non-Abelian"
Our prior work (https://arxiv.org/abs/2602.16849) showed that NNs trained on modular addition learn **sinusoidal features** with precise **phase alignment**. But why sinusoidal? Why those phases?
Because sine and cosine are the **irreducible representations** of the cyclic group Z_p. The network is discovering the representation theory of the group it computes on.
This is not a coincidence. In our new paper, we show that all of these findings can be generalized to Abelian groups, and there is some surprise for non-Abelian groups.
In particular, we study how NNs learn the group composition task: given two group elements g1 and g2, predict g1*g2. The key insight is that NN learns to leverage **group fourier features** to solve this task.
arxiv: https://arxiv.org/abs/2606.02993 blog: https://y-agent.github.io/posts/group_composition_learning/ code: https://github.com/Y-Agent/nn-group-representation-learning
@JLiangHe @LedaW77625 @FengzhuoZhang @siyuc3141

