paper-with-me

Papers

Equivariance Through Parameter-Sharing

2017-02-27 · ICML 2017 8 · Siamak Ravanbakhsh, Jeff Schneider, Barnabas Poczos

We propose to study equivariance in deep neural networks through parameter symmetries. In particular, given a group $\mathcal{G}$ that acts discretely on the input and output of a standard neural network layer $\phi_{W}: \Re^{M} \to \Re^{N}$, we show that $\phi_{W}$ is equivariant with respect to $\mathcal{G}$-action iff $\mathcal{G}$ explains the symmetries of the network parameters $W$. Inspired by this observation, we then propose two parameter-sharing schemes to induce the desirable symmetry on $W$. Our procedures for tying the parameters achieve $\mathcal{G}$-equivariance and, under some conditions on the action of $\mathcal{G}$, they guarantee sensitivity to all other permutation groups outside $\mathcal{G}$.

📄 PDF Abstract BibTeX arXiv:1702.08389

Code (1)

raymondyeh07/chirality_nets pytorch

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

Equivariance Discovery by Learned Parameter-Sharing

2022-04-07 · Raymond A. Yeh, Yuan-Ting Hu, Mark Hasegawa-Johnson, Alexander G. Schwing

Designing equivariance as an inductive bias into deep-nets has been a prominent approach to build effective models, e.g., a convolutional neural network incorporates translation equivariance. However, incorporating these…

Inductive BiasTranslation

Meta-Learning Symmetries by Reparameterization

2020-07-06 · ICLR 2021 1 · Allan Zhou, Tom Knowles, Chelsea Finn

Many successful deep learning architectures are equivariant to certain transformations in order to conserve parameters and improve generalization: most famously, convolution layers are equivariant to shifts of the input.…

Meta-Learning

Precoder Learning by Leveraging Unitary Equivariance Property

2025-03-12 · Yilun Ge, Shuyao Liao, Shengqian Han, Chenyang Yang

Incorporating mathematical properties of a wireless policy to be learned into the design of deep neural networks (DNNs) is effective for enhancing learning efficiency. Multi-user precoding policy in multi-antenna system,…

Relaxing Equivariance Constraints with Non-stationary Continuous Filters

2022-04-14 · Tycho F. A. van der Ouderaa, David W. Romero, Mark van der Wilk

Equivariances provide useful inductive biases in neural network modeling, with the translation equivariance of convolutional neural networks being a canonical example. Equivariances can be embedded in architectures throu…

image-classificationImage Classification

Rescaling CNN through Learnable Repetition of Network Parameters

2021-01-14 · Arnav Chavan, Udbhav Bamba, Rishabh Tiwari, Deepak Gupta

Deeper and wider CNNs are known to provide improved performance for deep learning tasks. However, most such networks have poor performance gain per parameter increase. In this paper, we investigate whether the gain obser…