Papers › Vector Neurons: A General Framework for SO(3)-Equivariant Networks

Vector Neurons: A General Framework for SO(3)-Equivariant Networks

25 Apr 2021ICCV 2021 10arXiv:2104.12229archive 2025-07-28

Congyue Deng, Or Litany, Yueqi Duan, Adrien Poulenard, Andrea Tagliasacchi, Leonidas Guibas

Invariance and equivariance to the rotation group have been widely discussed in the 3D deep learning community for pointclouds. Yet most proposed methods either use complex mathematical tools that may limit their accessibility, or are tied to specific input data types and network architectures. In this paper, we introduce a general framework built on top of what we call Vector Neuron representations for creating SO(3)-equivariant neural networks for pointcloud processing. Extending neurons from 1D scalars to 3D vectors, our vector neurons enable a simple mapping of SO(3) actions to latent spaces thereby providing a framework for building equivariance in common neural operations -- including linear layers, non-linearities, pooling, and normalizations. Due to their simplicity, vector neurons are versatile and, as we demonstrate, can be incorporated into diverse network architecture backbones, allowing them to process geometry inputs in arbitrary poses. Despite its simplicity, our method performs comparably well in accuracy and generalization with other more complex and specialized state-of-the-art methods on classification and segmentation tasks. We also show for the first time a rotation equivariant reconstruction network.

PaperPDFConference PDFCodeCode 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="2104.12229")

Code

Syntology Ran 6 of 17 code samples harvested from 3 repositories linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 16 samples from 2 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

FlyingGiraffe/vnn officialmentioned in papermentioned on GitHubpytorch report
FlyingGiraffe/vnn-neural-implicits mentioned on GitHubpytorchMIT report
sidhikabalachandar/oavnn mentioned on GitHubpytorch 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

17 samples harvested; 6 ran; 0 honoured the contract we drafted; 11 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 · fixture could not drive it
5ran
11unverified

Licence: 10 of the 17 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

VNLinear FlyingGiraffe/vnn/models/vn_layers.py official repository ran fingerprinted MIT (permissive) · 154a3564fcf7fc91 · report
VNReflectionLinearLeakyReLU sidhikabalachandar/oavnn/model.py community (archive-listed) ran no licence file found · pointer only · 1080ada53cb2d4c1 · report
get_graph_feature_cross FlyingGiraffe/vnn-neural-implicits/im2mesh/layers_equi.py community (archive-listed) ran MIT (permissive) · d5dbd8d8b3a240d1 · report
is_url FlyingGiraffe/vnn-neural-implicits/im2mesh/checkpoints.py community (archive-listed) ran MIT (permissive) · e39d881796e8d67e · report
knn FlyingGiraffe/vnn-neural-implicits/im2mesh/layers_equi.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · cdd0141594039dcb · report
maxpool FlyingGiraffe/vnn-neural-implicits/im2mesh/encoder/vnn_tnet.py community (archive-listed) ran MIT (permissive) · 94c6fe25807ef01e · report
VNEmbedding sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · 44997ad3144d060a · report
VNLinear sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · 913a5ed3a4619465 · report
VNLinearAndLeakyReLU sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · f8f8559195990e90 · report
VNLinearLeakyReLU sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · d62d926017129a0a · report
VNN sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · 9e4f7f50d9b26e83 · report
VNReflectionLinear sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · 5926f396f1921e83 · report
VNReflectionLinearAndLeakyReLU sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · 417f212371ebed0d · report
VNReflectionLinearLeakyReLUBOnly sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · 5d28be1fb471af27 · report
VNStdFeature sidhikabalachandar/oavnn/model.py community (archive-listed) unverified no licence file found · pointer only · a1460ecb6d2c8cd1 · report
get_graph_feature FlyingGiraffe/vnn-neural-implicits/im2mesh/layers_equi.py community (archive-listed) unverified MIT (permissive) · e09e2de9ccd4a1ee · report
meanpool FlyingGiraffe/vnn-neural-implicits/im2mesh/encoder/vnn_tnet.py community (archive-listed) unverified MIT (permissive) · 86ab3883f4591f31 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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