SLIDE 16 Parti-GAN Loss function
𝑀𝑌
𝐸(𝑌, 𝑌′) + 𝑀𝑍 𝐸(𝑍 , 𝑍 ′) + 𝑀𝑌 𝐷(𝑌, 𝑌′′) + 𝑀𝑍 𝐷(𝑍 , 𝑍 ′′)
› 𝑌 - bunch of GEANT images, 𝑍 - bunch of real images; › 𝑌′ - ’real’ images generated from 𝑌, 𝐻(𝑌) in the batch; › 𝑍 ′ - ’GEANT’ images generated from real images 𝑍 ,
̃ 𝐻(𝑍 ) in the batch;
› 𝑌′′ ∶
̃ 𝐻(𝐻(𝑌)), 𝑍 ′′ ∶ 𝐻( ̃ 𝐻(𝑌));
› 𝑀𝑌
𝐸, 𝑀𝑍 𝐸 - EBGAN loss functions;
› 𝑀𝑌
𝐷, 𝑀𝑍 𝐷 - cycle loss functions (MSE);
› 𝑌 are weighted by physical sampling coefficients; › 𝑍 are weighted by importance sampling coefficients.
Maxim Borisyak1, Chase Shimmin3, Andy Nelson2, Andrey Ustyuzhanin1 16