3D Steerable CNNs: Learning Rotationally Equivariant Features in Volumetric Data
Authors: Maurice Weiler, Mario Geiger, Max Welling, Wouter Boomsma, Taco S. Cohen
NeurIPS 2018 | Conference PDF | Archive PDF | Plain Text | LLM Run Details
| Reproducibility Variable | Result | LLM Response |
|---|---|---|
| Research Type | Experimental | Our experimental results confirm the effectiveness of 3D Steerable CNNs for the problem of amino acid propensity prediction and protein structure classification, both of which have inherent SE(3) symmetry. |
| Researcher Affiliation | Collaboration | Maurice Weiler* University of Amsterdam m.weiler@uva.nl Mario Geiger* EPFL mario.geiger@epfl.ch Max Welling University of Amsterdam, CIFAR, Qualcomm AI Research m.welling@uva.nl Wouter Boomsma University of Copenhagen wb@di.ku.dk Taco Cohen Qualcomm AI Research taco.cohen@gmail.com |
| Pseudocode | No | The paper does not contain any structured pseudocode or algorithm blocks. |
| Open Source Code | Yes | Source code is available at https://github.com/mariogeiger/se3cnn. |
| Open Datasets | Yes | We constructed a new data set, based on the CATH protein structure classification database [11], version 4.2 (see http://cathdb.info/browse/tree). ... The new dataset is available at https://github.com/wouterboomsma/cath_datasets. |
| Dataset Splits | Yes | We used the first seven of the ten splits for training, the eighth for validation and the last two for testing. |
| Hardware Specification | No | The paper does not provide specific hardware details (e.g., GPU/CPU models, memory amounts) used for running its experiments. It mentions 'current hardware' generally. |
| Software Dependencies | No | The paper mentions using the 'Adam optimizer [25]' but does not provide specific version numbers for any software components, programming languages, or libraries used for implementation. |
| Experiment Setup | Yes | We train the models for 100 epochs using the Adam optimizer [25], with an exponential learning rate decay of 0.94 per epoch starting after an initial burn-in phase of 40 epochs. |