Response Renormalization for Critical Deep Equilibrium Models
arXiv:2608.23725
2026
Optimization
1 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper isolates a specific failure mode of implicit differentiation: in a non-normal DEQ Jacobian, small singular values amplify only those adjoint directions that both lie near a response pole and receive substantial projection from the loss gradient. This suggests a targeted alternative to globally damping or truncating the implicit gradient: compute a low-rank singular subspace of the residual Jacobian and lift denominators only for dangerous, loss-relevant modes. The transferable asset is the source-projection times inverse-singular-value decomposition, which gives an operational criterion for deciding which gradient channels to modify. A practical first implementation is a matrix-free selective-response DEQ backward pass using randomized Lanczos/SVD and a floor or additive lift on selected singular values.
Ideas from this paper
Unverified
Re-invented
2026
Modify implicit differentiation in a DEQ by lifting inverse-response denominators only for singular directions that are simultaneously ill-conditioned and strongly excited by the loss gradient. Leave all well-conditioned directions unchanged, preserving useful sensitivity instead of applying global gradient clipping or full Tikhonov damping.
Useful7/10
Difficulty6/10
Novelty7/10