Papers
Topics
Authors
Recent
Search
2000 character limit reached

Any-Subgroup Equivariant Network (ASEN)

Updated 5 July 2026
  • ASEN is a design principle enabling neural networks to realize equivariance to arbitrarily chosen subgroups through mechanisms like subgroup decomposition, symmetry breaking, and graph automorphisms.
  • It leverages algebraic group theory, neural architecture search, and representation theory to construct layers that maintain subgroup invariance, enhancing performance on structured data.
  • The framework provides theoretical guarantees and demonstrates practical trade-offs in efficiency and parameter sharing when balancing full symmetry versus subgroup restrictions.

Searching arXiv for the cited ASEN papers and closely related work to ground the article. An Any-Subgroup Equivariant Network (ASEN) is a neural-network construction intended to realize equivariance with respect to a chosen subgroup rather than a single, fixed symmetry class selected a priori. Across the cited literature, the term is used for several related constructions: subgroup selection by group decomposition and neural architecture search in finite groups (Basu et al., 2021), finite-subgroup equivariance via graph automorphism groups and bilabelled-graph bases (Pearce-Crump et al., 2023), subgroup restriction by symmetry breaking inside a fully permutation-equivariant model (Goel et al., 19 Mar 2026), encoder–decoder latent decompositions separating invariant and equivariant components (Winter et al., 2022), and subgroup restriction of general equivariant architectures on reductive Lie groups (Batatia et al., 2023). Taken together, these works define ASEN less as a single canonical architecture than as a family of mechanisms for making subgroup equivariance selectable, constructible, or learnable.

1. Terminological scope and core definition

The central object shared by these works is equivariance. Let GG be a group acting on feature spaces X\mathcal X and Y\mathcal Y through linear representations Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X) and Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y). A map ϕ:XY\phi:\mathcal X\to\mathcal Y is GG-equivariant if

ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.

This formulation appears explicitly in the group-decomposition treatment of autoequivariant networks (Basu et al., 2021).

Within that common formalism, ASEN refers to architectures that can realize equivariance to arbitrary subgroups drawn from a larger ambient symmetry class. In the finite-group setting, this may mean composing subgroup-equivariant layers associated with factors H1,,HmH_1,\dots,H_m whose semidirect or direct products reconstruct a larger group (Basu et al., 2021). In the permutation setting, it may mean taking a fully SnS_n-equivariant base model and restricting equivariance to X\mathcal X0 by appending an auxiliary structure X\mathcal X1 whose automorphism group is X\mathcal X2 or X\mathcal X3 (Goel et al., 19 Mar 2026). In graph-based constructions, it may mean realizing any finite subgroup X\mathcal X4 through a graph X\mathcal X5 with X\mathcal X6, then building all linear X\mathcal X7-equivariant maps between tensor-power features (Pearce-Crump et al., 2023). In representation-theoretic settings for reductive Lie groups, it means restricting a X\mathcal X8-equivariant layer construction to any closed subgroup X\mathcal X9 by representation restriction and intertwiner-based layer design (Batatia et al., 2023).

A plausible implication is that ASEN is best understood as a design principle: start from a symmetry-rich model class and introduce mechanisms that permit exact or approximate restriction to a specified subgroup.

One formulation of ASEN originates in the result that equivariance to a large group can be reduced to equivariance to smaller groups from which it is constructed (Basu et al., 2021). For a semidirect product Y\mathcal Y0, with restricted actions Y\mathcal Y1 and Y\mathcal Y2, the paper states that a linear map Y\mathcal Y3 is Y\mathcal Y4-equivariant under Y\mathcal Y5 if and only if it is Y\mathcal Y6-equivariant under Y\mathcal Y7 for Y\mathcal Y8 (Basu et al., 2021). By induction, if Y\mathcal Y9 decomposes as a chain of semidirect or direct products of subgroups Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)0, then Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)1-equivariance is equivalent to equivariance to each factor.

This theorem leads directly to a constructive ASEN recipe for MLP-like layers. A fully connected layer with input index set Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)2, output index set Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)3, and weight matrix Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)4 is made Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)5-equivariant by tying together all entries Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)6 lying in a common orbit of the joint action of Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)7 on Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)8 (Basu et al., 2021). Instead of computing orbits under the full group Γx:GGL(X)\Gamma_x:G\to GL(\mathcal X)9, the proposed fast construction computes a combined orbit index using subgroup actions only, with complexity

Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)0

rather than

Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)1

The resulting weight matrix is defined through shared parameters Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)2, and layerwise nonlinearity preserves equivariance (Basu et al., 2021).

The same work treats subgroup choice as a discrete architecture-search problem. The search state is a binary mask over candidate subgroups, possibly extended with augmentation choices and channel-size options in a GCNN setting. Actions toggle subgroup inclusion or modify augmentation/channel flags. A deep Q-network Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)3 is trained with Bellman updates,

Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)4

and the reward can combine validation accuracy with a parameter-count penalty (Basu et al., 2021). In this usage, ASEN is not only a layer-construction method but also a search space over equivariance patterns.

3. Symmetry breaking from full permutation equivariance

A later formulation begins from a fully permutation-equivariant base model

Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)5

satisfying

Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)6

for every Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)7 (Goel et al., 19 Mar 2026). In practice, that work takes Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)8 and implements each layer as a standard Message-Passing Neural Network with injective MLPs Γy:GGL(Y)\Gamma_y:G\to GL(\mathcal Y)9 and an injective multiset aggregator ϕ:XY\phi:\mathcal X\to\mathcal Y0 (Goel et al., 19 Mar 2026).

Subgroup restriction is then induced by a fixed auxiliary symmetry-breaking input. The model appends a “hypergraph” ϕ:XY\phi:\mathcal X\to\mathcal Y1 whose automorphism group is exactly or approximately the desired subgroup ϕ:XY\phi:\mathcal X\to\mathcal Y2, and defines

ϕ:XY\phi:\mathcal X\to\mathcal Y3

If ϕ:XY\phi:\mathcal X\to\mathcal Y4, then for all ϕ:XY\phi:\mathcal X\to\mathcal Y5,

ϕ:XY\phi:\mathcal X\to\mathcal Y6

while in general ϕ:XY\phi:\mathcal X\to\mathcal Y7 is not equivariant outside ϕ:XY\phi:\mathcal X\to\mathcal Y8 (Goel et al., 19 Mar 2026). The mechanism is therefore explicit symmetry breaking inside an ambient ϕ:XY\phi:\mathcal X\to\mathcal Y9-equivariant architecture.

Because exact symmetry-breaking inputs are computationally hard to find, the paper relaxes the construction through 2-closure. Given GG0, its 2-closure GG1 is the largest subgroup of GG2 acting identically to GG3 on unordered pairs GG4. If GG5 is partitioned into GG6-orbits GG7, then the edge-orbit labelling tensor GG8 satisfies

GG9

and equivalently

ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.0

(Goel et al., 19 Mar 2026). The construction computes pair orbits of the diagonal subgroup ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.1 via Schreier–Sims; orbit decomposition is stated as ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.2 time for generators ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.3, with preprocessing polynomial in ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.4 and ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.5 (Goel et al., 19 Mar 2026).

This symmetry-breaking view differs conceptually from group decomposition. Rather than assembling subgroup-equivariant components, it starts with maximal permutation equivariance and uses an auxiliary input to lower the symmetry of the realized function.

4. Finite-subgroup realization through graph automorphisms

A distinct ASEN construction is based on the observation that finite groups can be realized as graph automorphism groups (Pearce-Crump et al., 2023). For a graph ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.6 with ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.7, the automorphism group is

ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.8

where ϕ(Γx(g)x)=Γy(g)ϕ(x)gG,  xX.\phi(\Gamma_x(g)x)=\Gamma_y(g)\phi(x)\qquad \forall g\in G,\;x\in\mathcal X.9 is the adjacency matrix. This group acts on H1,,HmH_1,\dots,H_m0 and on tensor powers H1,,HmH_1,\dots,H_m1 through

H1,,HmH_1,\dots,H_m2

(Pearce-Crump et al., 2023).

The paper gives a full characterization of linear H1,,HmH_1,\dots,H_m3-equivariant maps

H1,,HmH_1,\dots,H_m4

If H1,,HmH_1,\dots,H_m5 is the matrix of H1,,HmH_1,\dots,H_m6, equivariance is equivalent to

H1,,HmH_1,\dots,H_m7

with H1,,HmH_1,\dots,H_m8 flattened to H1,,HmH_1,\dots,H_m9 form (Pearce-Crump et al., 2023).

