Papers › Unsupervised Learning of Group Invariant and Equivariant Representations

Unsupervised Learning of Group Invariant and Equivariant Representations

15 Feb 2022arXiv:2202.07559archive 2025-07-28

Robin Winter, Marco Bertolini, Tuan Le, Frank Noé, Djork-Arné Clevert

Equivariant neural networks, whose hidden features transform according to representations of a group G acting on the data, exhibit training efficiency and an improved generalisation performance. In this work, we extend group invariant and equivariant representation learning to the field of unsupervised deep learning. We propose a general learning strategy based on an encoder-decoder framework in which the latent representation is separated in an invariant term and an equivariant group action component. The key idea is that the network learns to encode and decode data to and from a group-invariant representation by additionally learning to predict the appropriate group action to align input and output pose to solve the reconstruction task. We derive the necessary conditions on the equivariant encoder, and we present a construction valid for any G, both discrete and continuous. We describe explicitly our construction for rotations, translations and permutations. We test the validity and the robustness of our approach in a variety of experiments with diverse data types employing different network architectures.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2202.07559")

Code

Syntology Ran 1 of 16 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jrwnter/group-invaraint-ae officialpytorchBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 1 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
15unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jrwnter/group-invaraint-ae. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

rot_img jrwnter/group-invaraint-ae/giae/so2/modules.py official repository ran BSD-3-Clause (permissive) · f18eeb0842879ad9 · report
add_arguments jrwnter/group-invaraint-ae/giae/se3/hyperparameter.py official repository unverified BSD-3-Clause (permissive) · 801c9be8f9ea49be · report
add_arguments jrwnter/group-invaraint-ae/giae/sn/hyperparameter.py official repository unverified BSD-3-Clause (permissive) · 7779401973a8b2ff · report
angles_to_matrix jrwnter/group-invaraint-ae/giae/se3/data.py official repository unverified BSD-3-Clause (permissive) · 48f03a318b285378 · report
generate_dataset jrwnter/group-invaraint-ae/giae/sn/data.py official repository unverified BSD-3-Clause (permissive) · d138abad047119a8 · report
generate_or_open_data jrwnter/group-invaraint-ae/giae/sn/data.py official repository unverified BSD-3-Clause (permissive) · 2b6d9ba0714ccd52 · report
get_node_mask_batch jrwnter/group-invaraint-ae/giae/se3/modules.py official repository unverified BSD-3-Clause (permissive) · a4854c0652f65b0b · report
get_non_linearity jrwnter/group-invaraint-ae/giae/so2/modules.py official repository unverified BSD-3-Clause (permissive) · 13aa7ec54fbcac9a · report
get_rotation_matrix jrwnter/group-invaraint-ae/giae/so2/modules.py official repository unverified BSD-3-Clause (permissive) · fc9401546b6c29b3 · report
get_rotation_matrix_from_two_vector jrwnter/group-invaraint-ae/giae/se3/utils.py official repository unverified BSD-3-Clause (permissive) · 745a9ffc444e2eb2 · report
matrix_x jrwnter/group-invaraint-ae/giae/se3/data.py official repository unverified BSD-3-Clause (permissive) · 7ecf56522713a0e7 · report
matrix_y jrwnter/group-invaraint-ae/giae/se3/data.py official repository unverified BSD-3-Clause (permissive) · b0d62ee795b41cdb · report
norm_no_nan jrwnter/group-invaraint-ae/giae/se3/modules.py official repository unverified BSD-3-Clause (permissive) · 2e0f13acc894019d · report
normalize_vector jrwnter/group-invaraint-ae/giae/se3/utils.py official repository unverified BSD-3-Clause (permissive) · 0424a9c044540d5c · report
orthogonal_projection jrwnter/group-invaraint-ae/giae/se3/utils.py official repository unverified BSD-3-Clause (permissive) · 2c04bd41c8fbf281 · report
sparse_sort jrwnter/group-invaraint-ae/giae/se3/modules.py official repository unverified BSD-3-Clause (permissive) · d53cae1b85e25f9d · report

Tasks

DecoderRepresentation Learning

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGN

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections