You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-74Lines changed: 14 additions & 74 deletions
Original file line number
Diff line number
Diff line change
@@ -39,80 +39,20 @@ Our community abides by the [Contributor Covenant Code of Conduct](./github/CODE
39
39
40
40
## Citing
41
41
42
-
- Euclidean Neural Networks
43
-
```
44
-
@misc{thomas2018tensorfieldnetworksrotation,
45
-
title={Tensor field networks: Rotation- and translation-equivariant neural networks for 3D point clouds},
46
-
author={Nathaniel Thomas and Tess Smidt and Steven Kearnes and Lusann Yang and Li Li and Kai Kohlhoff and Patrick Riley},
47
-
year={2018},
48
-
eprint={1802.08219},
49
-
archivePrefix={arXiv},
50
-
primaryClass={cs.LG},
51
-
url={https://arxiv.org/abs/1802.08219},
52
-
}
53
-
54
-
@misc{weiler20183dsteerablecnnslearning,
55
-
title={3D Steerable CNNs: Learning Rotationally Equivariant Features in Volumetric Data},
56
-
author={Maurice Weiler and Mario Geiger and Max Welling and Wouter Boomsma and Taco Cohen},
57
-
year={2018},
58
-
eprint={1807.02547},
59
-
archivePrefix={arXiv},
60
-
primaryClass={cs.LG},
61
-
url={https://arxiv.org/abs/1807.02547},
62
-
}
63
-
64
-
@misc{kondor2018clebschgordannetsfullyfourier,
65
-
title={Clebsch-Gordan Nets: a Fully Fourier Space Spherical Convolutional Neural Network},
66
-
author={Risi Kondor and Zhen Lin and Shubhendu Trivedi},
67
-
year={2018},
68
-
eprint={1806.09231},
69
-
archivePrefix={arXiv},
70
-
primaryClass={stat.ML},
71
-
url={https://arxiv.org/abs/1806.09231},
72
-
}
73
-
```
74
-
- e3nn
75
-
```
76
-
@misc{e3nn_paper,
77
-
doi = {10.48550/ARXIV.2207.09453},
78
-
url = {https://arxiv.org/abs/2207.09453},
79
-
author = {Geiger, Mario and Smidt, Tess},
80
-
keywords = {Machine Learning (cs.LG), Artificial Intelligence (cs.AI), Neural and Evolutionary Computing (cs.NE), FOS: Computer and information sciences, FOS: Computer and information sciences},
If you use e3nn in your research, please cite the following papers:
43
+
44
+
### Euclidean Neural Networks:
45
+
46
+
- N. Thomas et al., "Tensor field networks: Rotation- and translation-equivariant neural networks for 3D point clouds" (2018). [arXiv:1802.08219](https://arxiv.org/abs/1802.08219)
47
+
- M. Weiler et al., "3D Steerable CNNs: Learning Rotationally Equivariant Features in Volumetric Data" (2018). [arXiv:1807.02547](https://arxiv.org/abs/1807.02547)
48
+
- R. Kondor et al., "Clebsch-Gordan Nets: a Fully Fourier Space Spherical Convolutional Neural Network" (2018). [arXiv:1806.09231](https://arxiv.org/abs/1806.09231)
49
+
50
+
### e3nn:
51
+
52
+
- M. Geiger and T. Smidt, "e3nn: Euclidean Neural Networks" (2022). [arXiv:2207.09453](https://arxiv.org/abs/2207.09453)
53
+
- M. Geiger et al., "Euclidean neural networks: e3nn" (2022). [Zenodo](https://doi.org/10.5281/zenodo.6459381)
54
+
55
+
For BibTeX entries, please refer to the [CITATION.bib](CITATION.bib) file in this repository.
0 commit comments