Home

Awesome

equivariant-convolutions

This repo contains the code to replicate the experiments of our CVPR2022 paper Enabling Equivariance for Arbitrary Lie Groups. In particular:

To replicate our experiments using the experiment.py file:

The experiment consists of training a model on (padded) MNIST, and then testing on either affNIST or homNIST. To run the former, in experiment.py simply set group = 'affine'; for the latter set group = 'homography'.