Wasserstein-GAN throwaway experiment (fast single-pass eval) #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Try a Wasserstein-GAN variant of the step surrogate as a quick throwaway experiment. The outcome is genuinely uncertain — the point is to measure it.
Why: a GAN generator is a single forward pass, so it's very fast at evaluation — directly relevant to the ~10× native-Geant4 execution-time target.
Context / caveat: GANs were previously ruled out on mode-collapse / hard-zero-tail grounds (
generative-architecture-alternatives§7) and a WGAN was deferred at the 2026-06-25 meeting. This is a deliberate empirical re-test, not a reversal — Wasserstein loss is specifically the variant that mitigates mode collapse, so it's the right GAN to probe the tail behaviour (photonedepmultimodality, direction concentration) with. Worth comparing both eval speed and tail quality against the Phase 2 baseline.Source: Jan & Tobias meeting 2026-07-07 §2. Low-effort, runs in parallel with the baseline.
created branch
3-wasserstein-gan-throwaway-experiment-fast-single-pass-evalto address this issuementioned in merge request !6