Methods › General › Normalization › Spectral Normalization
Spectral Normalization
Introduced by Takeru Miyato et al. in Spectral Normalization for Generative Adversarial Networks
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
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 f by constraining the spectral norm of each layer g : hᵢₙ →hₒᵤₜ. The Lipschitz norm ‖g‖_(Lip) is equal to supₕσ(∇g(h)), where σ(a) is the spectral norm of the matrix A (L₂ matrix norm of A):
σ(a) = max_(h:h≠0)(‖Ah‖₂)/(‖h‖₂) = max_(‖h‖₂≤1)‖Ah‖₂
which is equivalent to the largest singular value of A. Therefore for a linear layer g(h) = Wh the norm is given by ‖g‖_(Lip) = supₕσ(∇g(h)) = supₕσ(W) = σ(W). Spectral normalization normalizes the spectral norm of the weight matrix W so it satisfies the Lipschitz constraint σ(W) = 1:
W̅_(SN)(W) = W / σ(W)
Papers archive 2025-07-28
30 shown of 220, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Unpaired Image-to-Image Translation for Segmentation and Signal Unmixing 27 May 2025 · 0 repositories · arXiv:2505.20746
-
Spectral Normalization for Lipschitz-Constrained Policies on Learning Humanoid Locomotion 11 Apr 2025 · 0 repositories · arXiv:2504.08246
-
Probabilistic Skip Connections for Deterministic Uncertainty Quantification in Deep Neural Networks 8 Jan 2025 · 0 repositories · arXiv:2501.04816
-
ParaGAN: A Scalable Distributed Training Framework for Generative Adversarial Networks 6 Nov 2024 · 0 repositories · arXiv:2411.03999
-
Unsupervised Panoptic Interpretation of Latent Spaces in GANs Using Space-Filling Vector Quantization 27 Oct 2024 · 1 repository · arXiv:2410.20573
-
Normalizing self-supervised learning for provably reliable Change Point Detection 17 Oct 2024 · 0 repositories · arXiv:2410.13637
-
XMOL: Explainable Multi-property Optimization of Molecules 12 Sep 2024 · 0 repositories · arXiv:2409.07786
-
Particle physics DL-simulation with control over generated data properties 22 May 2024 · 1 repository · arXiv:2405.14049
-
Spatial-aware Attention Generative Adversarial Network for Semi-supervised Anomaly Detection in Medical Image 21 May 2024 · 1 repository · arXiv:2405.12872
-
On Robust Reinforcement Learning with Lipschitz-Bounded Policy Networks 19 May 2024 · 2 repositories · arXiv:2405.11432
-
Multi-Label Out-of-Distribution Detection with Spectral Normalized Joint Energy 8 May 2024 · 1 repository · arXiv:2405.04759
-
Adaptive Catalyst Discovery Using Multicriteria Bayesian Optimization with Representation Learning 18 Apr 2024 · 1 repository · arXiv:2404.12445
-
Policy Bifurcation in Safe Reinforcement Learning 19 Mar 2024 · 1 repository · arXiv:2403.12847
-
BFRFormer: Transformer-based generator for Real-World Blind Face Restoration 29 Feb 2024 · 0 repositories · arXiv:2402.18811
-
Control-Theoretic Techniques for Online Adaptation of Deep Neural Networks in Dynamical Systems 1 Feb 2024 · 0 repositories · arXiv:2402.00761
-
Convergences for Minimax Optimization Problems over Infinite-Dimensional Spaces Towards Stability in Adversarial Training 2 Dec 2023 · 0 repositories · arXiv:2312.00991
-
On quantifying and improving realism of images generated with diffusion 26 Sep 2023 · 0 repositories · arXiv:2309.14756
-
Model-Based Reparameterization Policy Gradient Methods: Theory and Practical Algorithms 21 Sep 2023 · 1 repository
-
Precision-Recall Divergence Optimization for Generative Modeling with GANs and Normalizing Flows 21 Sep 2023 · 0 repositories
-
A Strategic Framework for Optimal Decisions in Football 1-vs-1 Shot-Taking Situations: An Integrated Approach of Machine Learning, Theory-Based Modeling, and Game Theory 27 Jul 2023 · 2 repositories · arXiv:2307.14732
-
Pyrus Base: An Open Source Python Framework for the RoboCup 2D Soccer Simulation 22 Jul 2023 · 1 repository · arXiv:2307.16875
-
Diffusion Models Beat GANs on Image Classification 17 Jul 2023 · 1 repository · arXiv:2307.08702
-
A Bayesian approach to quantifying uncertainties and improving generalizability in traffic prediction models 12 Jul 2023 · 0 repositories · arXiv:2307.05946
-
Diversity is Strength: Mastering Football Full Game with Interactive Reinforcement Learning of Multiple AIs 28 Jun 2023 · 0 repositories · arXiv:2306.15903
-
Rosetta Neurons: Mining the Common Units in a Model Zoo 15 Jun 2023 · 0 repositories · arXiv:2306.09346
-
Toward more accurate and generalizable brain deformation estimators for traumatic brain injury detection with unsupervised domain adaptation 8 Jun 2023 · 0 repositories · arXiv:2306.05255
-
FOOCTTS: Generating Arabic Speech with Acoustic Environment for Football Commentator 7 Jun 2023 · 0 repositories · arXiv:2306.07936
-
ReLU to the Rescue: Improve Your On-Policy Actor-Critic with Positive Advantages 2 Jun 2023 · 1 repository · arXiv:2306.01460
-
Action valuation of on- and off-ball soccer players based on multi-agent deep reinforcement learning 29 May 2023 · 0 repositories · arXiv:2305.17886
-
Is Centralized Training with Decentralized Execution Framework Centralized Enough for MARL? 27 May 2023 · 1 repository · arXiv:2305.17352Syntology ran 0 of 1 samples · 1 unverified · 1 pointer-only (licence)
Tasks archive 2025-07-28
20 shown of 201 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections