paper-with-me

홈 › Papers

e3nn: Euclidean Neural Networks

2022-07-18 · Mario Geiger, Tess Smidt

We present e3nn, a generalized framework for creating E(3) equivariant trainable functions, also known as Euclidean neural networks. e3nn naturally operates on geometry and geometric tensors that describe systems in 3D and transform predictably under a change of coordinate system. The core of e3nn are equivariant operations such as the TensorProduct class or the spherical harmonics functions that can be composed to create more complex modules such as convolutions and attention mechanisms. These core operations of e3nn can be used to efficiently articulate Tensor Field Networks, 3D Steerable CNNs, Clebsch-Gordan Networks, SE(3) Transformers and other E(3) equivariant networks.

📄 PDF Abstract BibTeX arXiv:2207.09453

Code (8)

atomicarchitects/phonax jax
e3nn/e3nn pytorch
e3nn/e3nn-jax jax
hongyu-yu/t-e3nn pytorch
mir-group/allegro pytorch
mir-group/nequip pytorch
shiangfang/e3nn-models jax
teddykoker/e3nn.c jax

Similar Papers 제목 키워드 기반

A Convex Hull Cheapest Insertion Heuristic for the Non-Euclidean TSP

2023-02-05 · Mithun Goutham, Meghna Menon, Sarah Garrow, Stephanie Stockar

The convex hull cheapest insertion heuristic produces good solutions to the Euclidean Traveling Salesperson Problem, but it has never been extended to the non-Euclidean problem. This paper uses multidimensional scaling t…

A Graph is Worth $K$ Words: Euclideanizing Graph using Pure Transformer

2024-02-04 · Zhangyang Gao, Daize Dong, Cheng Tan, Jun Xia 외

Can we model Non-Euclidean graphs as pure language or even Euclidean vectors while retaining their inherent information? The Non-Euclidean property have posed a long term challenge in graph modeling. Despite recent graph…

DecoderGraph ClassificationGraph GenerationGraph Representation Learning+1

Changes from Classical Statistics to Modern Statistics and Data Science

2022-10-30 · Kai Zhang, Shan Liu, Momiao Xiong

A coordinate system is a foundation for every quantitative science, engineering, and medicine. Classical physics and statistics are based on the Cartesian coordinate system. The classical probability and hypothesis testi…

Hardness of Approximation of Euclidean $k$-Median

2020-11-09 · Anup Bhattacharya, Dishant Goyal, Ragesh Jaiswal

The Euclidean $k$-median problem is defined in the following manner: given a set $\mathcal{X}$ of $n$ points in $\mathbb{R}^{d}$, and an integer $k$, find a set $C \subset \mathbb{R}^{d}$ of $k$ points (called centers) s…

Error in the Euclidean Preference Model

2022-08-17 · Luke Thorburn, Maria Polukarov, Carmine Ventre

Spatial models of preference, in the form of vector embeddings, are learned by many deep learning and multiagent systems, including recommender systems. Often these models are assumed to approximate a Euclidean structure…

modelRecommendation Systems