TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Methods/Spectral Normalization

Spectral Normalization

GeneralIntroduced 2000220 papers
Source Paper

Description

Spectral Normalization is a normalization technique used for generative adversarial networks, used to stabilize training of the discriminator. Spectral normalization has the convenient property that the Lipschitz constant is the only hyper-parameter to be tuned.

It controls the Lipschitz constant of the discriminator fff by constraining the spectral norm of each layer g:h_in→houtg : \textbf{h}\_{in} \rightarrow \textbf{h}_{out}g:h_in→hout​. The Lipschitz norm ∥g∥_Lip\Vert{g}\Vert\_{\text{Lip}}∥g∥_Lip is equal to sup⁡_hσ(∇g(h))\sup\_{\textbf{h}}\sigma\left(\nabla{g}\left(\textbf{h}\right)\right)sup_hσ(∇g(h)), where σ(a)\sigma\left(a\right)σ(a) is the spectral norm of the matrix AAA (L_2L\_{2}L_2 matrix norm of AAA):

σ(a)=max⁡_h:h≠0∥Ah∥_2∥h∥_2=max⁡_∥h∥_2≤1∥Ah∥_2\sigma\left(a\right) = \max\_{\textbf{h}:\textbf{h}\neq{0}}\frac{\Vert{A\textbf{h}}\Vert\_{2}}{\Vert\textbf{h}\Vert\_{2}} = \max\_{\Vert\textbf{h}\Vert\_{2}\leq{1}}{\Vert{A\textbf{h}}\Vert\_{2}}σ(a)=max_h:h=0∥h∥_2∥Ah∥_2​=max_∥h∥_2≤1∥Ah∥_2

which is equivalent to the largest singular value of AAA. Therefore for a linear layer g(h)=Whg\left(\textbf{h}\right) = W\textbf{h}g(h)=Wh the norm is given by ∥g∥_Lip=sup⁡_hσ(∇g(h))=sup⁡_hσ(W)=σ(W)\Vert{g}\Vert\_{\text{Lip}} = \sup\_{\textbf{h}}\sigma\left(\nabla{g}\left(\textbf{h}\right)\right) = \sup\_{\textbf{h}}\sigma\left(W\right) = \sigma\left(W\right) ∥g∥_Lip=sup_hσ(∇g(h))=sup_hσ(W)=σ(W). Spectral normalization normalizes the spectral norm of the weight matrix WWW so it satisfies the Lipschitz constraint σ(W)=1\sigma\left(W\right) = 1σ(W)=1:

Wˉ_SN(W)=W/σ(W)\bar{W}\_{\text{SN}}\left(W\right) = W / \sigma\left(W\right)Wˉ_SN(W)=W/σ(W)

Papers Using This Method

Unpaired Image-to-Image Translation for Segmentation and Signal Unmixing2025-05-27Spectral Normalization for Lipschitz-Constrained Policies on Learning Humanoid Locomotion2025-04-11Probabilistic Skip Connections for Deterministic Uncertainty Quantification in Deep Neural Networks2025-01-08ParaGAN: A Scalable Distributed Training Framework for Generative Adversarial Networks2024-11-06Unsupervised Panoptic Interpretation of Latent Spaces in GANs Using Space-Filling Vector Quantization2024-10-27Normalizing self-supervised learning for provably reliable Change Point Detection2024-10-17XMOL: Explainable Multi-property Optimization of Molecules2024-09-12Particle physics DL-simulation with control over generated data properties2024-05-22Spatial-aware Attention Generative Adversarial Network for Semi-supervised Anomaly Detection in Medical Image2024-05-21On Robust Reinforcement Learning with Lipschitz-Bounded Policy Networks2024-05-19Multi-Label Out-of-Distribution Detection with Spectral Normalized Joint Energy2024-05-08Adaptive Catalyst Discovery Using Multicriteria Bayesian Optimization with Representation Learning2024-04-18Policy Bifurcation in Safe Reinforcement Learning2024-03-19BFRFormer: Transformer-based generator for Real-World Blind Face Restoration2024-02-29Control-Theoretic Techniques for Online Adaptation of Deep Neural Networks in Dynamical Systems2024-02-01Convergences for Minimax Optimization Problems over Infinite-Dimensional Spaces Towards Stability in Adversarial Training2023-12-02On quantifying and improving realism of images generated with diffusion2023-09-26Precision-Recall Divergence Optimization for Generative Modeling with GANs and Normalizing Flows2023-09-21Model-Based Reparameterization Policy Gradient Methods: Theory and Practical Algorithms2023-09-21A Strategic Framework for Optimal Decisions in Football 1-vs-1 Shot-Taking Situations: An Integrated Approach of Machine Learning, Theory-Based Modeling, and Game Theory2023-07-27