A classical result summarized there states that

SnS_n0

For a SnS_n1-bilabelled graph SnS_n2, the associated basis matrix SnS_n3 is indexed by SnS_n4 and has entries

SnS_n5

(Pearce-Crump et al., 2023). Consequently, each linear layer can be written as

SnS_n6

In practice one truncates to generating bilabelled graphs using the “no free components” result or Frobenius duality, then stacks these linear maps with pointwise nonlinearities to obtain an SnS_n7-equivariant network (Pearce-Crump et al., 2023).

The extension to arbitrary finite SnS_n8 uses Frucht’s theorem: every finite group SnS_n9 is isomorphic to the automorphism group of some finite graph X\mathcal X00. The procedure is therefore to choose or construct such a graph and then apply the same homomorphism-matrix construction, yielding an X\mathcal X01-equivariant network under the chosen embedding X\mathcal X02 (Pearce-Crump et al., 2023). This places ASEN in direct contact with algebraic graph theory and invariant-theoretic characterizations of equivariant linear maps.

5. Representation-theoretic and encoder–decoder generalizations

Two further strands broaden ASEN beyond finite permutation groups.

For reductive Lie groups, an ASEN can be defined for any closed subgroup X\mathcal X03 of a reductive Lie group X\mathcal X04 by restricting finite-dimensional X\mathcal X05-representations to X\mathcal X06 (Batatia et al., 2023). If X\mathcal X07 and X\mathcal X08 are X\mathcal X09-modules, their tensor product carries the representation X\mathcal X10, and reductivity yields a Clebsch–Gordan decomposition

X\mathcal X11

After restriction to X\mathcal X12, every layer must intertwine the X\mathcal X13-actions on input and output features (Batatia et al., 2023). The proposed ASEN layer on point-cloud or graph data consists of one-body basis functions X\mathcal X14, aggregated one-body features X\mathcal X15, X\mathcal X16-body correlations, reduction to irreps through Clebsch–Gordan intertwiners, equivariant linear mixing, and norm-based gating. Group convolution on X\mathcal X17,

X\mathcal X18

is presented as the convolutional analogue of this construction (Batatia et al., 2023). This formulation treats ASEN as a subgroup-restriction principle internal to a general equivariant representation-theoretic framework.

A different generalization appears in unsupervised learning, where the ASEN framework separates a latent representation into an invariant code and a group-action component (Winter et al., 2022). Given a group action X\mathcal X19, one encodes

X\mathcal X20

with X\mathcal X21 required to be X\mathcal X22-invariant and X\mathcal X23 predicting the group element used to reconstruct the input through

X\mathcal X24

The basic training criterion is the reconstruction loss

X\mathcal X25

optionally augmented by invariance and equivariance regularizers (Winter et al., 2022). The paper further states that X\mathcal X26 must be strictly X\mathcal X27-invariant, that X\mathcal X28 is equivariant up to the stabilizer X\mathcal X29, and that X\mathcal X30 induces an isomorphism of the orbit X\mathcal X31 with the coset space X\mathcal X32 (Winter et al., 2022).

These two strands suggest a broader conceptual split. In one reading, ASEN is a layerwise subgroup-equivariant architecture built from intertwiners and symmetry-aware parameter tying. In another, it is a representation-learning framework that factors out invariant content and explicitly models the group action needed to reconstruct or realign the data.

6. Guarantees, empirical findings, and limitations

Theoretical guarantees differ across formulations. In the symmetry-breaking construction, an “ASEN Universality” theorem states that if X\mathcal X33 is universal over continuous X\mathcal X34-equivariant maps and X\mathcal X35 has stabilizer X\mathcal X36, then the restricted family X\mathcal X37 is universal over continuous X\mathcal X38-equivariant functions X\mathcal X39 (Goel et al., 19 Mar 2026). The same paper states that any order-1 X\mathcal X40-MLP composed of X\mathcal X41-equivariant linear maps on X\mathcal X42 plus entrywise nonlinearities can be approximated to arbitrary accuracy by ASEN with X\mathcal X43 and an MPNN base (Goel et al., 19 Mar 2026). In the reductive Lie-group formulation, stacking the described equivariant blocks yields a universal approximator of any X\mathcal X44-equivariant map, as cited there to Appendix E of the source paper (Batatia et al., 2023).

