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:
$$ R_{\beta}\left(W\right) = \beta|| W^{T}W \odot \left(\mathbf{1}-I\right) ||^{2}_{F} $$
where $\mathbf{1}$ denotes a matrix with all elements set to 1. The authors sweep $\beta$ values and select $10^{−4}$.
Source: Large Scale GAN Training for High Fidelity Natural Image SynthesisPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Image Generation | 34 | 34.34% |
Conditional Image Generation | 14 | 14.14% |
Super-Resolution | 5 | 5.05% |
Image Super-Resolution | 3 | 3.03% |
Image-to-Image Translation | 3 | 3.03% |
Bias Detection | 2 | 2.02% |
Colorization | 2 | 2.02% |
Image Restoration | 2 | 2.02% |
Model Compression | 2 | 2.02% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |