Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding Equivariance loss #1

Open
danushv07 opened this issue Apr 15, 2022 · 0 comments
Open

Question regarding Equivariance loss #1

danushv07 opened this issue Apr 15, 2022 · 0 comments

Comments

@danushv07
Copy link

Hey authors!!! Thank you for implementation of IEN in contract to steerable CNNs. My question is regarding the equivarince loss. I understand that one term which goes into the loss, is the GroupPooled output from the layer. But, what exactly is the other term?
Let's say x1 is an image from the dataset X, then the GroupPooled output from the layer i is the first term. How exactly is the other term here defined? lines found here

temp_rot = torch.cat((temp_rot, augmented_temp.unsqueeze(0)),0)
loss2.append(equivariance_loss(temparr[j][:tbs],temp_rot))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant