SymNet: Symmetrical Filters in Convolutional Neural Networks
Gregory Dzhezyan, Hubert Cecotti

TL;DR
This paper explores the use of symmetrical constraints on convolutional filters in CNNs, inspired by natural symmetry and visual cortex processes, to reduce parameters while maintaining performance in image classification.
Contribution
It introduces a method to enforce symmetry constraints during training, demonstrating comparable accuracy with fewer parameters across multiple datasets.
Findings
Symmetry constraints reduce model parameters significantly.
Performance remains near identical to unconstrained CNNs.
Applicable to phase-sensitive image processing tasks.
Abstract
Symmetry is present in nature and science. In image processing, kernels for spatial filtering possess some symmetry (e.g. Sobel operators, Gaussian, Laplacian). Convolutional layers in artificial feed-forward neural networks have typically considered the kernel weights without any constraint. In this paper, we propose to investigate the impact of a symmetry constraint in convolutional layers for image classification tasks, taking our inspiration from the processes involved in the primary visual cortex and common image processing techniques. The goal is to assess the extent to which it is possible to enforce symmetrical constraints on the filters throughout the training process of a convolutional neural network (CNN) by modifying the weight update preformed during the backpropagation algorithm and to evaluate the change in performance. The main hypothesis of this paper is that the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques
