-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit enables the "easy" parametric construction of G-invariant MLPs. Achieving G-invariance without paying a high cost on the expresivity of the resultant Neural Network is a bit tricky and not properly handeled in ESCNN. In this commit we introduce: - An Equivariant Module to perform the Isotypic Decomposition of any vector space - On the Isotypic Basis we efficiently compute G-invariant features from a symmetric (latent) vector space, by taking the norm of the projection of the latent features to each G-stable irreducible subpsace associated with an irreducible representation. These are by construction G-invariant features, since we are dealing with "Point-Groups" which do leave the origin of these G-stable subspaces invariant.
- Loading branch information
Showing
7 changed files
with
441 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.