REVIEW 2 major objections 2 minor 154 cited by
Demystifying MMD GANs
T0 review · 2 major / 2 minor · reviewed 2026-05-15 · grok-4.3
Pith's one-line read Gradient estimators for MMD GANs and Wasserstein GANs are unbiased, but finite-sample discriminators bias the generator updates.
desk verdict MMD GANs match WGAN bias properties with fixed critics but pick up generator bias from sample-based discriminator training, plus a usable new Kernel Inception Distance metric. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The MMD critic whose gradient estimators are shown to be unbiased when the kernel is fixed, together with the finite-sample bias that appears once the discriminator is learned from data.
What would settle it
Train an MMD GAN critic on an effectively infinite data set and verify whether the observed generator gradients exactly match the closed-form unbiased estimator derived in the paper.
Extended reading notes
Core claim
We show that gradient estimators used in the optimization process for both MMD GANs and Wasserstein GANs are unbiased, but learning a discriminator based on samples leads to biased gradients for the generator parameters. We also discuss the issue of kernel choice for the MMD critic, and characterize the kernel corresponding to the energy distance used for the Cramer GAN critic. Being an integral probability metric, the MMD benefits from training strategies recently developed for Wasserstein GANs. In experiments, the MMD GAN is able to employ a smaller critic network than the Wasserstein GAN, resulting in a simpler and faster-training algorithm with matching performance. We also propose an 2
Load-bearing premise
The theoretical unbiasedness of the critic gradients assumes the kernel is fixed and positive definite, and that any remaining finite-sample bias does not dominate other optimization difficulties.
Editorial extensions
If this is right
- MMD GANs can use smaller critic networks than Wasserstein GANs while achieving matching performance.
- Training strategies developed for Wasserstein GANs transfer directly to MMD GANs because both rely on integral probability metrics.
- The Kernel Inception Distance can serve as a dynamic learning-rate scheduler during GAN training.
- The kernel corresponding to the energy distance is explicitly characterized, allowing direct comparison between Cramer GAN and MMD GAN critics.
Reading between the lines
- The sample-induced bias identified here may be one concrete mechanism behind the well-known instability of many GAN training runs.
- Similar unbiasedness proofs could be attempted for other integral probability metric critics, potentially unifying design rules across a wider family of GAN variants.
- Adaptive use of the Kernel Inception Distance might improve convergence monitoring in non-image generative tasks where FID-style metrics are unavailable.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper investigates MMD GANs and provides a theoretical clarification that gradient estimators for both MMD GANs and Wasserstein GANs are unbiased when the critic is fixed, while learning a discriminator from samples induces bias in the generator gradients. It discusses kernel choice for the MMD critic, characterizes the kernel for the energy distance used in Cramer GANs, and proposes the Kernel Inception Distance (KID) as an improved convergence measure that can be used to adapt learning rates dynamically. Experiments show that MMD GANs achieve matching performance to WGANs using smaller critic networks, resulting in simpler and faster training.
Significance. If the central distinction between population-level unbiasedness (via U-statistics for fixed positive-definite kernels) and finite-sample bias holds, the work offers a useful clarification of gradient issues in integral probability metric GANs, extending prior WGAN results with an independent derivation. The empirical finding that smaller critics suffice and the introduction of KID for practical training provide concrete value for the field.
major comments (2)
- [Abstract and theoretical analysis] Abstract and theoretical section: the claim that gradient estimators are unbiased for fixed-critic MMD relies on interchanging gradient and expectation under a fixed positive-definite kernel. When the critic is a neural network, the effective kernel depends on critic parameters; the paper should explicitly state whether critic parameters are held fixed during the generator gradient computation and provide the precise conditions under which the interchange remains valid.
- [Experiments] Experiments section: the claim of matching performance with smaller networks is central to the practical contribution, yet no variance across random seeds, multiple runs, or statistical significance tests are reported. This makes it difficult to assess whether the observed equivalence is robust or could be due to training variability.
minor comments (2)
- [Abstract] The abstract introduces KID without a one-sentence definition; adding a brief parenthetical description would improve readability.
- [Kernel discussion] In the kernel characterization for the energy distance, ensure the final kernel expression is numbered as an equation and the derivation steps are clearly separated from surrounding text.
Simulated Author's Rebuttal
We thank the referee for the careful reading and constructive feedback on our manuscript. We address each major comment below and will incorporate clarifications and additional reporting in the revised version.
read point-by-point responses
-
Referee: [Abstract and theoretical analysis] Abstract and theoretical section: the claim that gradient estimators are unbiased for fixed-critic MMD relies on interchanging gradient and expectation under a fixed positive-definite kernel. When the critic is a neural network, the effective kernel depends on critic parameters; the paper should explicitly state whether critic parameters are held fixed during the generator gradient computation and provide the precise conditions under which the interchange remains valid.
Authors: We thank the referee for this observation. In the standard alternating optimization used for MMD GANs (and WGANs), the critic parameters are held fixed during the generator update step; only the generator parameters are optimized while the kernel induced by the current critic remains constant. Under this fixed-kernel regime the interchange of gradient and expectation is justified by the dominated convergence theorem for the bounded continuous functions arising from a positive-definite kernel. We will add an explicit paragraph in the theoretical section stating these conditions and confirming that the critic is frozen during generator gradient computation. revision: yes
-
Referee: [Experiments] Experiments section: the claim of matching performance with smaller networks is central to the practical contribution, yet no variance across random seeds, multiple runs, or statistical significance tests are reported. This makes it difficult to assess whether the observed equivalence is robust or could be due to training variability.
Authors: We agree that the absence of variance estimates and statistical tests weakens the empirical claim. Although the reported runs were performed with multiple random seeds and produced qualitatively consistent results, we did not include standard deviations or significance tests in the original manuscript. In the revision we will add error bars computed over at least five independent seeds for the key FID/KID curves and include a brief discussion of statistical significance for the observed performance parity between the smaller MMD critic and the larger WGAN critic. revision: yes
Circularity Check
No significant circularity: independent derivation of bias properties
full rationale
The paper's central claims rest on standard properties of U-statistics for the MMD estimator and the ability to interchange gradient and expectation when the kernel is fixed and positive definite. The distinction between population-level unbiasedness of the gradient estimator and finite-sample bias induced by learning the critic is derived directly from these properties without reducing to fitted parameters, self-definitions, or load-bearing self-citations. Training strategies are borrowed from WGAN literature (non-overlapping authors) but the MMD-specific bias analysis is presented as an independent contribution. No step in the provided derivation chain collapses by construction to its inputs.
Assumptions & free parameters
free parameters (1)
- kernel bandwidth or choice
assumptions (1)
- domain assumption MMD is an integral probability metric benefiting from WGAN training strategies
invented entities (1)
-
Kernel Inception Distance
Cite this review
Pith. "Pith review of Demystifying MMD GANs." pith.science (2026). https://pith.science/paper/2FGXYWYD
@misc{pith2026180101401,
author = {Pith},
title = {Pith review of: Demystifying MMD GANs},
year = {2026},
howpublished = {\url{https://pith.science/paper/2FGXYWYD}},
note = {Machine review of arXiv:1801.01401}
}
read the original abstract
We investigate the training and performance of generative adversarial networks using the Maximum Mean Discrepancy (MMD) as critic, termed MMD GANs. As our main theoretical contribution, we clarify the situation with bias in GAN loss functions raised by recent work: we show that gradient estimators used in the optimization process for both MMD GANs and Wasserstein GANs are unbiased, but learning a discriminator based on samples leads to biased gradients for the generator parameters. We also discuss the issue of kernel choice for the MMD critic, and characterize the kernel corresponding to the energy distance used for the Cramer GAN critic. Being an integral probability metric, the MMD benefits from training strategies recently developed for Wasserstein GANs. In experiments, the MMD GAN is able to employ a smaller critic network than the Wasserstein GAN, resulting in a simpler and faster-training algorithm with matching performance. We also propose an improved measure of GAN convergence, the Kernel Inception Distance, and show how to use it to dynamically adapt learning rates during GAN training.
Forward citations
Showing 60 of 154 Pith papers that cite this
-
Disentangling 3D from Large Vision-Language Models for Controlled Portrait Generation
CLIPortrait disentangles camera and geometry information from CLIP embeddings via 2D canonicalization, then prevents distribution collapse with a Jacobian regularizer, enabling text-guided 3D portrait generation from ...
-
Bridging Online and Offline Handwriting via Differentiable Physical Rendering
A six-parameter differentiable brush model plus a diffusion enhancer lets one framework generate handwriting trajectories, rendered images, and polished offline images from text and style references.
-
Layering Virtual Try-On
A two-stage diffusion pipeline and new benchmark let virtual try-on add, remove, or swap clothing layers while preserving inner layers, with SOTA results on the new LVTON benchmark and on VITON-HD/DressCode.
-
Learning a Maximum Entropy Model for Visual Textures using Diffusion
A diffusion-trained maximum entropy model uses 512 learned statistics to synthesize visual textures at quality matching or exceeding prior models that rely on ~177k statistics.
-
A Unifying Framework for Concept-Based Representational Similarity
A unifying framework decomposes concept alignment into instance-wise and distributional translation and concept consistency, introduces the InterVenchA benchmark, and shows that joint optimization via CoSAE recovers s...
-
TrioPose: Native Triple-Stream Diffusion Transformers for Pose-Guided Text-to-Image Generation
TrioPose proposes a Triple-Stream Pose-Aware DiT with relational bias masks and spatial loss weighting to achieve SOTA pose-guided text-to-image results on multi-person benchmarks like Human-Art.
-
Text-to-Image Models Need Less from Text Encoders Than You Think
A bag-of-position-tagged-words embedding guides text-to-image diffusion models as effectively as full contextual text embeddings from standard encoders.
-
Aligning Few-Step Generative Models by Amortizing Sample-based Variational Inference
FAV aligns few-step generative models by amortizing SVGD updates from reward-tilted sampling into generator parameters via fixed-point regression, requiring only sample access, and shows outperformance on robotics tas...
-
Distributed Image Compression with Multimodal Side Information at Extremely Low Bitrates
MDIC uses a text-conditioned diffusion decoder and a supervised feature-mask generator on visual side information to achieve SOTA perceptual quality in distributed image compression at extremely low bitrates.
-
SeamCam: Quantifying Seamless Camouflage via Multi-Cue Visual Detectability
SeamCam quantifies camouflage by computing one minus the highest IoU recoverable from category-conditioned detection proposals against a ground-truth mask, achieving 78.82% agreement with human judgments.
-
Active Sampling for Ultra-Low-Bit-Rate Video Compression via Conditional Controlled Diffusion
ActDiff-VC partitions video into segments, transmits adaptive keyframes and budget-aware point trajectories, and reconstructs frames via conditional diffusion, reporting up to 64.6% bitrate reduction at matched NIQE o...
-
Dress-ED: Instruction-Guided Editing for Virtual Try-On and Try-Off
Dress-ED is the first large-scale benchmark unifying virtual try-on, try-off, and text-guided garment editing with 146k verified samples plus a multimodal diffusion baseline.
-
Flow-Based Conformal Predictive Distributions
Differentiable nonconformity scores induce flows that sample conformal prediction set boundaries, and mixing flows across levels produces conformal predictive distributions whose quantiles match the sets.
-
Maximum Mean Discrepancy with Unequal Sample Sizes via Generalized U-Statistics
With unequal sample sizes, MMD estimators converge under min(nX,nY) scaling, so tests can use all available data instead of discarding surplus samples.
-
UniMC: Taming Diffusion Transformer for Unified Keypoint-Guided Multi-Class Image Generation
UniMC uses tokenized instance conditions (class, box, keypoints) and a timestep-aware modulator in a DiT backbone to control multi-class human and animal image generation, trained and evaluated on the new HAIG-2.9M dataset.
-
MAGIC: Few-Shot Mask-Guided Anomaly Inpainting with Prompt Perturbation, Spatially Adaptive Guidance, and Context Awareness
MAGIC is a few-shot mask-guided anomaly inpainting framework using Gaussian prompt perturbation, spatially adaptive guidance, and context-aware mask alignment to produce high-fidelity, diverse anomalies that outperfor...
-
Splat and Replace: 3D Reconstruction with Repetitive Elements
Repetitive objects in 3D scenes are registered into a shared Gaussian representation that propagates well-observed geometry and appearance to poorly observed instances, improving rendered novel views.
-
Your Demands Deserve More Bits: Referring Semantic Image Compression at Ultra-low Bitrate
RSIC allocates bits to user-specified image regions via a grounding model and guides a pretrained diffusion decoder with the compressed latent, boosting local fidelity at ultra-low rates.
-
VTBench: Comprehensive Benchmark Suite Towards Real-World Virtual Try-on Models
VTBench is a multi-dimensional benchmark with novel unpaired metrics and human preference data for evaluating image-based virtual try-on models, though the human-alignment evidence is incomplete.
-
Latent Swap Joint Diffusion for 2D Long-Form Latent Generation
A training-free latent swap method that replaces averaging with binary swapping in joint diffusion, improving long-form audio spectrum and panorama generation.
-
OccScene: Semantic Occupancy-based Cross-task Mutual Learning for 3D Scene Generation
A joint diffusion framework trains a Stable Diffusion generator and a semantic occupancy perception model together, so each task improves the other, producing text-conditional RGB-occupancy pairs.
-
Structure-Detail Decoupled Autoregressive Generation for Fast and High-Fidelity Virtual Try-On
STAR-VTON decouples latent VAR structure synthesis from pixel-space matching-based detail recovery, yielding faster high-fidelity virtual try-on than diffusion baselines.
-
DynEval: Holistic Evaluations of T2I Generative Models in the Wild
DynEval distills a 235B teacher VLM into 2B/4B evaluators via 250K synthetic instruction triplets, yielding higher human correlation than existing T2I metrics while enabling open-set dynamic QA and scene-graph quality checks.
-
Next-Frame Decoding for Ultra-Low-Bitrate Image Compression with Video Diffusion Priors
Ultra-low-bitrate image decoding is cast as one-step next-frame prediction from a compact anchor using adapted video diffusion priors, yielding large perceptual bitrate savings versus DiffC.
-
LayeringDiff: Layered Image Synthesis via Generation, then Disassembly with Generative Knowledge
LayeringDiff synthesizes layered images by generating a composite with a pretrained diffusion model and then decomposing it into foreground and background layers using small fine-tuned networks.
-
AdvFD: Boosting Visual Generation via Adversarial Fr'echet Distance Loss
AdvFD augments static Fréchet-loss post-training with a whitened adversarial representation, mitigating Fréchet hacking and improving one-step ImageNet generation across JiT and pMF backbones.
-
WearWow: Native 2K Multi-Garment Virtual Try-On via Adaptive Token Packing and Preference Alignment
WearWow generates native 2K multi-garment virtual try-on images without masks, using token packing plus dual preference rewards to preserve fabric texture.
-
To Blend In, First Decouple: Rethinking Camouflage Image Generation via Context-Decoupled Representations
CamoDreamer generates camouflage images by decoupling foreground and background control in a diffusion model, reporting a 15.5-point FID gain over prior state of the art on LAKE-RED.
-
GRE-Diff: Gaussian Room Embeddings for Structured Layout Diffusion
Modeling rooms as isotropic Gaussians and using them to initialize and guide diffusion yields controllable, editable polygonal floor plans that beat prior methods on RPLAN similarity and constraint metrics.
-
ELSA3D: Elastic Semantic Anchoring for Unified 3D Understanding and Generation
ELSA3D introduces elastic semantic anchoring via sparse anchor tokens and a scale-aware octree tokenizer to unify 3D generation and captioning at reduced computational cost.
-
WarpI2I: Image Warping for Image-to-Image Translation
A saliency-guided warp-unwarp method reallocates spatial representation to preserve fine structures in latent diffusion models for image-to-image translation.
-
SatSplatDiff: Geometry-preserving generative refinement for high-fidelity satellite Gaussian Splatting
SatSplatDiff combines depth supervision and shadow-guided generative refinement with prior SatSplat geometry to reduce hallucinations while raising visual quality in satellite 3D reconstruction.
-
HiFiVe: High-Fidelity Vehicle Generation Leveraging Auto-Regressive 2D Generative Priors
HiFiVe is a training-free framework using an auto-regressive texture refinement pipeline with depth-based warping, multi-view fusion, and symmetry to enhance both texture and geometry fidelity in vehicle generation fr...
-
Lighting-Consistent Object Transfer Across Radiance Fields
Diffusion-based per-view harmonization for lighting-consistent object transfer between 3DGS scenes, using heterogeneous training data and final 3D consolidation.
-
JanusMesh: Fast and Zero-Shot 3D Visual Illusion Generation via Cross-Space Denoising
A training-free two-stage pipeline uses cross-space dual-branch denoising with CLIP-guided voxel alignment and SDF blending for geometry, followed by view-conditioned 2D diffusion texture projection, to produce dual-s...
-
Training-Free Metrics for Synthetic Object Detection Data: A Proxy for Detector Performance
CCDM metrics achieve perfect Spearman correlation of 1.0 with YOLOv8 mAP on VisDrone-DET synthetic sets, outperforming prior synthetic-image metrics.
-
C3VD-DEFCOL: A Deformable Colonoscopy Dataset with Time-Resolved 3D Ground Truth and Realistic Appearance
C3VD-DEFCOL supplies 110 videos from 11 colon meshes with paired realistic RGB appearance and dense time-resolved 3D ground truth under three levels of parameterized peristaltic deformation for benchmarking deformable...
-
Exploiting Semantic and Pixel Representations for Ultra-Low Bitrate Image Compression
SPRDiff is a diffusion model for ultra-low bitrate image compression that fuses features from distortion-oriented, semantic-oriented, and VAE encoders plus a dual-feature reconstruction module to outperform prior meth...
-
Unlearning in Diffusion Models: A Unified Framework with KL Divergence and Likelihood Constraints
A constrained optimization framework for diffusion model unlearning via KL and likelihood constraints, with duality results and reported better retention-unlearning tradeoffs than weight-based baselines.
-
TOPOS: High-Fidelity and Efficient Industry-Grade 3D Head Generation
TOPOS creates high-fidelity 3D heads with fixed industry topology from single images via a specialized VAE with Perceiver Resampler and a rectified flow transformer.
-
GaussianGPT: Towards Autoregressive 3D Gaussian Scene Generation
A causal transformer with 3D RoPE generates vector-quantized 3D Gaussian latent grids autoregressively, enabling unconditional synthesis, completion, and open-ended outpainting of indoor scenes.
-
One-to-More: High-Fidelity Training-Free Anomaly Generation with Attention Control
O2MAG generates high-fidelity text-guided anomalies from a single image without training by manipulating self-attention in diffusion models with anomaly masks and dual enhancements.
-
VTEdit-Bench: A Comprehensive Benchmark for Multi-Reference Image Editing Models in Virtual Try-On
VTEdit-Bench and VTEdit-QA show top universal multi-reference editors match specialized VTON models on standard tasks and transfer more stably to harder multi-person/multi-cloth settings, yet still fail under complex ...
-
AutoFFS: Adversarial Deformations for Facial Feminization Surgery Planning
AutoFFS uses adversarial deformations of skull scans, guided by an ensemble of sex classifiers, to generate counterfactual male/female skull morphologies for surgical planning.
-
A universal vision transformer for fast calorimeter simulations
A vision-transformer flow-matching model generates calorimeter showers across regular and irregular detector geometries at millisecond speeds, and pretraining plus fine-tuning cuts training cost by about half.
-
HyperVQ: Enabling Hyperprior Entropy Modeling for VQ-Based Generative Image Compression
A hyperprior predicts a Gaussian in codebook space and converts it to index probabilities, enabling content-adaptive entropy coding for VQ image compression.
-
Weight Space Representation Learning via Neural Field Adaptation
Multiplicative LoRA weights of pre-trained neural fields form structured, semantically meaningful representations that outperform prior weight-space methods for generation and classification.
-
RefTon: Reference person shot assist virtual Try-on
RefTon is a flux-based virtual try-on method that uses unpaired reference images of the target garment on different people to guide texture and detail preservation in a streamlined person-to-person pipeline without bo...
-
One-shot Conditional Sampling: MMD meets Nearest Neighbors
Conditional distributions can be sampled in one forward pass by training a generator to minimize a nearest-neighbor estimate of expected conditional MMD, with convergence guarantees.
-
InternScenes: A Large-scale Simulatable Indoor Scene Dataset with Realistic Layouts
InternScenes is a new dataset of approximately 40,000 simulatable indoor scenes that combines real scans, procedural, and designer sources, preserves small objects for realistic layouts, and includes processing for si...
-
FastFit: Accelerating Multi-Reference Virtual Try-On via Cacheable Diffusion Models
FastFit uses a cacheable diffusion UNet to compute multi-reference garment features once per generation, enabling about 3.5x faster multi-item virtual try-on with comparable or better fidelity.
-
CEIDM: A Controlled Entity and Interaction Diffusion Model for Enhanced Text-to-Image Generation
A training-free extension of InteractDiffusion that uses LLM-mined relations, action feature offsets, and entity masks to improve entity and interaction control in generated images.
-
CineScale: Free Lunch in High-Resolution Cinematic Visual Generation
CineScale extends pre-trained diffusion models to 8k image and 4k video generation with mostly tuning-free inference plus a small LoRA adaptation for video.
-
Delay-constrained re-entry governs large-scale brain seizures and other network pathologies
An epilepsy modeling preprint claims delay-constrained re-entry of traveling excitation drives seizures and predicts 184 recorded seizures, but the submitted full text is an unrelated computer vision paper, so the cla...
-
CatchPhrase: EXPrompt-Guided Encoder Adaptation for Audio-to-Image Generation
CatchPhrase improves audio-to-image generation by enriching weak class labels with LLM- and audio-caption-based prompts, filtering and retrieving the best prompt per clip, and training a mapping adapter with contrasti...
-
FW-VTON: Flattening-and-Warping for Person-to-Person Virtual Try-on
FW-VTON reports state-of-the-art person-to-person virtual try-on results using a flattening, warping, and integration pipeline plus a new P2P-VTON dataset.
-
Contrastive Conditional-Unconditional Alignment for Long-tailed Diffusion Model
A two-part training regularizer, an unconditional-only contrastive repulsion plus a large-timestep conditional-unconditional alignment, improves tail-class diversity and fidelity in diffusion models, cutting ImageNet-...
-
Unsupervised Cardiac Video Translation Via Motion Feature Guided Diffusion Model
A motion-guided diffusion model synthesizes high-contrast cine cardiac MRI from DENSE cardiac MRI without paired training data.
-
SemFaceEdit: Semantic Face Editing on Generative Radiance Manifolds
A 3D-aware GAN editing method that controls geometry and appearance per semantic region (hair, face, garment, background) using semantic-specific latent codes on radiance manifolds.
-
StableCodec: Taming One-Step Diffusion for Extreme Image Compression
A one-step diffusion codec that compresses noisy latents at 64x and decodes with a single denoising step, setting state-of-the-art FID, KID, and DISTS at ultra-low bitrates.
Reference graph
Works this paper leans on
-
[1]
Towards Principled Methods for Training Generative Adversarial Networks
M. Arjovsky and L. Bottou. Towards principled methods for training generative adversarial networks. In ICLR, 2017. arXiv:1701.04862
work page Pith review arXiv 2017
-
[2]
M. Arjovsky, S. Chintala, and L. Bottou. W asserstein generative adversarial networks. In ICML, 2017. arXiv:1701.07875
work page Pith review arXiv 2017
-
[3]
Do GANs actually learn the distribution? An empirical study
S. Arora and Y. Zhang. Do GAN s actually learn the distribution? A n empirical study, 2017. arXiv:1706.08224
work page Pith review arXiv 2017
-
[4]
Generalization and Equilibrium in Generative Adversarial Nets (GANs)
S. Arora, R. Ge, Y. Liang, T. Ma, and Y. Zhang. Generalization and equilibrium in generative adversarial nets ( GAN s). In ICML, 2017. arXiv:1703.00573
work page Pith review arXiv 2017
-
[5]
M. G. Bellemare, I. Danihelka, W. Dabney, S. Mohamed, B. Lakshminarayanan, S. Hoyer, and R. Munos. The C ramer distance as a solution to biased W asserstein gradients, 2017. arXiv:1705.10743
work page Pith review arXiv 2017
-
[6]
Better Mixing via Deep Representations
Y. Bengio, G. Mesnil, Y. Dauphin, and S. Rifai. Better mixing via deep representations. In ICML, 2013. arXiv:1207.4404
work page Pith review arXiv 2013
-
[7]
BEGAN: Boundary Equilibrium Generative Adversarial Networks
D. Berthelot, T. Schumm, and L. Metz. BEGAN : Boundary equilibrium generative adversarial networks, 2017. arXiv:1703.10717
work page Pith review arXiv 2017
-
[8]
P. J. Bickel and E. L. Lehmann. Unbiased estimation in convex families. The Annals of Mathematical Statistics, 40 0 (5): 0 1523--1535, 1969
work page 1969
Show all 62 references
-
[9]
Bouchacourt, P
D. Bouchacourt, P. K. Mudigonda, and S. Nowozin. DISCO nets: DIS similarity CO efficients networks. In NIPS, pp.\ 352--360. 2016
2016
-
[10]
Bounliphone, E
W. Bounliphone, E. Belilovsky, M. B. Blaschko, I. Antonoglou, and A. Gretton. A test of relative similarity for model selection in generative models. In ICLR, 2016. arXiv:1511.04581
2016 arXiv
-
[11]
Clevert, T
D.-A. Clevert, T. Unterthiner, and S. Hochreiter. Fast and accurate deep network learning by exponential linear units ( ELU s). In ICLR, 2016. arXiv:1511.07289
2016 arXiv
-
[12]
Danihelka, B
I. Danihelka, B. Lakshminarayanan, B. Uria, D. Wierstra, and P. Dayan. Comparison of maximum likelihood and GAN -based training of R eal NVP s, 2017. arXiv:1705.05263
2017 arXiv
-
[13]
G. K. Dziugaite, D. M. Roy, and Z. Ghahramani. Training generative neural networks via maximum mean discrepancy optimization. In UAI, 2015. arXiv:1505.03906
2015 arXiv
-
[14]
Fedus, M
W. Fedus, M. Rosca, B. Lakshminarayanan, A. M. Dai, S. Mohamed, and I. Goodfellow. Many paths to equilibrium: GAN s do not need to decrease a divergence at every step. In ICLR, 2018. arXiv:1710.08446
2018 arXiv
-
[15]
Gneiting and A
T. Gneiting and A. E. Raftery. Strictly proper scoring rules, prediction, and estimation. JASA, 102 0 (477): 0 359--378, 2007
2007
-
[16]
Goodfellow, J
I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde-Farley, S. Ozair, A. Courville, and Y. Bengio. Generative adversarial nets. In NIPS, 2014. arXiv:1406.2661
2014 arXiv
-
[17]
Gretton, K
A. Gretton, K. M. Borgwardt, M. J. Rasch, B. Sch \" o lkopf, and A. J. Smola. A kernel two-sample test. JMLR, 13, 2012
2012
-
[18]
Gulrajani, F
I. Gulrajani, F. Ahmed, M. Arjovsky, V. Dumoulin, and A. Courville. Improved training of W asserstein GAN s. In NIPS, 2017. arXiv:1704.00028
2017 arXiv
-
[19]
Heusel, H
M. Heusel, H. Ramsauer, T. Unterthiner, B. Nessler, G. Klambauer, and S. Hochreiter. GAN s trained by a two time-scale update rule converge to a N ash equilibrium. In NIPS, 2017. arXiv:1706.08500
2017 arXiv
-
[20]
Huang, S
R. Huang, S. Zhang, T. Li, and R. He. Beyond face rotation: Global and local perception GAN for photorealistic and identity preserving frontal view synthesis. In ICCV, 2017 a . arXiv:1704.04086
2017 arXiv
-
[21]
Huang, Y
X. Huang, Y. Li, O. Poursaeed, J. Hopcroft, and S. Belongie. Stacked generative adversarial networks. In CVPR, 2017 b . arXiv:1612.04357
2017 arXiv
-
[22]
Y. Jin, K. Zhang, M. Li, Y. Tian, H. Zhu, and Z. Fang. Towards the automatic anime characters creation with generative adversarial networks, 2017. arXiv:1708.05509
2017 arXiv
-
[23]
Kingma and J
D. Kingma and J. Ba. Adam: A method for stochastic optimization. In ICLR, 2015. arXiv:1412.6980
2015 arXiv
-
[24]
A. Klenke. Probability Theory: A Comprehensive Course. World Publishing Corporation, 2008
2008
-
[25]
Krizhevsky
A. Krizhevsky. Learning multiple layers of features from tiny images, 2009
2009
-
[26]
LeCun, L
Y. LeCun, L. Bottou, Y. Bengio, and P. Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 1998
1998
-
[27]
C. Li, D. Alvarez-Melis, K. Xu, S. Jegelka, and S. Sra. Distributional adversarial networks, 2017 a . arXiv:1706.09549
2017 arXiv
-
[28]
Li, W.-C
C.-L. Li, W.-C. Chang, Y. Cheng, Y. Yang, and B. P \' o czos. MMD GAN : Towards deeper understanding of moment matching network. In NIPS, 2017 b . arXiv:1705.08584
2017 arXiv
-
[29]
Y. Li, K. Swersky, and R. Zemel. Generative moment matching networks. In ICML, 2015. arXiv:1502.02761
2015 arXiv
-
[30]
L. Liu. On the two-sample statistic approach to generative adversarial networks. Master's thesis, University of Princeton Senior Thesis, April 2017. URL http://arks.princeton.edu/ark:/88435/dsp0179408079v
2017
-
[31]
S. Liu, O. Bousquet, and K. Chaudhuri. Approximation and convergence properties of generative adversarial learning. In NIPS, 2017. arXiv:1705.08991
2017 arXiv
-
[32]
Z. Liu, P. Luo, X. Wang, and X. Tang. Deep learning face attributes in the wild. In ICCV, 2015
2015
-
[33]
Lopez-Paz and M
D. Lopez-Paz and M. Oquab. Revisiting classifier two-sample tests. In ICLR, 2017. arXiv:1610.06545
2017 arXiv
-
[34]
R. Lyons. Distance covariance in metric spaces. The Annals of Probability, 41 0 (5): 0 3051--3696, 2013
2013
- [35]
- [36]
-
[37]
Mroueh, T
Y. Mroueh, T. Sercu, and V. Goel. McGan : Mean and covariance feature matching GAN . In ICML, 2017. arXiv:1702.08398
2017 arXiv
-
[38]
M \"u ller
A. M \"u ller. Integral probability metrics and their generating classes of functions. Advances in Applied Probability, 29 0 (2): 0 429--443, 1997
1997
-
[39]
Nowozin, B
S. Nowozin, B. Cseke, and R. Tomioka. f- GAN : Training generative neural samplers using variational divergence minimization. In NIPS, 2016. arXiv:1606.00709
2016 arXiv
-
[40]
Pedregosa, G
F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and E. Duchesnay. Scikit-learn: Machine learning in P ython. JMLR, 12: 0 2825--2830, 2011
2011
-
[41]
Piranian
G. Piranian. The Set of Nondifferentiability of a Continuous Function . The American Mathematical Monthly, 73 0 (4): 0 57--61, 1966
1966
-
[42]
Radford, L
A. Radford, L. Metz, and S. Chintala. Unsupervised representation learning with deep convolutional generative adversarial networks. In ICLR, 2016. arXiv:1511.06434
2016 arXiv
-
[43]
C. E. Rasmussen and C. K. I. Williams. Gaussian Processes for Machine Learning. MIT Press, Cambridge, MA, 2006
2006
-
[44]
Rosenbaum
S. Rosenbaum. Moments of a truncated bivariate normal distribution. JRSS B, 23: 0 405--408, 1961
1961
-
[45]
Salimans, I
T. Salimans, I. Goodfellow, W. Zaremba, V. Cheung, A. Radford, and X. Chen. Improved techniques for training GAN s. In NIPS, 2016. arXiv:1606.03498
2016 arXiv
-
[46]
Sejdinovic, B
D. Sejdinovic, B. K. Sriperumbudur, A. Gretton, and K. Fukumizu. Equivalence of distance-based and RKHS -based statistics in hypothesis testing. The Annals of Stastistics, 41 0 (5): 0 2263--2291, 2013. arXiv:1207.6076
2013 arXiv
-
[47]
B. K. Sriperumbudur, K. Fukumizu, A. Gretton, G. R. G. Lanckriet, and B. Sch \" o lkopf. Kernel choice and classifiability for RKHS embeddings of probability distributions. In NIPS, 2009 a
2009
-
[48]
B. K. Sriperumbudur, K. Fukumizu, A. Gretton, B. Sch \" o lkopf, and G. R. G. Lanckriet. On integral probability metrics, phi-divergences and binary classification, 2009 b . arXiv:0901.2698
2009 arXiv
-
[49]
B. K. Sriperumbudur, A. Gretton, K. Fukumizu, G. R. G. Lanckriet, and B. Sch \"o lkopf. Hilbert space embeddings and metrics on probability measures. JMLR, 11: 0 1517--1561, 2010. arXiv:0907.5309
2010 arXiv
-
[50]
B. K. Sriperumbudur, K. Fukumizu, and G. R. G. Lanckriet. Universality, characteristic kernels and RKHS embedding of measures. JMLR, 12: 0 2389--2410, 2011. arXiv:1003.0887
2011 arXiv
-
[51]
B. K. Sriperumbudur, K. Fukumizu, A. Gretton, B. Sch \" o lkopf, and G. R. G. Lanckriet. On the empirical estimation of integral probability metrics. Electronic Journal of Statistics, 6: 0 1550--1599, 2012
2012
-
[52]
Steinwart and A
I. Steinwart and A. Christmann. Support Vector Machines. Information Science and Statistics. Springer, 2008
2008
-
[53]
D. J. Sutherland. What are the mean and variance of a 0-censored multivariate normal? Cross Validated answer, 2018. URL https://stats.stackexchange.com/q/326347
2018
-
[54]
D. J. Sutherland, H.-Y. Tung, H. Strathmann, S. De, A. Ramdas, A. Smola, and A. Gretton. Generative models and model criticism via optimized maximum mean discrepancy. In International Conference on Learning Representations, 2017. arXiv:1611.04488
2017
-
[55]
Szegedy, W
C. Szegedy, W. Zaremba, I. Sutskever, J. Bruna, D. Erhan, I. Goodfellow, and R. Fergus. Intriguing properties of neural networks. In ICLR, 2014. arXiv:1312.6199
2014 arXiv
-
[56]
Szegedy, V
C. Szegedy, V. Vanhoucke, S. Ioffe, J. Shlens, and Z. Wojna. Rethinking the I nception architecture for computer vision. In CVPR, 2016. arXiv:1512.00567
2016 arXiv
-
[57]
Sz\' e kely and M
G. Sz\' e kely and M. Rizzo. Testing for equal distributions in high dimension. InterStat, 5, 2004
2004
-
[58]
Theis, A
L. Theis, A. van den Oord, and M. Bethge. A note on the evaluation of generative models. In ICLR, 2016. arXiv:1511.01844
2016 arXiv
-
[59]
F. Yu, Y. Zhang, S. Song, A. Seff, and J. Xiao. LSUN : Construction of a large-scale image dataset using deep learning with humans in the loop, 2015. arXiv:1506.03365
2015 arXiv
-
[60]
Zahorski
Z. Zahorski. Sur l'ensemble des points de non-d \'e rivabilit \'e d'une fonction continue. Bulletin de la Soci \'e t \'e math \'e matique de France , 2: 0 147--178, 1946
1946
-
[61]
Zaremba, A
W. Zaremba, A. Gretton, and M. B. Blaschko. B-tests: Low variance kernel two-sample tests. In NIPS, 2013. arXiv:1307.1954
2013 arXiv
-
[62]
J.-Y. Zhu, T. Park, P. Isola, and A. A. Efros. Unpaired image-to-image translation using cycle-consistent adversarial networks. In ICCV, 2017. arXiv:1703.10593
2017
Reviewed May 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.