AIAny
Icon for item

AdvFD: Boosting Visual Generation via Adversarial Fr'echet Distance Loss

Post-training distribution-level objective that augments static Fréchet-distance losses with an adversarially learned representation and a real-feature whitening step to stabilize min–max optimization and avoid trivial feature amplification; targets one-step image generator post-training.

Introduction

Most Fréchet-distance based post-training objectives rely on fixed, pretrained feature spaces. That static view can be exploited: target metrics improve while perceptual quality or alignment under other representations stalls or worsens (a phenomenon the authors term "Fréchet hacking"). AdvFD responds by making the representation adaptive — adversarially learned to expose the largest Fréchet discrepancy — while the generator is trained to minimize that discrepancy in the resulting feature space, with a whitening constraint on real features to prevent trivial feature-amplification and to stabilize the min–max game.

Key findings
  • Adversarial representation complements static targets: adding a learnable representation uncovers distribution gaps that frozen features miss, so the generator improves in more representation-diverse evaluations.
  • Real-feature whitening prevents degenerate adversary behavior: normalizing scale and covariance geometry stops the adversarial head from trivially inflating distances, making optimization stable in practice.
  • Consistent gains across backbones and scales: post-training with AdvFD improves one-step generator quality for JiT and pMF backbones and across model sizes, enabling stronger one-step performance without distillation or adversarial image-level losses.
How it works

AdvFD augments a conventional FD-loss by (1) maintaining one or more static pretrained feature spaces as reference statistics, and (2) training a lightweight representation network adversarially to maximize Fréchet discrepancy between real and generated feature distributions. The generator minimizes the same discrepancy computed in the combined (static + adversarial) feature space. To avoid the adversary trivially increasing norms/covariances, the method whitens real features before computing the Fréchet distance, constraining the adversary to find semantically meaningful discrepancies rather than pathological scalings.

Who it's for and tradeoffs

Great fit if you need a distribution-level post-training objective to (re)purpose multi-step generators into stronger one-step samplers, or to robustly improve visual fidelity beyond what static-FD post-training delivers. Look elsewhere if you cannot afford the extra min–max optimization complexity or if you require strictly deterministic, single-objective training pipelines; AdvFD introduces adversarial dynamics that need careful tuning and slightly more compute during post-training.

Information

  • Websitearxiv.org
  • AuthorsMingju Gao, Jingkai Zhou, Kun Gai, Changqian Yu, Hao Tang
  • Published date2026/08/11

More Items

Converts posed indoor RGB(-D) video into editable, simulation-ready 3D scene graphs by parsing multi-view evidence into per-object bundles, generating complete object assets from that evidence, and placing them with GizmoAct, a VLM policy that refines 9-DoF poses through closed-loop GUI actions.

Proposes GenFirst, a generation-before-reconstruction end-to-end training strategy for latent generative models that avoids latent collapse by prioritizing generative objectives and then progressively strengthening reconstruction, validated with strong gFID/GenEval results on ImageNet-256 and text-to-image tasks.

Proposes VLAct, a representation-centric continued pre-training method for Vision-Language-Action models that preserves VLM priors and enforces cross-embodiment action semantics to turn limited robot trajectories into transferable visual-action representations; shows strong gains and sample efficiency on multiple VLA benchmarks using modest compute.