Symmetry Discovery Beyond Affine Transformations

Ben Shaw,Abram Magner,Kevin R. Moon
2024-06-06
Abstract:Symmetry detection has been shown to improve various machine learning tasks. In the context of continuous symmetry detection, current state of the art experiments are limited to the detection of affine transformations. Under the manifold assumption, we outline a framework for discovering continuous symmetry in data beyond the affine transformation group. We also provide a similar framework for discovering discrete symmetry. We experimentally compare our method to an existing method known as LieGAN and show that our method is competitive at detecting affine symmetries for large sample sizes and superior than LieGAN for small sample sizes. We also show our method is able to detect continuous symmetries beyond the affine group and is generally more computationally efficient than LieGAN.
Machine Learning
What problem does this paper attempt to address?
The paper attempts to address the problem of detecting continuous and discrete symmetries beyond affine transformations in data. Specifically: 1. **Detecting continuous symmetries of non-affine transformations**: Current methods are mainly limited to detecting symmetries of affine transformations, while this paper proposes a new method to detect a broader range of continuous symmetries. 2. **Improving performance with small sample sizes**: Compared to the existing LieGAN method, the new method performs better with small sample sizes. 3. **Enhancing computational efficiency**: The new method not only detects symmetries beyond affine transformations but also surpasses the LieGAN method in computational efficiency. With these improvements, the authors hope to leverage symmetries in various machine learning tasks to enhance performance and computational efficiency. Experimental results show that the new method is comparable to LieGAN in detecting affine symmetries, performs better with small sample sizes, and can detect symmetries of non-affine transformations.