What is: Off-Diagonal Orthogonal Regularization?
Source | Large Scale GAN Training for High Fidelity Natural Image Synthesis |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Off-Diagonal Orthogonal Regularization is a modified form of orthogonal regularization originally used in BigGAN. The original orthogonal regularization is known to be limiting so the authors explore several variants designed to relax the constraint while still imparting the desired smoothness to the models. They opt for a modification where they remove diagonal terms from the regularization, and aim to minimize the pairwise cosine similarity between filters but does not constrain their norm:
where denotes a matrix with all elements set to 1. The authors sweep values and select .