JAGG: Jacobian-Aggregated Group Gradient for Efficient GRPO Training of Diffusion Models
arXiv:2607.17572
2026
Training
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper contains a directly transferable computational principle: when a neural vector field changes nearly linearly along a diffusion trajectory, intermediate parameter Jacobians can be replaced by interpolation between two endpoint Jacobians. This converts a sum of W per-timestep backward passes into two endpoint backward passes by aggregating the corresponding upstream gradients with interpolation weights. The most useful neural-network application is a training-time backward-pass reduction for diffusion or flow-policy objectives, with a similarity gate that falls back to exact backpropagation when endpoint and interpolated predictions disagree. The method is especially attractive for GRPO because forward sampling is retained while the expensive DiT backward graph is evaluated only at selected trajectory endpoints.
Ideas from this paper
✗ Failed on benchmark
2026
Group W consecutive diffusion or flow-model loss terms and approximate every intermediate parameter Jacobian by a time-weighted interpolation of the Jacobians at the group’s two endpoints. Sum the intermediate upstream signals into two endpoint cotangents, then perform only two full DiT backward passes instead of W. Add a cosine-similarity gate comparing predicted and actual intermediate velocity changes so that groups violating the local-linearity assumption use exact backpropagation.
Useful8/10
Difficulty6/10
Novelty7/10