Empirical results also vary by instantiation.

Setting Reported finding Source
G-MNIST, G-Fashion-MNIST, CIFAR10, SVHN, RotMNIST, ASL, EMNIST, KMNIST AENs find the right balance between equivariance and network size; in high-performing GCNNs, group equivariance is the most dominating factor (Basu et al., 2021)
Human-3.6M, METR-LA, Pathfinder-64, synthetic sequence tasks A single network equivariant to multiple permutation subgroups outperforms both separate equivariant models and a single non-equivariant model (Goel et al., 19 Mar 2026)
Pathfinder-64 1D-PE baseline ≈ 0.66; local 2D-PE with patch group X\mathcal X45 ≈ 0.82 (Goel et al., 19 Mar 2026)
Synthetic multitask / transfer multitask training yields up to 30 % faster convergence; transfer pretraining reduces fine-tune error by up to 40 % (Goel et al., 19 Mar 2026)
TopTagger AUC≈0.987 with ≈X\mathcal X46 parameters for a Lorentz-group ASEN (Batatia et al., 2023)
ModelNet10 ~96% accuracy using only three ASEN layers in the X\mathcal X47 example (Batatia et al., 2023)

The limitations are likewise construction-specific. In the symmetry-breaking approach, when the target subgroup is not totally 2-closed, the relaxation can introduce additional symmetries; the paper states that ASEN learns extra symmetries from data if X\mathcal X48 but fails if X\mathcal X49, with parity detection as the explicit example where the target invariance is to X\mathcal X50 but the 2-closure is X\mathcal X51, leaving ASEN “stuck at chance” (Goel et al., 19 Mar 2026). The same source notes that too large a subgroup can over-constrain the model and degrade performance, while too small a subgroup slows convergence but may be recovered through learned ties in the edge embedder (Goel et al., 19 Mar 2026). In the reductive Lie-group formulation, applicability is limited to reductive Lie groups with finite-dimensional irreps, and basis truncation in body order and irrep range is a central expressivity–cost trade-off (Batatia et al., 2023).

A recurring misconception is that more symmetry is always preferable. The cited results do not support that simplification. One source explicitly reports that choosing a smaller subgroup X\mathcal X52 can outperform full X\mathcal X53-equivariance on traffic forecasting (Goel et al., 19 Mar 2026), and another frames the search itself as finding the right balance between equivariance and network size (Basu et al., 2021).

7. Conceptual synthesis and research directions

Across these works, ASEN occupies the intersection of equivariant deep learning, neural architecture search, algebraic graph theory, and representation theory. One line builds subgroup equivariance by decomposition of large groups into smaller factors and searches over subgroup sets (Basu et al., 2021). Another realizes finite subgroups through automorphism groups of graphs and characterizes all admissible linear layers via bilabelled-graph homomorphism counts (Pearce-Crump et al., 2023). A third treats subgroup equivariance as controlled symmetry breaking inside a universal X\mathcal X54-equivariant base model, using auxiliary orbit-labelled structures and 2-closure relaxations (Goel et al., 19 Mar 2026). Further extensions connect the idea to invariant/equivariant latent decompositions in unsupervised learning (Winter et al., 2022) and to subgroup restriction for reductive Lie-group architectures built from Clebsch–Gordan reductions (Batatia et al., 2023).

This suggests that the most stable meaning of ASEN is operational rather than architectural: a network family in which the symmetry class can be specialized to an arbitrary subgroup by parameter tying, auxiliary symmetry-breaking inputs, graph-based realization of automorphism groups, or restriction of a larger equivariant representation. A plausible implication is that ASEN provides a route toward models that are not locked to a single hand-chosen symmetry, especially in settings involving grids, sets, graphs, sequences, or geometric data with heterogeneous or task-dependent invariances.

Another plausible implication is that the main unresolved issue is not only universality but subgroup specification: exact realizability, computational cost of subgroup-dependent preprocessing, and the approximation gap induced by relaxations such as 2-closure. The cited literature therefore places ASEN at a technically rich point between strict equivariant design and adaptive symmetry selection, with different formulations emphasizing exact algebraic characterization, efficient construction, or flexible deployment under changing symmetry requirements.

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 Any-Subgroup Equivariant Network (ASEN).