Papers › Breaking the Symmetry: Resolving Symmetry Ambiguities in Equivariant Neural Networks

Breaking the Symmetry: Resolving Symmetry Ambiguities in Equivariant Neural Networks

29 Oct 2022arXiv:2210.16646archive 2025-07-28

Sidhika Balachandar, Adrien Poulenard, Congyue Deng, Leonidas Guibas

Equivariant networks have been adopted in many 3-D learning areas. Here we identify a fundamental limitation of these networks: their ambiguity to symmetries. Equivariant networks cannot complete symmetry-dependent tasks like segmenting a left-right symmetric object into its left and right sides. We tackle this problem by adding components that resolve symmetry ambiguities while preserving rotational equivariance. We present OAVNN: Orientation Aware Vector Neuron Network, an extension of the Vector Neuron Network. OAVNN is a rotation equivariant network that is robust to planar symmetric inputs. Our network consists of three key components. 1) We introduce an algorithm to calculate symmetry detecting features. 2) We create a symmetry-sensitive orientation aware linear layer. 3) We construct an attention mechanism that relates directional information across points. We evaluate the network using left-right segmentation and find that the network quickly obtains accurate segmentations. We hope this work motivates investigations on the expressivity of equivariant networks on symmetric objects.

PaperPDFCode 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="2210.16646")

Code

Syntology Ran 16 of 19 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 3 ran · fixture could not drive it; 11 ran with no contract checked.

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

sidhikabalachandar/oavnn found in paper text by Syntology 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

19 samples harvested; 16 ran; 0 honoured the contract we drafted; 3 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.

2ran · our draft was wrong
3ran · fixture could not drive it
11ran
3unverified

Licence: 19 of the 19 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 sidhikabalachandar/oavnn. “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.

ComplexLinear sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · metamorphic tier: invariant no licence file found · pointer only · 164a6bd9f5fc6271 · report
VNBatchNorm sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · metamorphic tier: invariant no licence file found · pointer only · 2cc6647c7c5cc534 · report
VNLeakyReLU sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 594ea6083a143acd · report
VNSimpleLinear sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted no licence file found · pointer only · 02ea3b823d7b47a4 · report
VNSimpleLinearAndLeakyReLU sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran no licence file found · pointer only · 276223d93b79f0dc · report
VNSimpleStdFeature sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran no licence file found · pointer only · 56f354fb9cc0dd05 · report
attention_layer sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran no licence file found · pointer only · 1d0922219a132b52 · report
compute_patches sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · e60a6a79718a81f9 · report
cross_prod_attention_weights sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 1769bcbb5829bdf7 · report
dot_prod_attention_weights sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 7e79ad12d4c7e815 · report
get_basis sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 64dc4cb67856828b · report
get_graph_feature sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c7e5181ff9fc5cd1 · report
get_on_vector sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 04a8f9eb02a21218 · report
get_rrtx sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 3d76f3b2efc92d3f · report
get_rtx sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · 551f120dd5199926 · report
sq_dist_mat sidhikabalachandar/oavnn/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · f6cf97f2a3bf2854 · report
ComplexLinearAndLeakyReLU sidhikabalachandar/oavnn/model.py found in paper text by Syntology unverified no licence file found · pointer only · dadc57a2156fec7f · report
OAVNN sidhikabalachandar/oavnn/model.py found in paper text by Syntology unverified no licence file found · pointer only · f2d79baef5c7d318 · report
orientation_embd sidhikabalachandar/oavnn/model.py found in paper text by Syntology unverified no licence file found · pointer only · db9c9d1c182277e8 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AWARE

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