The verbose image perturbation is optimized via Projected Gradient Descent (PGD) with an adaptive temporal weight adjustment mechanism. Because the loss functions L1, L2, and L3 exhibit different gradient magnitudes and convergence rates across iterations, their weights λj(t) are dynamically normalized relative to ∥L2∥1, modulated by logarithmic temporal decay functions Tj(t)=ajln(t)+bj, and smoothed with an exponential moving average parameter m∈[0,1).
Standard hyperparameter settings are: perturbation budget ϵ=8 under l∞ restriction, step size α=1, iterations T=1000, momentum m=0.9, and decay parameters a1=10, b1=−20, a2=0, b2=1 (keeping T2(t)=1), a3=0.5, and b3=1.