Papers › Tensor field networks: Rotation- and translation-equivariant neural networks for 3D...

Tensor field networks: Rotation- and translation-equivariant neural networks for 3D point clouds

22 Feb 2018arXiv:1802.08219archive 2025-07-28

Nathaniel Thomas, Tess Smidt, Steven Kearnes, Lusann Yang, Li Li, Kai Kohlhoff, Patrick Riley

We introduce tensor field neural networks, which are locally equivariant to 3D rotations, translations, and permutations of points at every layer. 3D rotation equivariance removes the need for data augmentation to identify features in arbitrary orientations. Our network uses filters built from spherical harmonics; due to the mathematical consequences of this filter choice, each layer accepts as input (and guarantees as output) scalars, vectors, and higher-order tensors, in the geometric sense of these terms. We demonstrate the capabilities of tensor field networks with tasks in geometry, physics, and chemistry.

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="1802.08219")

Code

Syntology Ran 4 of 19 code samples harvested from 3 repositories linked to this paper; 15 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 2 ran with no contract checked.

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

tensorfieldnetworks/tensorfieldnetworks officialmentioned in papermentioned on GitHubtf report
e3nn/e3nn mentioned on GitHubpytorch report
e3nn/e3nn-jax mentioned on GitHubjaxApache-2.0 report
mariogeiger/se3cnn 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

19 samples harvested; 4 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.

2ran · fixture could not drive it
2ran
15unverified

Licence: 10 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 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.

F_0 tensorfieldnetworks/tensorfieldnetworks/tensorfieldnetworks/layers.py official repository unverified MIT (permissive) · f5799655d0f5bcec · report
F_1 tensorfieldnetworks/tensorfieldnetworks/tensorfieldnetworks/layers.py official repository unverified MIT (permissive) · d2c2e699725ae589 · report
R tensorfieldnetworks/tensorfieldnetworks/tensorfieldnetworks/layers.py official repository unverified MIT (permissive) · 5f86ec36b0ab3b47 · report
convolution tensorfieldnetworks/tensorfieldnetworks/tensorfieldnetworks/layers.py official repository unverified MIT (permissive) · 074f4305130c0592 · report
filter_0 tensorfieldnetworks/tensorfieldnetworks/tensorfieldnetworks/layers.py official repository unverified MIT (permissive) · 84ce01586d296880 · report
filter_1_output_0 tensorfieldnetworks/tensorfieldnetworks/tensorfieldnetworks/layers.py official repository unverified MIT (permissive) · 25c062ebcf714a59 · report
filter_1_output_1 tensorfieldnetworks/tensorfieldnetworks/tensorfieldnetworks/layers.py official repository unverified MIT (permissive) · d6c0c7124d37a6f6 · report
unit_vectors tensorfieldnetworks/tensorfieldnetworks/tensorfieldnetworks/layers.py official repository unverified MIT (permissive) · 41f27419a9a17428 · report
NeighborsConvolution mariogeiger/se3cnn/se3cnn/point/operations.py community (archive-listed) ran MIT (permissive) · f88876f172b60680 · report
get_eijk luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) ran licence not identified · pointer only · b9aaf573f261f64d · report
norm_with_epsilon luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) ran · fixture could not drive it fingerprinted licence not identified · pointer only · 3db4885a23939ff4 · report
unit_vectors luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) ran · fixture could not drive it fingerprinted licence not identified · pointer only · 680aa33e73f33146 · report
F_0 luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) unverified licence not identified · pointer only · ee202d8bdedb9e90 · report
F_1 luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) unverified licence not identified · pointer only · 82f392011b2f1441 · report
R luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) unverified licence not identified · pointer only · ca77a472415f3cf6 · report
convolution luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) unverified licence not identified · pointer only · 17ee2b9f445c5d37 · report
filter_0 luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) unverified licence not identified · pointer only · 4d199a1de09a2126 · report
filter_1_output_0 luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) unverified licence not identified · pointer only · 09273e3ce2ced568 · report
filter_1_output_1 luca310795/tensor-field-networks/models/tfn/layers.py community (archive-listed) unverified licence not identified · pointer only · 9a30045556aa1198 · report

Tasks

Data AugmentationTranslation

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