Methods › General › Regularization › Path Length Regularization
Path Length Regularization
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Path Length Regularization is a type of regularization for generative adversarial networks that encourages good conditioning in the mapping from latent codes to images. The idea is to encourage that a fixed-size step in the latent space 𝒲 results in a non-zero, fixed-magnitude change in the image.
We can measure the deviation from this ideal empirically by stepping into random directions in the image space and observing the corresponding 𝐰 gradients. These gradients should have close to an equal length regardless of 𝐰 or the image-space direction, indicating that the mapping from the latent space to image space is well-conditioned.
At a single 𝐰 ∈𝒲 the local metric scaling properties of the generator mapping g(𝐰) : 𝒲 →𝒴 are captured by the Jacobian matrix 𝐉_𝐰 = δg(𝐰)/δ𝐰. Motivated by the desire to preserve the expected lengths of vectors regardless of the direction, we formulate the regularizer as:
𝔼_(𝐰,𝐲 ∼𝒩(0, 𝐈)) (||𝐉^𝐓_𝐰𝐲||₂ - a)²
where y are random images with normally distributed pixel intensities, and w ∼f(z), where z are normally distributed.
To avoid explicit computation of the Jacobian matrix, we use the identity 𝐉^𝐓_𝐰𝐲 = ∇_𝐰(g(𝐰)·y), which is efficiently computable using standard backpropagation. The constant a is set dynamically during optimization as the long-running exponential moving average of the lengths ||𝐉^𝐓_𝐰𝐲||₂, allowing the optimization to find a suitable global scale by itself.
The authors note that they find that path length regularization leads to more reliable and consistently behaving models, making architecture exploration easier. They also observe that the smoother generator is significantly easier to invert.
Papers archive 2025-07-28
30 shown of 182, 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.
-
Pose and Facial Expression Transfer by using StyleGAN 17 Apr 2025 · 0 repositories · arXiv:2504.13021
-
The GAN is dead; long live the GAN! A Modern GAN Baseline 9 Jan 2025 · 1 repository · arXiv:2501.05441Syntology ran 9 of 11 samples · 2 unverified · 11 pointer-only (licence)
-
Singular Value Scaling: Efficient Generative Model Compression via Pruned Weights Refinement 23 Dec 2024 · 1 repository · arXiv:2412.17387
-
MyTimeMachine: Personalized Facial Age Transformation 21 Nov 2024 · 0 repositories · arXiv:2411.14521
-
Unsupervised Panoptic Interpretation of Latent Spaces in GANs Using Space-Filling Vector Quantization 27 Oct 2024 · 1 repository · arXiv:2410.20573
-
Stool Recognition for Colorectal Cancer Detection through Deep Learning 19 Oct 2024 · 0 repositories · arXiv:2410.17288
-
MM2Latent: Text-to-facial image generation and editing in GANs with multimodal assistance 17 Sep 2024 · 1 repository · arXiv:2409.11010
-
Bridging the Gap: Studio-like Avatar Creation from a Monocular Phone Capture 28 Jul 2024 · 0 repositories · arXiv:2407.19593
-
Face Reconstruction Transfer Attack as Out-of-Distribution Generalization 2 Jul 2024 · 1 repository · arXiv:2407.02403
-
Controlling Face's Frame generation in StyleGAN's latent space operations: Modifying faces to deceive our memory 30 Jun 2024 · 0 repositories · arXiv:2407.00803
-
Analyzing the Feature Extractor Networks for Face Image Synthesis 4 Jun 2024 · 1 repository · arXiv:2406.02153
-
Nickel and Diming Your GAN: A Dual-Method Approach to Enhancing GAN Efficiency via Knowledge Distillation 19 May 2024 · 0 repositories · arXiv:2405.11614
-
Sampling Strategies for Mitigating Bias in Face Synthesis Methods 18 May 2024 · 0 repositories · arXiv:2405.11320
-
The Impact of Print-Scanning in Heterogeneous Morph Evaluation Scenarios 9 Apr 2024 · 0 repositories · arXiv:2404.06559
-
LatentSwap: An Efficient Latent Code Mapping Framework for Face Swapping 28 Feb 2024 · 1 repository · arXiv:2402.18351
-
Geometry aware 3D generation from in-the-wild images in ImageNet 31 Jan 2024 · 0 repositories · arXiv:2402.00225
-
UniHDA: A Unified and Versatile Framework for Multi-Modal Hybrid Domain Adaptation 23 Jan 2024 · 0 repositories · arXiv:2401.12596
-
HuRef: HUman-REadable Fingerprint for Large Language Models 8 Dec 2023 · 1 repository · arXiv:2312.04828Syntology ran 3 of 3 samples · 0 unverified · 3 pointer-only (licence)
-
Synthetic Speaking Children -- Why We Need Them and How to Make Them 8 Nov 2023 · 0 repositories · arXiv:2311.06307
-
On Measuring Fairness in Generative Models 30 Oct 2023 · 0 repositories · arXiv:2310.19297
-
Enhancing the Authenticity of Rendered Portraits with Identity-Consistent Transfer Learning 6 Oct 2023 · 0 repositories · arXiv:2310.04194
-
FG-Net: Facial Action Unit Detection with Generalizable Pyramidal Features 23 Aug 2023 · 1 repository · arXiv:2308.12380
-
Fair GANs through model rebalancing for extremely imbalanced class distributions 16 Aug 2023 · 0 repositories · arXiv:2308.08638
-
ChildGAN: Large Scale Synthetic Child Facial Data Using Domain Adaptation in StyleGAN 25 Jul 2023 · 0 repositories · arXiv:2307.13746
-
HyperReenact: One-Shot Reenactment via Jointly Learning to Refine and Retarget Faces 20 Jul 2023 · 1 repository · arXiv:2307.10797Syntology ran 7 of 7 samples · 0 unverified · 7 pointer-only (licence)
-
StyleGAN3: Generative Networks for Improving the Equivariance of Translation and Rotation 8 Jul 2023 · 0 repositories · arXiv:2307.03898
-
Seeing is not Believing: An Identity Hider for Human Vision Privacy Protection 2 Jul 2023 · 1 repository · arXiv:2307.00481
-
Deep Learning for Cancer Prognosis Prediction Using Portrait Photos by StyleGAN Embedding 26 Jun 2023 · 0 repositories · arXiv:2306.14596
-
F?D: On understanding the role of deep feature spaces on face generation evaluation 31 May 2023 · 0 repositories · arXiv:2305.20048
-
BRICS: Bi-level feature Representation of Image CollectionS 29 May 2023 · 0 repositories · arXiv:2305.18601
Tasks archive 2025-07-28
20 shown of 139 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Image Generation | 53 |
| Attribute | 20 |
| Generative Adversarial Network | 20 |
| Image Manipulation | 14 |
| Disentanglement | 13 |
| Face Generation | 13 |
| Diversity | 11 |
| Data Augmentation | 10 |
| Face Recognition | 10 |
| Conditional Image Generation | 7 |
| Translation | 7 |
| Domain Adaptation | 6 |
| Face Swapping | 6 |
| Image-to-Image Translation | 5 |
| Knowledge Distillation | 5 |
| Transfer Learning | 5 |
| Image Reconstruction | 4 |
| Segmentation | 4 |
| Semantic Segmentation | 4 |
| Style Transfer | 4 |
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