Model techniques map
Techniquesoptimizationoptimizer

implementation detail · filed under optimization

Split fused gradients before orthogonalization

Separating fused gradients or parameters into sub-matrices, orthogonalizing the parts independently, and restoring the original layout where specified.

Also called splitting of fused parameters.

sources
2
model
1
lab adopt it
1
strongest
core

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 2core 1

Documented in

Evidence

3 spans quoted from the sources, strongest treatment first.

We therefore split the fused gradient before orthogonalization, run NS on each sub-matrix independently, and gather the results back into the original layout before applying the update.

coreoptimizationin Qwen3.8-NextQwen

Fused parameters are split before orthogonalization

usedunclearin Qwen3.8-Flash-NextQwen

the splitting of fused parameters

usedoptimizationin Qwen3.8-Flash-NextQwen

Filed alongside

Other methods under optimization :: optimizer.